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 Date: Mon, 17 Jun 2002 14:40:22 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <54883077338.20020617144022@familiehaase.de> To: "hongxun lee" CC: cygwin AT cygwin DOT com Subject: Re: Fw: glib-2.0.0 setup help In-Reply-To: <003801c215f9$ac55cf60$128e1941@alleluja> References: <003801c215f9$ac55cf60$128e1941 AT alleluja> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/