You compiled Xerces in such a way that the compiler that compiled Xerces is not being used to compile your Xerces-based program. Please keep in mind that C++ does not support using different compilers for the different parts of a program except on IA-64. This is because there are no standardized rules for exceptions and library symbol name mangling.
Please fix this inconsistency in compiler versions and try again. Also note that using GCC to compile Xerces on Solaris is not supported, so you must follow instructions such as these to get this to work: http://marc.theaimsgroup.com/?l=xerces-c-dev&m=111632243828922&w=2#1 HTH! Matt -----Original Message----- From: Khalid Sheirah [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 4:15 AM To: [email protected] Subject: Problem when using xercesc under solaris 9 Hi all i had a problem linking my project with xercesc i built xercesc using CC compiler and while linking my program using xercesc i got an undefined symbol "__gxx_personality_v0" i'm using CC only. anybody knows where this error came from ? thanks a lot -- Khalid Sheirah --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ___________________________________________________________________ The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
