[EMAIL PROTECTED] wrote: > > Xerces-C on Solaris had been successfully build with the following options > : > runConfigure -p solaris -c cc -x CC -t native -m inmem > > Did you try this combination of compilers?
I haven't no, but upgrading to egcs-2.95.2 fixed the compile problem (it also exposed a bug in the version of make I was using, but I've fixed that by upgrading too). So with egcs-2.95.2 the following works: runConfigure -p solaris -c gcc -x g++ -t native Regards, Mike.
