Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4258: Linking with boost thread does not work on mingw/gcc 4.5
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-24 06:57:21
#4258: Linking with boost thread does not work on mingw/gcc 4.5
-------------------------------------------------+--------------------------
Reporter: Danil Ilinykh <woodroof@â¦> | Owner: anthonyw
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: thread
Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------------------------+--------------------------
Comment (by anonymous):
When adding some preprocessor checks in tss_pe.cpp that prevent the
declaration _tls_used for MinGW, I've been able to fix this problem! All I
did was to wrap it with
#if !defined(__MINGW__)
...
#endif
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4258#comment:5> 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:04 UTC