On Fri, 2004-05-07 at 11:29 -0400, Dov Kruger wrote: > Sorry about the previous post. I didn't include enough information. > rehat9 comes with libglib-1.2.so.0.0.10. It works. > I did an rpm install: > > rpm -i glib-2.4.1-1.i686.rpm [skipped] > configure:21622: checking for GLIB - version >= 2.4.0 > configure:21771: result: no > configure:21804: gcc -o conftest -g -O2 -Wall conftest.c >&5 > conftest.c:27:18: glib.h: No such file or directory > conftest.c: In function `main': > conftest.c:33: `glib_major_version' undeclared (first use in this > function) > conftest.c:33: (Each undeclared identifier is reported only once > conftest.c:33: for each function it appears in.) > conftest.c:33: `glib_minor_version' undeclared (first use in this > function) > conftest.c:33: `glib_micro_version' undeclared (first use in this > function) You should install glib-devel rpm together with glib you have already installed. Configure script cannot find headers for GLib, and they are available in glib-devel package. _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list