
DUH! I just dragged the libboost_thread-xgcc40-mt-1_37.a to the project and compiled. It worked!!!=^D Didn't know this. Tanks you so much for pointing me in the right direction. :handshake: Vladimir Prus-3 wrote:
framebuffer wrote:
4) I go to project > edit project settings and add the following two paths in the search path section: /usr/local/lib (for library path) and /usr/local/include/boost-1_37 for header path. ... Undefined symbols: "boost::thread::join()", referenced from:
Do you know how to link to a library and did this previously? From the description above, it appears you don't. In that case, I suggest you read XCode documentation, this is not a C++ Boost problem.
- Volodya
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- View this message in context: http://www.nabble.com/Unable-to-use-boost-libraries-with-xcode-3.1-tp2082702... Sent from the Boost - Users mailing list archive at Nabble.com.