[boost] [config] Single threaded builds with g++ >= 3.4: No longer possible?
by Andreas Huber other posts by this author
Jan 18 2005 7:15AM messages near this date
[boost] Published books on Boost
|
Re: [boost] [config] Single threaded builds with g++ >= 3.4: No longer possible?
SOURCE Hi there
From boost/config/stdlib/libstdcpp3.hpp:
<quote>
#ifdef __GLIBCXX__ // gcc 3.4 and greater:
# ifdef _GLIBCXX_HAVE_GTHR_DEFAULT
//
// If the std lib has thread support turned on, then turn it on in
Boost
// as well. We do this because some gcc-3.4 std lib headers
define _REENTANT
// while others do not...
//
# define BOOST_HAS_THREADS
# else
# define BOOST_DISABLE_THREADS
# endif
#endif
</quote>
I suspect this means that ST builds are no longer possible on some GCC
platforms (I'm using MinGW). Could someone please confirm or deny this?
Thanks & Regards,
--
Andreas Huber
When replying by private email, please remove the words spam and trap
from the address shown in the header.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Andreas Huber
Christoph Ludwig
|