Boost C++ Libraries: Ticket #9078: undefined reference (missing functions) https://svn.boost.org/trac10/ticket/9078 <p> I am using boost to install OGRE in my system. There are several functions in various headers of 'boost' that do not have any definition. For example, start_thread_noexcept() in boost/thread/detail/thread.hpp has only declaration but no definition. Please provide a fix ASAP. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9078 Trac 1.4.3 avinash_march1988@… Mon, 02 Sep 2013 16:39:39 GMT attachment set https://svn.boost.org/trac10/ticket/9078 https://svn.boost.org/trac10/ticket/9078 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">thread.hpp</span> </li> </ul> <p> The mentioned header file. There are many such instances of missing function definitions. </p> Ticket viboes Sat, 12 Oct 2013 13:07:43 GMT status, component changed; owner set https://svn.boost.org/trac10/ticket/9078#comment:1 https://svn.boost.org/trac10/ticket/9078#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">thread</span> </li> </ul> <p> You must link with boost_thread. </p> Ticket viboes Sat, 12 Oct 2013 13:07:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9078#comment:2 https://svn.boost.org/trac10/ticket/9078#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> Ticket