ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved