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]

Re: Fw: glib-2.0.0 setup help


hongxun schrieb:

> step 1. Got the precompiled libiconv version 1.7 (libiconv-1.7-2.tar.bz2)
> from
> http://koeln.convey.de/cywgin/libiconv/;

> step 2. After uncompression, copied them to /usr/local, then

Then you'll need to modify the libiconv.la file (in my setup it is
/usr/lib/libiconv.la) to reflect the correct path where the importlib is
installed!

> $ ./configure --prefix=/opt/glib

> step 3. $ make (below is what i got)
> ......
> gvaluetypes.lo: In function `g_pointer_type_register_static':
> /cygdrive/c/1/glib-2.0.0/gobject/gvaluetypes.c:898: undefined reference to
> `g_log'
> collect2: ld returned 1 exit status
> make[2]: *** [libgobject-2.0.la] Error 1
> make[2]: Leaving directory `/cygdrive/c/1/glib-2.0.0/gobject'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/cygdrive/c/1/glib-2.0.0'
> make: *** [all-recursive-am] Error 2

I don't know.  Look in which lib/dll this symbol is defined and verify
that this library is on the linkline so ld can resolve it.


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]