combining libstdc++.so.3 and libstdc++.so.5

Loren James Rittle rittle@latour.rsch.comm.mot.com
Tue Dec 9 01:59:00 GMT 2003


> ... have to combine shared objects from gcc_3.04 with libstdc++.so.3
> -no source code available - and shared objects from gcc-3.2.2 with
> libstdc++.so.5 -source C++ available.  into one shared obj.

Michael,

A hint: You must recompile all source that you have available with the
compiler used to produce the shared objects for which you have no
source.  If you have only objects compiled by multiple versions of the
compiler/library, then you are probably out of luck.  Sorry, just not
a priority of the FSF to support people without source code...

Regards,
Loren

PS, you might be able to find a vendor-supported gcc which handles
such matters; but I know of none off-hand.



More information about the Libstdc++ mailing list