Hi,
I'm trying to compile GAIM (newest version):
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at
http://www.gtk.org/.
debian:/home/boudewijn/gaim-1.0.3#
This is the result of the configure script.
I've already done configure make and (as root) make install on glib (newest version).
Glib is in /home/boudewijn/glib-2.2.3
How can I tell the configure script to look over there??
I've tried this in the gaim diectory:
LDFLAGS=/home/boudewijn/glib-2.2.3/ ./configure
which didn't work. By the way; I'm using debian sarge