Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » [solved]How to call Boost thread library?
[solved]How to call Boost thread library? [message #698926] Wed, 20 July 2011 13:46
kathy  is currently offline kathy Friend
Messages: 7
Registered: July 2011
Junior Member
I have a c++ project using MinGW on Eclipse CDT. I have built the Boost library and the smart pointer is working. ie.

boost::shared_ptr
BOOST_FOREACH

works well for me. But when I try to use boost::thread, I got error:

cannot find -llibboost_thread-mgw46-mt-1_47.a

What might be the problem?

I am working on Windows XP.

{solved]
the library name should be "boost_thread-mgw46-mt-1_47"

[Updated on: Thu, 21 July 2011 21:18]

Report message to a moderator

Previous Topic:Any way to start an external bundle on mac?
Next Topic:Macro definition problem
Goto Forum:
  


Current Time: Tue Apr 23 08:45:02 GMT 2024

Powered by FUDForum. Page generated in 0.02936 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top