Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3243: Linking errors with GCC parallel mode
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-23 18:07:41
#3243: Linking errors with GCC parallel mode
-------------------------------------------------+--------------------------
Reporter: Dmitriy Morozov <boost@â¦> | Owner:
Type: Bugs | Status: closed
Milestone: Boost 1.40.0 | Component: None
Version: Boost 1.37.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------------------------+--------------------------
Comment (by alexis.tejeda@â¦):
The boost libraries must be compiled with parallel mode if:
Note that the _GLIBCXX_PARALLEL define may change the sizes and behavior
of standard class templates such as std::search, and therefore one can
only link code compiled with parallel mode and code compiled without
parallel mode if no instantiation of a container is passed between the two
translation units. Parallel mode functionality has distinct linkage, and
cannot be confused with normal mode symbols.
Source:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch31s03.html
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3243#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC