Re: linking on OSX
Re: linking on OSX
- Subject: Re: linking on OSX
- From: Peter O'Gorman <email@hidden>
- Date: Fri, 09 Oct 2009 17:27:30 -0500
On 10/09/2009 04:35 PM, David M. Cotter wrote:
/Users/davec/Desktop/Foo.app/Contents/MacOS/../SharedSupport/libboost_thread.dylib:
unknown required load command 0x80000022
[dropped boost list]
This load command (see mach-o/loader.h) is LC_DYLD_INFO_ONLY.
I can only guess, but did you compile boost with
-mmacosx-version-min=10.6, but built your app with an earlier deployment
target, and when you attempt to run it, you're doing so on Leopard?
http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-dyld/index.html
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
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