------- Comment #4 from chris at bubblescope dot net 2009-10-09 13:21 -------
I have confirmed that after compiling with 'make check-parallel', the code:
#include <string>
int main(void)
{ string s; s = "X"; }
Fails when compiled with:
/gccsvn/bin/g++ test.cc libtestc++.a -fopenmp
Fails with the same error message.
I wonder if somehow this is connected to:
http://www.cocoabuilder.com/archive/message/cocoa/2009/9/17/245285, which
suggests on snow leopard the standard system library is built differently, with
_GLIBCXX_FULLY_DYNAMIC_STRING enabled. I would assume the system library
shouldn't be used at all however.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41645