Re: linking on OSX
Re: linking on OSX
- Subject: Re: linking on OSX
- From: "David M. Cotter" <email@hidden>
- Date: Fri, 9 Oct 2009 15:32:28 -0700
/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
my but you're good! i think you are correct.
i did not specify the min-version when building boost, but i did build
it on a 10.6 system
okay.... hmmm
so my min target for the app is 10.4, tho built on 10.6
so what should i do? this is what i suspect:
re-build boost using -mmacosx-version-min=10.4
and all will be well?
_______________________________________________
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