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