Re: help with g++-mp-4.5

2011-06-09 Thread Titus von Boxberg
Am 07.06.2011 um 11:41 schrieb Ryan Schmidt: > On Jun 7, 2011, at 01:16, Titus von Boxberg wrote: > >> The same problem is given here: >> http://stackoverflow.com/questions/4697859/mac-os-x-and-static-boost-libs-stdstring-fail >> >> But I currently do not understand the problem. >> And the "sol

Re: help with g++-mp-4.5

2011-06-07 Thread Titus von Boxberg
Am Di, 7.06.2011, 11:41 schrieb Ryan Schmidt: > On Jun 7, 2011, at 01:16, Titus von Boxberg wrote: > >> The same problem is given here: >> http://stackoverflow.com/questions/4697859/mac-os-x-and-static-boost-libs-stdstring-fail >> >> But I currently do not understand the problem. >> And the "soluti

Re: help with g++-mp-4.5

2011-06-07 Thread Ryan Schmidt
On Jun 7, 2011, at 01:16, Titus von Boxberg wrote: > The same problem is given here: > http://stackoverflow.com/questions/4697859/mac-os-x-and-static-boost-libs-stdstring-fail > > But I currently do not understand the problem. > And the "solution" given there as far as I get it would mean that >

help with g++-mp-4.5

2011-06-06 Thread Titus von Boxberg
Hi all, the seemingly trivial program #include #include int main(int argc, char ** argv) { CppUnit::AdditionalMessage am("hallo"); } // main compiled with g++-mp-4.5 -Wall -g -I/opt/local/include -L/opt/local/lib -o testgcc45 testgcc45.cpp -lcppunit crashes on my machine wit