gcc 3.4.3 with libstdc++.so.5
Brian Dessent
brian@dessent.net
Wed Jul 30 17:46:00 GMT 2008
I think you should have sent this to the gcc-help mailing list. This
list is for development of libstdc++, not support questions.
atul gautam wrote:
> The only option which appears to me is to have my compiler use libstdc++.so.5 instead of libstdc++.so.6. Please suggest if this is the right solution and what steps do I need to follow to have my compiler use libstdc++.so.5 instead of libstdc++.so.6? Any help in this regard would be really appreciated.
The version of the library is coupled to the version of the compiler and
is not arbitrary or selectable. If you want to use libstdc++.so.5 then
you need to use gcc 3.3.x, see
<http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html>.
Brian
More information about the Libstdc++
mailing list