I downloaded Xerces-C-src_1_0_1 (XML parser for C++) and compiled it on Solaris 2.6 with gcc 2.8.1.
I can successfully link the resulting shared library with the debug flag turned on % runConfigure -p solaris -c gcc -x g++ -d Yet once I remove the "-d" flag, I got a list of linking errors on symbols referenced not found. Does anyone had the similar problem? Any suggestion is greatly appreciated! James
