I was unable to ./configure successfully until I manually edited ./configure and added -lXmu to the the $LIBS.
For example, change line 28634 of ./configure to :
Code: Select all
LIBS="$LIBS $CELESTIALIBS $GTK_LIBS $GNOME_LIBS $GNOMEUI_LIBS $GTKGL_LIBS -lXmu"