From owner-freebsd-questions Wed Feb 5 0:20:17 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 F195037B4B7 for ; Wed, 5 Feb 2003 00:20:13 -0800 (PST) Received: from MX1.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 960F843F79 for ; Wed, 5 Feb 2003 00:20:12 -0800 (PST) (envelope-from kalts@estpak.ee) Received: from kevad.internal (80-235-37-216-dsl.mus.estpak.ee [80.235.37.216]) by MX1.estpak.ee (Postfix) with ESMTP id 6B4BB8880C; Wed, 5 Feb 2003 10:18:51 +0200 (EET) Received: from kevad.internal (localhost [127.0.0.1]) by kevad.internal (8.12.6/8.12.6) with ESMTP id h158K3mj001269; Wed, 5 Feb 2003 10:20:03 +0200 (EET) (envelope-from vallo@kevad.internal) Received: (from vallo@localhost) by kevad.internal (8.12.6/8.12.6/Submit) id h158K2Mm001268; Wed, 5 Feb 2003 10:20:02 +0200 (EET) (envelope-from vallo) Date: Wed, 5 Feb 2003 10:20:02 +0200 From: Vallo Kallaste To: Toomas Aas Cc: freebsd-questions@freebsd.org Subject: Re: xmlrpc-epi Message-ID: <20030205082002.GA1085@kevad.internal> Reply-To: kalts@estpak.ee References: <200302041320.h14DKeb27860@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302041320.h14DKeb27860@lv.raad.tartu.ee> User-Agent: Mutt/1.5.1i-ja.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 On Tue, Feb 04, 2003 at 03:19:20PM +0200, Toomas Aas wrote: > If anyone has successfully built xmlrpc-epi ver 0.51 > (http://xmlrpc-epi.sourceforge.net) under FreeBSD 4.x, I would be > interested to know how. I'm building a server for an application > which requires this, and so far I'm having no success. In a > nutshell, the build process bombs out with messages: > > gcc -I/usr/local/include -o .libs/sample sample.o > -L/usr/local/lib -L/home/xtee /lib ../src/.libs/libxmlrpc.so > -Wl,--rpath -Wl,/home/xtee/lib ../src/.libs/libxmlrpc.so: > undefined reference to `iconv_open' ../src/.libs/libxmlrpc.so: > undefined reference to `iconv_close' ../src/.libs/libxmlrpc.so: > undefined reference to `iconv' gmake[2]: *** [sample] Error 1 > gmake[2]: Leaving directory > `/home/install/src/xmlrpc-epi-0.51/sample' > > I do have libiconv-1.8_2 port installed and the build process can > find it (otherwise it would complain about missing iconv.h). It's missing functions found in libiconv library. The library search path is right, try to add -liconv at the end of line, so it'll pick up the library. -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message