------- Additional Comments From david dot nospam dot hopwood at blueyonder dot co dot uk 2005-07-29 11:46 ------- -pthread is apparently deprecated on FreeBSD (see <http://lists.freebsd.org/pipermail/cvs-src/2003-August/009871.html> and <http://lists.freebsd.org/pipermail/cvs-src/2003-September/009936.html>).
As part of fixing this bug, it should be undeprecated, since the rationale for deprecating it goes away if it works properly on all platforms (which on FreeBSD would mean linking against either libkse or libpthread depending on the FreeBSD version, I think). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20705