[kaffe] iconv problem on FreeBSD
Ito Kazumitsu
kaz at maczuka.gcd.org
Mon Apr 25 14:51:30 PDT 2005
From: Riccardo <zuse at libero.it>
Subject: [kaffe] Re: Re: NetworkInterface problem
Date: Mon, 25 Apr 2005 00:22:23 +0000 (UTC)
> In <426C1E83.6030504 at kaffe.org> Dalibor Topic wrote:
> > p.s. I hope the recent iconv changes work for you on freebsd. Riccardo
> > seems to be having some problems, we're debugging them on IRC.
>
> unfortunately adding /usr/local/lib to iconv-libraries didn't help.
> still the same stupid error.
In my case, I use the following script for configuration
CPPFLAGS="-I/usr/local/include" LIBS="-L/usr/local/lib -lgmp -lintl" \
./configure \
--without-classpath-gtk-awt \
--without-kaffe-qt-awt \
--with-libiconv-prefix=/usr/local \
--with-libintl-prefix=/usr/local \
and then gmake goes without problem.
I have long used the environment variables CPPFLAGS and LIBS.
Maybe I had some problem without them, which I do not remember.
More information about the kaffe
mailing list