Subject: [Boost-bugs] [Boost C++ Libraries] #13221: multiple 'undefined reference to boost::detail::get_tss_data(void const*)' during mingw-w64 compilation.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-09-21 03:52:21
#13221: multiple 'undefined reference to boost::detail::get_tss_data(void const*)'
during mingw-w64 compilation.
------------------------------+---------------------
Reporter: hanetzer@⦠| Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.65.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
Attempting to compile boost-1.65.0 for mingw-w64 on gentoo with crossdev.
I've managed it when setting threadapi to win32, but I'm attempting to use
posix threads now. One thing that is problematic is it expects a library
named pthreadsGC2.a, while mingw-w64's runtime provides a dll named
libwinpthread-1.dll, which has import libraries named libwinpthread.dll.a
and libpthread.dll.a, and static libraries named libpthread.a and
libwinpthread.a.
Attached is emerge's build.log, which shows several of the above undefined
reference errors.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13221> 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-09-21 03:57:57 UTC