This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: cannot link [against] shared libraries


> > After upgrading my compiler to 3.0,
> > I am no longer able to link against 
> > the Xerces XML parser shared library.
> 
> You'll have to rebuild that library.  GCC 3.0 has adopted the new
> multi-vendor C++ ABI, which required changes in the representation of
> types and modifications in name mangling.

Good!

It works now, thanks lot!
And debugger sees in nested scopes.
I only had to remove -instances=static from Makefile.tmpl
- interesting for Xerces users, however.

Still wondering what with old compiled stuff.
I'm getting to prick openldap libs for first.

Yours 
Rafal


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]