Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Anand Kumria Subject: compiling glib on cygwin Date: Tue, 07 Oct 2003 03:05:33 +1000 Lines: 35 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet AT sea DOT gmane DOT org User-Agent: Pan/0.11.2 (Unix) X-Comment-To: ALL Hi, I've been trying to replicate the build that Masahiro Sakai (CC'd) has on his web page 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/