Re: [Boost-bugs] [Boost C++ Libraries] #12201: Compilation issue in 64 bit

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12201: Compilation issue in 64 bit
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-09-03 13:42:19


#12201: Compilation issue in 64 bit
-------------------------------+----------------------
  Reporter: rabindra@… | Owner: viboes
      Type: Support Requests | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.60.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Description changed by viboes:

Old description:

> when compiling my project in 64 bit with Boost,
>
> It is showing error message in libboost_thread-vc90-mt-1_60.lib
>
> Error 696 error LNK2005: "public: virtual __cdecl
> boost::detail::thread_data_base::~thread_data_base(void)"
> (??1thread_data_base_at_detail@boost@@UEAA_at_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_at_thread@boost@@AEAAXXZ) xxxx.obj
>
> Error 698 error LNK2001: unresolved external symbol "public: void
> __cdecl boost::thread::join(void)" (?join_at_thread@boost@@QEAAXXZ)
> xxxx.obj
>

> where xxxx is my class for boost use

New description:

 when compiling my project in 64 bit with Boost,

 It is showing error message in libboost_thread-vc90-mt-1_60.lib


 {{{
 Error 696 error LNK2005: "public: virtual __cdecl
 boost::detail::thread_data_base::~thread_data_base(void)"
 (??1thread_data_base_at_detail@boost@@UEAA_at_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_at_thread@boost@@AEAAXXZ) xxxx.obj

 Error 698 error LNK2001: unresolved external symbol "public: void
 __cdecl boost::thread::join(void)" (?join_at_thread@boost@@QEAAXXZ)
 xxxx.obj

 }}}


 where xxxx is my class for boost use

--
-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12201#comment:6>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC