Jean-Sebastien Morisset wrote:
> checking whether this iconv is good enough... no
> configure: error: Try using libiconv instead

i don't know too much about this, but i was able to get over thie
problem with some help from some developers on this list.  i had to
export LDFLAGS to something; in my case, this worked:

LDFLAGS=-Wl,-R/usr/local/lib ./configure --with-domain=newdream.net
--with-libiconv-prefix=/usr/local/lib

your mileage may vary of course.

but you might try:
LDFLAGS=-R/opt/libiconv ./configure --[etc]
--with-libiconv-prefix=/opt/libiconv

or
LDFLAGS=-WI,R/opt/libiconv ./configure --[etc]
--with-libiconv-prefix=/opt/libiconv

if that doesn't work you might want to post more specifics of what OS,
version, c compiler etc. you're using, and perhaps some of your
config.log output.

w

-- 
GPG Public Key:
http://infinitejazz.net/will/pgp/

PGP signature

Reply via email to