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: Rush Manbert <email@hidden>
- Date: Fri, 25 Jan 2008 15:18:23 -0800
Sunwoo Park wrote:
Hi All,
I'm trying to compile & run a very simple Boost thread test program in Xcode
3.0 on OS X 10.5. Xcode could not successfully link the compiled code to
boost-1_34_1 thread libraries. In Xcode Project Info panel, I set "Header
Search Paths" and "Library Search Path" to /opt/local/include/boost-1_34_1
and /opt/local/lib, respectively. How can I set "-lboost_thread-mt" in
Xcode project pannel ?
<snip>
In the older versions of Xcode, you would add it to the "Other Linker
Flags" in the Linking section of your target's Build settings. Add it
just as you wrote, but without the quotes. I haven't moved to the latest
Xcode version, so don't know if it has changed.
- Rush
_______________________________________________
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