------- Comment #7 from jwakely dot gcc at gmail dot com 2009-08-11 23:02 ------- This patch (and running autoreconf) fixes the problem, but I'm still trying to work out the right changes to the linker script so that the new symbols are versioned as GLIBCXX_3.4.13 not GLIBCXX_3.4
Index: src/Makefile.am =================================================================== --- src/Makefile.am (revision 150635) +++ src/Makefile.am (working copy) @@ -278,6 +278,11 @@ atomic.lo: atomic.cc atomic.o: atomic.cc $(CXXCOMPILE) -std=gnu++0x -c $< +fstream-inst.lo: fstream-inst.cc + $(LTCXXCOMPILE) -std=gnu++0x -c $< +fstream-inst.o: fstream-inst.cc + $(CXXCOMPILE) -std=gnu++0x -c $< + string-inst.lo: string-inst.cc $(LTCXXCOMPILE) -std=gnu++0x -c $< string-inst.o: string-inst.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41005