Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4878: MinGW 4.5.0 undefined reference to bool interruptible_wait(detail::win32::handle handle_to_wait_for, detail::t imeout target_time)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-20 00:23:47
#4878: MinGW 4.5.0 undefined reference to bool
interruptible_wait(detail::win32::handle handle_to_wait_for,detail::t
imeout target_time)
---------------------------------+------------------------------------------
Reporter: 1czajnik@⦠| Owner: anthonyw
Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.45.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------+------------------------------------------
Comment (by Krzysztof CzaiÅski <1czajnik@â¦>):
I just looked at this line again, and I think I made a typo (missing
underscores), boost/thread/detail/config.hpp line 40 is supposed to be:
{{{
# if defined(BOOST_MSVC) || defined(BOOST_INTEL_WIN) \
|| ( __GNUC__ >= 4 && __GNUC_MINOR__ >= 5 ) // fix for
mingw-4.5
}}}
Regards
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4878#comment:2> 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:05 UTC