Captain Penguin
05-06-2001, 02:37 PM
I am using Mandrake 8.0, and after extracting the tar.gz of some programs, such as the GIMP and XMPS, I cd into the directory and run ./configure.
With those programs and others, I get one or both of the following messages-
checking for gtk-config... (cached) no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for sdl-config... (cached) no
checking for SDL - version >= 1.1.5... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
Then, if I run make I get this- (this example is from XMPS)-
libxmps_config.h:39:18: glib.h: No such file or directory
make[2]: *** [libxmps_config.lo] Error 1
make[2]: Leaving directory `/home/will/xmps-0.2.0/libxmps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/will/xmps-0.2.0'
make: *** [all-recursive-am] Error 2
I'm pretty sure this is all related to /etc/ld.so.conf, and my PATH. but I'm not sure what exactly I need to do!
Someone has also told me that the compile error here, and another compile error found when I try "make" in nVclock (a NVIDIA overclocking program) might be related to egcs being installed.
Can someone please help me out here? This is a mite frustrating! :mad:
With those programs and others, I get one or both of the following messages-
checking for gtk-config... (cached) no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for sdl-config... (cached) no
checking for SDL - version >= 1.1.5... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
Then, if I run make I get this- (this example is from XMPS)-
libxmps_config.h:39:18: glib.h: No such file or directory
make[2]: *** [libxmps_config.lo] Error 1
make[2]: Leaving directory `/home/will/xmps-0.2.0/libxmps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/will/xmps-0.2.0'
make: *** [all-recursive-am] Error 2
I'm pretty sure this is all related to /etc/ld.so.conf, and my PATH. but I'm not sure what exactly I need to do!
Someone has also told me that the compile error here, and another compile error found when I try "make" in nVclock (a NVIDIA overclocking program) might be related to egcs being installed.
Can someone please help me out here? This is a mite frustrating! :mad: