Hello, while using gmp on solaris with Sun's compiler, I noticed that gmpxx.h uses strlen. Using it in c++ code requires the inclusion of <cstring> and strlen should then be called std::strlen (the compiler is allowed to make strlen visible in the global namespace but not required to). -- Marc Glisse