Compatible with gcc and libstdc ++

In accordance with ABI Policy and Recommendations , it is true I should use

GCC 3.4.0 and libstdc++.so.6.0.0

to compile an executable binary executable in each distribution GNU/Linux(the same CPU architecture) with any new libstd++.so.6installed? Will this binary be compatible with everyone libstd++.so.6?

+5
source share
1 answer

(Why not ask this question on the gcc-help mailing list to get an authoritative answer from people who know what they are talking about?)

, libstd++. so.6.0.0 , - libstd++, , , GNU/Linux. libc.so(i.e.glibc) , . GCC 3.4.0, Glibc 2.15 , Glibc 2.14 , , libstd++ .

+5

All Articles