From: "John Maddock" <[EMAIL PROTECTED]>
> > Don't know about other *BSD-s but GCC on OpenBSD GCC defines
> > _POSIX_THREADS=1 when the -pthread is used. Here are the details...
>
> OK thanks, then I've disabled threading support in bsd.hpp when
> _POSIX_THREADS is not defined, let me know if this fixes things.

I think that a better solution would be to not define BOOST_HAS_THREADS
unconditionally for GCC, and rely on _MT, _REENTRANT, _POSIX_THREADS.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to