Hi, let me explain, what that ICONV_CONST means.
The problem is, that iconv(3) needs a "char**" to a input-buffer. On some systems the "char**" is really a "const char**". To check this there are autoconf macros, which check that and #define ICONV_CONST as const if the input-buffer is a "const char**". I don't really yet know, why that fails on your system. I compiled cxxtools on solaris without problems. But I will look at it later, when my solaris is running. I am not on of the 5-7 people in the world, who actually understand autoconf. I tried to adopt a existing test, I found and hoped, that solve the problem. But it looks like it doesn't. Tommi ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
