Re: Boost Thread Linking error in Xcode 3.0 on OS X 10.5
Re: Boost Thread Linking error in Xcode 3.0 on OS X 10.5
- Subject: Re: Boost Thread Linking error in Xcode 3.0 on OS X 10.5
- From: Thomas Engelmeier <email@hidden>
- Date: Sat, 26 Jan 2008 08:58:35 +0100
On 25.01.2008, at 23:49, Sunwoo Park wrote:
How can I set "-lboost_thread-mt" in Xcode project pannel ?
in "Other linker flags".
I'm not sure that it is a good idea to require a boost install in /
local/opt/lib. It will basically require everyone working on the
project to mess up with his /local/opt directory. Pretty Unix-ish, but
not very explicit.
The way I settled for boost and other 3rd party libraries is a layout
like
projects/
a
b
3rdparty/
boost_1_34
libtiff
etc... If you add the defines and include paths for boost in
a .xcconfig on top of the 3rd party directory and just use
that .xcconfig file for your boost dependant projects, you save
yourself typically some amount of trial and error.
Regards,
Tom_E
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden