Boost C++ Libraries: Ticket #5177: icl tests using libboost_thread without <threading>multi https://svn.boost.org/trac10/ticket/5177 <p> I noticed that the icl tests use libboost_thread without &lt;threading&gt;multi. </p> <p> This seems like a problem. At least on AIX with the IBM compiler, this causes a link-time failure because of not linking to the pthread library. Adding this as a requirement in the Jamfile allows the most of the tests to pass with the vacpp toolset. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5177 Trac 1.4.3 hstong@… Thu, 10 Feb 2011 20:52:54 GMT attachment set https://svn.boost.org/trac10/ticket/5177 https://svn.boost.org/trac10/ticket/5177 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Jamfile.v2.libs.icl.test.patch</span> </li> </ul> <p> Add multi threading requirement. </p> Ticket hstong@… Thu, 10 Feb 2011 21:15:28 GMT attachment set https://svn.boost.org/trac10/ticket/5177 https://svn.boost.org/trac10/ticket/5177 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">explicit-failures-markup.xml.patch</span> </li> </ul> <p> Remove markup for resolved test configuration issue. </p> Ticket Joachim Faulhaber Thu, 10 Feb 2011 21:52:34 GMT <link>https://svn.boost.org/trac10/ticket/5177#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5177#comment:1</guid> <description> <p> Replying to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5177" title="#5177: Bugs: icl tests using libboost_thread without &lt;threading&gt;multi (closed: fixed)">hstong@…</a>: </p> <blockquote class="citation"> <p> I noticed that the icl tests use libboost_thread without &lt;threading&gt;multi. </p> <p> This seems like a problem. At least on AIX with the IBM compiler, this causes a link-time failure because of not linking to the pthread library. Adding this as a requirement in the Jamfile allows the most of the tests to pass with the vacpp toolset. </p> </blockquote> <p> Thanks for this information. I am changing Jamfile and markup accordingly. -- Joachim </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joachim Faulhaber</dc:creator> <pubDate>Thu, 10 Feb 2011 22:04:24 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5177#comment:2 https://svn.boost.org/trac10/ticket/5177#comment:2 <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">fixed</span> </li> </ul> Ticket