> How can I let g++ recognize the xerces-c_1.lib?

By recompiling xerces-c_xxx.lib with g++.

Sorry, but that's your only bet until there is an ABI for C++ that is
supported across different C++ compilers. For now, most compilers use
their own name mangling, vtables etc. and are not able to resolve
symbols from libraries compiled with a different compiler.

Regards,
 Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to