This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: combining libstdc++.so.3 and libstdc++.so.5
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: Michael dot Werz at drkw dot com
- Date: Mon, 8 Dec 2003 19:58:55 -0600 (CST)
- Subject: Re: combining libstdc++.so.3 and libstdc++.so.5
- Organization: Networks and Infrastructure Lab (IL02/2240), Motorola Labs
> ... 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.