$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Unable to use boost libraries with xcode 3.1
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-12-04 02:50:57
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