On Wed, May 28, 2014 at 04:41:06PM +0000, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Wed May 28 16:41:06 UTC 2014 > > Modified Files: > src/external/gpl3/gcc/lib/libstdc++-v3: Makefile > > Log Message: > add -pthread to compiler/linker flags. fixes 1/3 of the link issues.
IMO it is wrong to force every C++ program to link against libpthread, which is not that cheap. Joerg