• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Boost Thread Linking error in Xcode 3.0 on OS X 10.5
[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


  • 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


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

  • Prev by Date: Re: For what it's worth
  • Next by Date: Re: [For what it's worth
  • Previous by thread: Re: Boost Thread Linking error in Xcode 3.0 on OS X 10.5
  • Next by thread: Error on building Haskell plugin
  • Index(es):
    • Date
    • Thread