Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 10:20:02 +0200
From:      Vallo Kallaste <kalts@estpak.ee>
To:        Toomas Aas <toomas.aas@raad.tartu.ee>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: xmlrpc-epi
Message-ID:  <20030205082002.GA1085@kevad.internal>
In-Reply-To: <200302041320.h14DKeb27860@lv.raad.tartu.ee>
References:  <200302041320.h14DKeb27860@lv.raad.tartu.ee>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 04, 2003 at 03:19:20PM +0200, Toomas Aas
<toomas.aas@raad.tartu.ee> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030205082002.GA1085>