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


On Jul 27, 2001, "Michalski, Rafał" <RMichalski@era.pl> wrote:

> 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.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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