------- Comment #4 from pcarlini at suse dot de 2006-02-15 11:10 ------- (In reply to comment #0)
> c++locale.cc:61: error: invalid conversion from `const char*' to `char*' > c++locale.cc:61: error: initializing argument 1 of `float strtof(char*, A few comments: first, I seriously doubt --disable-nls is relevant, because the error happens in the above line, where I cannot see the involvment of nls. That said, you gonna need --enable-clocale=generic, on linux, to enable that code, which is part of the generic locale model (used by default on AIX). Last but not least, I don't think on linux - and many other targets for that matter - the first parameter of strtof is of type char* (vs const char*) ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26297