vote up 2 vote down star
1

What is the latest version of gcc that still uses libstdc++.so.5 (as opposed to libstdc++.so.6)?

flag

80% accept rate

2 Answers

vote up 3 vote down check

After searching all over for the answer, and failing to find it. I compiled several different versions and the last version to use libstdc++.so.5 is version 3.3 (more specifically 3.3.6). Version 3.4.X uses libstdc++.so.6.

link|flag
vote up 0 vote down

I believe that libstdc++.so.5 was used for all GCC versions 3.X, and libstdc++.so.6 was used for GCC 4.X. I'm not sure on this, but I do know that libstdc++2 was used up until 3.0, which used libstdc++5, and that 4.0 uses libstdc++6.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.