Boost C++ Libraries: Ticket #13221: multiple 'undefined reference to boost::detail::get_tss_data(void const*)' during mingw-w64 compilation. https://svn.boost.org/trac10/ticket/13221 <p> Attempting to compile boost-1.65.0 for mingw-w64 on gentoo with crossdev. </p> <p> 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. </p> <p> Attached is emerge's build.log, which shows several of the above undefined reference errors. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13221 Trac 1.4.3 hanetzer@… Thu, 21 Sep 2017 03:54:31 GMT attachment set https://svn.boost.org/trac10/ticket/13221 https://svn.boost.org/trac10/ticket/13221 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">build.log.1.gz</span> </li> </ul> <p> build.log.gz from emerge. </p> Ticket John Maddock Thu, 10 May 2018 11:00:03 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13221#comment:1 https://svn.boost.org/trac10/ticket/13221#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Anthony Williams</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">thread</span> </li> </ul> Ticket viboes Tue, 11 Sep 2018 19:00:25 GMT <link>https://svn.boost.org/trac10/ticket/13221#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13221#comment:2</guid> <description> <p> Any PR is welcome. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Tue, 11 Sep 2018 21:28:10 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/13221#comment:3 https://svn.boost.org/trac10/ticket/13221#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> See <a class="new ticket" href="https://svn.boost.org/trac10/ticket/4833" title="#4833: Bugs: MinGW/test_tss_lib: Support of automatic tss cleanup for native ... (new)">#4833</a> </p> Ticket