Page 1 of 1

build bugfix/workaround : needed to link with -lXmu on redha

Posted: 31.03.2003, 23:19
by ekoontz
(pheobe is the codename of a pre-release of redhat 9)

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"