Boost C++ Libraries: Ticket #12201: Compilation issue in 64 bit https://svn.boost.org/trac10/ticket/12201 <p> when compiling my project in 64 bit with Boost, </p> <p> It is showing error message in libboost_thread-vc90-mt-1_60.lib </p> <pre class="wiki">Error 696 error LNK2005: "public: virtual __cdecl boost::detail::thread_data_base::~thread_data_base(void)" (??1thread_data_base@detail@boost@@UEAA@XZ) already defined in xxxx.obj libboost_thread-vc90-mt-1_60.lib Error 697 error LNK2001: unresolved external symbol "private: void __cdecl boost::thread::start_thread(void)" (?start_thread@thread@boost@@AEAAXXZ) xxxx.obj Error 698 error LNK2001: unresolved external symbol "public: void __cdecl boost::thread::join(void)" (?join@thread@boost@@QEAAXXZ) xxxx.obj </pre><p> where xxxx is my class for boost use </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12201 Trac 1.4.3 rabindra@… Fri, 13 May 2016 10:10:49 GMT attachment set https://svn.boost.org/trac10/ticket/12201 https://svn.boost.org/trac10/ticket/12201 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Untitled.png</span> </li> </ul> <p> Snapshot for error </p> Ticket John Maddock Mon, 16 May 2016 17:58:35 GMT component changed; owner set https://svn.boost.org/trac10/ticket/12201#comment:1 https://svn.boost.org/trac10/ticket/12201#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 anonymous Thu, 19 May 2016 05:38:08 GMT <link>https://svn.boost.org/trac10/ticket/12201#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12201#comment:2</guid> <description> <p> I am waiting for your fixes, it would be great to take it in High priority. Also tested on thec current release Boost_1_61_0 for both VC++9.0 and VC++11.Got the same issue </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Mon, 08 Aug 2016 23:02:26 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/12201#comment:3 https://svn.boost.org/trac10/ticket/12201#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> 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> </ul> <p> How are you building the Boost.THread library? </p> Ticket viboes Tue, 09 Aug 2016 01:11:45 GMT <link>https://svn.boost.org/trac10/ticket/12201#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12201#comment:4</guid> <description> <p> It is weir that boost::thread::start_thread and boost::thread::join are unresolved as these functions are inlined :( </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 03 Sep 2016 13:05:02 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/12201#comment:5 https://svn.boost.org/trac10/ticket/12201#comment:5 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Support Requests</span> </li> </ul> <p> Moved to Support Request until more information is given. </p> Ticket viboes Sat, 03 Sep 2016 13:42:19 GMT description changed https://svn.boost.org/trac10/ticket/12201#comment:6 https://svn.boost.org/trac10/ticket/12201#comment:6 <ul> <li><strong>description</strong> modified (<a href="/trac10/ticket/12201?action=diff&amp;version=6">diff</a>) </li> </ul> Ticket viboes Sat, 03 Sep 2016 13:46:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12201#comment:7 https://svn.boost.org/trac10/ticket/12201#comment:7 <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> <p> Please reopen this issue if it is still there giving more information. </p> Ticket