K 10 svn:author V 3 reg K 8 svn:date V 27 2000-12-21T19:40:44.000000Z K 7 svn:log V 364 Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwards and -CURRENT. I'm still not sure why the bug was exposed only recently, but it is due to libstdc++ being linked without the -nostdlib option (causing it to be statically linked against libgcc even for the threaded case). Thanks to Andrew Bliznak for testing this. END