Re: Linking different PPC and Intel Framework version
Re: Linking different PPC and Intel Framework version
- Subject: Re: Linking different PPC and Intel Framework version
- From: Eric Albert <email@hidden>
- Date: Wed, 20 Sep 2006 14:22:09 -0700
On Sep 20, 2006, at 12:29 PM, David wrote:
My application requires 10.2 compatibility but also want to make a
universal build of it. A 3rd party framework that I use has a
universal build of its framework but it requires 10.3 or newer.
The 10.2 compatible version of the framework is not universal.
What is the best approach for this? I'm not sure specifying the
OTHER_LDFLAGS_$(arch) would help alone since I would end up with 2
ppc versions? (one in the univ version which I would use for i386
and the other used for ppc)
You can use lipo to combine the (ppc) 10.2 version of the framework
with the Intel side of the universal version, creating a new
framework which'd let you go back to 10.2 on PowerPC and run on Intel.
See the lipo man page for details.
Hope this helps,
Eric
_______________________________________________
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