On Fri, Apr 20, 2001 at 12:00:11PM -0600, Christopher Lintz wrote:
> If anyone can point me in the right direction, it would be greatly appreciated.
>
> I am on Solaris 2.6..
>
> I am re-building my XML parsing application using the gcc complier (I was using the
>Sun Workshop). During linking, I am getting Undefined symbol errors: _ex_rethrow,
>_ex_throw etc.
>
> I am missing a link option for the gcc complier? I know the xerces-C library was
>built using the Sun Workshop compiler, but the shared object should link when using
>gcc right??
The binary code compatibility ends with C for C++ you should use the same
compiler/linker for all sources. Especially each compiler has its own idea of
how to implement exception handling and how to mangle the symbol names.
=> try using either gcc or CC for all code
--
Miroslaw Dobrzanski-Neumann
MOSAIC SOFTWARE AG
Base Development and Research
Tel +49-2225-882-291
Fax +49-2225-882-201
E-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]