Subject: [Boost-bugs] [Boost C++ Libraries] #12201: Compilation issue in 64 bit
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-05-13 10:10:08
#12201: Compilation issue in 64 bit
------------------------+------------------------------
Reporter: rabindra@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.60.0
Severity: Problem | Keywords:
------------------------+------------------------------
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> 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