This is the mail archive of the cygwin-xfree@sources.redhat.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]

Re: glib compilation pb


> make[2]: Entering directory `/cygdrive/d/temp/glib-1.2.8.tar/glib-1.2.8'
> 
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
> -DG_LOG_DOMAIN=
> g_log_domain_glib     -g -O2 -Wall  -D_REENTRANT -c gerror.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2
> -Wall -D

I have not done any gcc complies on windows but it looks like a basic
problem.

Header files are not being pulled in.

I would look at why it has "-I." repeated 3 times. This is not a
problem but it may mean some system vars are not set correctly.

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