On Fri, 2007-01-05 at 11:34 -0800, Thomas Upton wrote:
I just downloaded the lastest snapshot (1/5/2007) and I am getting the following error when I run configure. This is on a Solaris 9 server.
checking pkg-config is at least version 0.9.0... yes checking for GLIB_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include checking for GLIB_LIBS... /usr/local/lib checking for EVTLOG_CFLAGS... -I/usr/local/include/eventlog checking for EVTLOG_LIBS... -L/usr/local/lib -levtlog checking for static GLib libraries... no configure: error: static GLib libraries not found (a file named libglib-2.0.a), either link GLib dynamically using the --enable-dynamic-linking or install a static GLib
# find /usr -name libglib-2.0.a -ls 76667 1176 -rw-r--r-- 1 root root 1192836 Jan 5 12:33 /usr/local/lib/libglib-2.0.a
As you can see, the static library exists but the configure script can't see it for some reason. Any Ideas?
Please attach the config.log file, it should include more information. -- Bazsi