From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michalski, Rafał" To: 'Alexandre Oliva' Cc: "'gcc-help@gcc.gnu.org'" Subject: RE: cannot link [against] shared libraries Date: Fri, 27 Jul 2001 08:58:00 -0000 Message-id: X-SW-Source: 2001-07/msg00319.html > > 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. Does this mean i cannot use any libraries compiled with gcc < 3.0? Anything like openssl from any Linux distribution, for example? /R