One more potential conspiracy item against gcc-4.2.0. The following three items were obtained on three different machines sporting late gcc-4.2.0 versions. (less than one week old)
cmake: relocation error: cmake: symbol _ZNSo9_M_insertEPKci, version GLIBCXX_3.4.9 not defined in file libstdc++.so.6 with link time reference ./cmake: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: no version information available (required by ./cmake) ./cmake: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: no version information available (required by ./cmake) ./cmake: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: no version information available (required by ./cmake) ./cmake: relocation error: ./cmake: symbol _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_i, version GLIBCXX_3.4.9 not defined in file libstdc++.so.6 with link time reference cmake: /usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.2/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by cmake) The first two come from pentium3's the last from a powerpc I did a search agains GLIBCXX and turned up four items seemingly unrelated like GLIBCXX-DEBUG. Besides cmake there were similar messages relating tho wxGTK re2c and others. These messages went away when doing a bootstrap to gcc-4.3.0 and recompiling the offending programs. Doing a "grep -r -e '3\.4\.9' *" in gcc-4.2.0 libstdc++-v3 did nor help me; while in gcc-4.3.0 did not help me in identifying with gcc-4.3.0 things seem to work. I certainly would not know how to produce a relevant preprocessed xxx.i. Willing to help but require instructions. -- Summary: GLIBCXX_3.4.9 undefined in libstdc++.so.6 (link time) Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: malitzke at metronets dot com GCC build triplet: same GCC host triplet: i868-pc-linux-gnu: powerpc-unknown-linux-gnu GCC target triplet: same http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31779