This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compiling glib on cygwin


Hi,

I've been trying to replicate the build that Masahiro Sakai (CC'd) has on
his web page 
<URL: http://web.sfc.keio.ac.jp/~s01397ms/cygwin/index.html.en> of Gnome
on cygwin.

I've tried both with, and without, the patch on his website and things
seem to fail in the same place. 

Here is where things go foul:

Making all in gobject
make[2]: Entering directory `/home/root/src/glib-2.2.3-jp/gobject'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib
-I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DI
SABLE_CONST_RETURNS    -g -O2 -Wall -c glib-genmarshal.c
/bin/bash ../libtool --mode=link gcc  -g -O2 -Wall  -o glib-genmarshal.exe  glib
-genmarshal.o ../glib/libglib-2.0.la -lintl
mkdir .libs
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 -Wl,--rpath -Wl,/usr/local/lib
glib-genmarshal.o(.text+0x1807): In function `complete_in_arg':
/home/root/src/glib-2.2.3-jp/gobject/glib-genmarshal.c:218: undefined reference
to `_g_log'
[...]

with lots more undefined references.

Has anyone seen this before, know if there is another particular patch I
should be using? Any insights and/or pointers would be appreciated.

Thanks,
Anand


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]