From owner-freebsd-gnome@FreeBSD.ORG Fri Jun 18 09:37:57 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A09BE16A4CE for ; Fri, 18 Jun 2004 09:37:57 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46AF43D55 for ; Fri, 18 Jun 2004 09:37:56 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 4336776439 for ; Fri, 18 Jun 2004 11:37:20 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66327-02 for ; Fri, 18 Jun 2004 11:37:15 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id A7EEC7642E for ; Fri, 18 Jun 2004 11:37:15 +0200 (CEST) Message-ID: <40D2B7CD.4010807@webonaut.com> Date: Fri, 18 Jun 2004 11:37:17 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.6 (X11/20040510) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com Subject: glib-2.4.2 - configure failed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 09:37:57 -0000 got this error-message while i tried to recompile glib20: configure:2642: cc -O -pipe -march=pentium3 -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 /usr/bin/ld: warning: libiconv.so.3, needed by /usr/local/lib/libintl.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libintl.so: undefined reference to `libiconv_set_relocation_prefix' /usr/local/lib/libintl.so: undefined reference to `libiconv_open' /usr/local/lib/libintl.so: undefined reference to `libiconv_close' /usr/local/lib/libintl.so: undefined reference to `libiconv' configure:2645: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.4.2" | #define PACKAGE_STRING "glib 2.4.2" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 4 | #define GLIB_MICRO_VERSION 2 | #define GLIB_INTERFACE_AGE 2 | #define GLIB_BINARY_AGE 402 | #define G_COMPILED_WITH_DEBUGGING "minimum" | /* end confdefs.h. */ but all libraries are there an up to date. reinstalling libtool\*, gettext, intltool, kernel, userland, ... didn't help. after adding -liconv to CONFIGURE_ENV/LDFLAGS configure works. is this my problem or is something else wrong? /franz kernel/userland (cvsup'ed approx. 5 hours before): FreeBSD ds9.webonaut.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Jun 17 17:29:03 CEST 2004 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 i386