From owner-freebsd-questions Mon Feb 10 11:56:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB54C37B401 for ; Mon, 10 Feb 2003 11:56:27 -0800 (PST) Received: from wasson.nodetree.net (sense-sea-MegaSub-1-364.oz.net [216.39.145.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23BA43F93 for ; Mon, 10 Feb 2003 11:56:26 -0800 (PST) (envelope-from brett@wasson.nodetree.net) Received: (from brett@localhost) by wasson.nodetree.net (8.11.6/8.11.6) id h1AJrjn71656; Mon, 10 Feb 2003 11:53:45 -0800 (PST) (envelope-from brett@wasson.nodetree.net) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15944.840.229360.703008@wasson.nodetree.net> Date: Mon, 10 Feb 2003 11:53:44 -0800 From: Brett McCormick To: freebsd-questions@freebsd.org Subject: /usr/local/lib/libiconv.so: undefined reference to `nl_langinfo' X-Mailer: VM 6.76 under Emacs 20.7.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm attempting to compile mono (version 0.19) and I'm getting the following error: Making all in monoburg gcc -o monoburg ./monoburg.c parser.c -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I. -L/usr/local/lib -lglib-2.0 -lintl -liconv /usr/local/lib/libiconv.so: undefined reference to `nl_langinfo' *** Error code 1 I get this error whenever I attempt to link something with libiconv. AFAIK, nl_langinfo should be part of the standard C library, but it is not. I haven't always had this problem. FreeBSD ******* 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #11: Wed Dec 18 14:37:34 PST 2002 ********:/home/src/sys/compile/***** i386 I am not sure how to fix it. I have tried recompiling iconv, gettext and am now trying to recompile glib. This is causing quite a few problems with compilation/administration. Please CC replies to brett@nodetree.net as I do not subscribe to -questions. brett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message