Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Boost Thread Linking error in Xcode 3.0 on OS X 10.5




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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden
References: 
 >Boost Thread Linking error in Xcode 3.0 on OS X 10.5 (From: Sunwoo Park <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.