Boost C++ Libraries: Ticket #1780: Boost 1.35.0 on linux missing thread_start and get_current_thread_state https://svn.boost.org/trac10/ticket/1780 <p> I built boost-1.35.0 on a system running glibc-2.7 and linux-2.6.25-rc7 with "./configure --prefix=/usr &amp;&amp; make &amp;&amp; make install". The install succeeded, but the install process took a long time (although the install process took a long time, perhaps calling a very slow install script for each file). </p> <p> Then I attempted to build gnash-0.8.2, which compiled, but failed to link: </p> <p> ../server/.libs/libgnashserver.so: undefined reference to `boost::thread::start_thread()' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::get_current_thread_data()' </p> <p> My guess is that the boost build process somehow is not compiling in libs/thread/src/pthread/thread.cpp. </p> <p> The boost build process is sufficiently different from most of the other software that I use that it would take a long time for me to try to trace the problem further. Also, I apologize for not having a version of subversion built with http: URL support. (I tend to allocate more of time time to GPL compatible software.) However, I figure that it is still probably better to inform you of this problem rather than not disclose it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1780 Trac 1.4.3 Anthony Williams Wed, 09 Apr 2008 19:30:29 GMT status changed https://svn.boost.org/trac10/ticket/1780#comment:1 https://svn.boost.org/trac10/ticket/1780#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Are you linking against the boost.thread library? </p> Ticket Anthony Williams Thu, 10 Apr 2008 13:34:19 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1780#comment:2 https://svn.boost.org/trac10/ticket/1780#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">worksforme</span> </li> </ul> Ticket