Hi all, Running SuSE Linux release 6.4 with a 2.2.14 kernel, glibc 2.1.3
I'm trying to compile release 1.2.2 of The Gimp. This needs GTK. So I downloaded release 1.2.10 of GTK+ This needs GLIB. So I downloaded release 1.2.10 of GLIB This won't compile. So I'm seeking your help. It configures OK, but fails during make. Errors reported are: root@pgargan:/usr/src/glib-1.2.10 # make make all-recursive make[1]: Entering directory `/usr/src/glib-1.2.10' Making all in . make[2]: Entering directory `/usr/src/glib-1.2.10' /bin/sh ./libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testglib testglib.o libglib.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testglib testglib.o .libs/libglib.so -Wl,--rpath -Wl,/usr/local/lib /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' collect2: ld returned 1 exit status make[2]: *** [testglib] Error 1 make[2]: Leaving directory `/usr/src/glib-1.2.10' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/glib-1.2.10' make: *** [all-recursive-am] Error 2 I suspect that this is more a GLIBC error than a GLIB error, so perhaps I should be talking to those people instead. Still, if anyone can offer any insights, I'd be grateful. Thanks in advance, Paul Gargan. _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
