Re: unknown required load command 0x80000022
Re: unknown required load command 0x80000022
- Subject: Re: unknown required load command 0x80000022
- From: Peter O'Gorman <email@hidden>
- Date: Mon, 26 Oct 2009 14:50:32 -0500
On 10/26/2009 02:34 PM, Grant Limberg wrote:
On Oct 26, 2009, at 12:31 PM, Peter O'Gorman wrote:
On 10/26/2009 02:07 PM, Kevin Brock wrote:
I haven't seen any information on how to make Xcode *not* include these
load commands...
It's the compressed linkedit segment - see
http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-dyld/index.html
Properly setting the deployment target is the solution.
So how would I go about setting the deployment target in this case? Is
there something I missed in setting the CFLAGS/CXXFLAGS/LDFLAGS?
I'd try:
export LDFLAGS=$CFLAGS
Then check your build log to ensure that the -mmacosx-version-min flag
appears when linking.
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