Jean-Marc Lasgouttes wrote:
"Koji" == Koji Yokota <[EMAIL PROTECTED]> writes:
Abdelrazak> Ah, I misread this report. I guess iconv is the real
Abdelrazak> problem here.
Jean-Marc> Yes there seems to be a problem with the autoconf test (a
Jean-Marc> missing const).
Could I get to see the whole config.log? I am not so sure that the
iconv test fails after all.
Koji> Yes, here I attach the config.log file.
Thanks. As far as I can see the tests for iconv work perfectly. The
second time it fails is the just the indication that a 'const' is
needed for the second argument, and this is correctly detected:
configure:25076: result:
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
So the problem seems to be that iconv does not work as expected.
Koji, can you give more details? What is the return value from iconv()
when it does not work? What are the 'in' and 'out' encodings in this
case? Can you check whether they are supported by your version of
iconv?
Also, is this a locally compiled version of iconv? I ask because it is
located in /usr/local/ which AFAIK is not populated by system packages.
I am also worried about the 'const' requirement which is a windows think
IIRC.
I guess FreeBSD have a proper version of iconv in its "port" package
management, why don't you try with that?
Abdel.