I have the latest version of cygwin installed and I have tried compiling the latest two versions of glib from the gtk.org site and get the following compile error:
bash-2.05b$ /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o glib-genmars hal.exe glib-genmarshal.o ../glib/libglib-2.0.la -lintl gcc -g -O2 -Wall -o .libs/glib-genmarshal.exe glib-genmarshal.o ../glib/.libs/l ibglib-2.0.dll.a -L/usr/lib -luser32 -lkernel32 /usr/lib/libintl.dll.a /usr/lib/ libiconv.dll.a glib-genmarshal.o(.text+0x1807): In function `complete_in_arg': /cygdrive/c/archived files for greg/updates/mono/glib-2.2.3/gobject/glib-genmars hal.c:218: undefined reference to `_g_log' glib-genmarshal.o(.text+0x1c17): In function `complete_out_arg': /cygdrive/c/archived files for greg/updates/mono/glib-2.2.3/gobject/glib-genmars hal.c:263: undefined reference to `_g_log' glib-genmarshal.o(.text+0x1cf5): In function `pad': /cygdrive/c/archived files for greg/updates/mono/glib-2.2.3/gobject/glib-genmars hal.c:283: undefined reference to `_g_free' glib-genmarshal.o(.text+0x1d05):/cygdrive/c/archived files for greg/updates/mono /glib-2.2.3/gobject/glib-genmarshal.c:284: undefined reference to `_g_strdup_pri ntf' …
Many more lines after this and many more before it, but I figured wi would keep this short. Configure worked with no problems. I ran everything from bash command prompt.
Any help would be appreciated. Seems like I am missing a lib but can’t tell what it is.
Thanks, Greg
|