Hello, I'm on SunOS 5.6, using Xerces v1.1.0 on GCC 3.0, just upgraded from version 2.95.2. I've created a static library... ar -r libxerces.a *.o ranlib libxerces.a ...and linked it into my program. At runtime, I receive a signal 11 when the system reaches... try { XMLPlatformUtils::Initialize(); } catch(const XMLException& e) { etc.} This code worked before. What will it take to get this code working again? Any help would be greatly appreciated. Sincerely, Jeff Sullivan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]