Hi > What works on my system: > removing -lXt > placing -lXt after the -lXaw3d or -lXaw library
both should be relatively easy to achieve. The first one is in git at the moment, for the second one change one line in Makefile.am to: AM_LDFLAGS= -lm @XAW_LIBS@ -lXt an rerun ./autogen.sh and ./configure... I also don't know if -lXt is needed for any other operating system, since I think we always include on kind of Xaw libraries (either the 3d or the 2d ones), so it might not be needed... but perhaps it would be safer to include it again. ARUN
