Re: Building a library using as universal for 10.3.9 ppc from an Intel build box
Re: Building a library using as universal for 10.3.9 ppc from an Intel build box
- Subject: Re: Building a library using as universal for 10.3.9 ppc from an Intel build box
- From: Chris Espinosa <email@hidden>
- Date: Thu, 20 Jul 2006 07:39:26 -0700
On Jul 20, 2006, at 6:36 AM, Brant Sears wrote: > Right now I have a build script that creates the library as > follows. First, I build the library as Universal using GCC 4. The, > I build it PowerPC only using GCC 3.3, then I use lipo to replace > the powerPC segment of the universal library with the PowerPC/GCC > 3.3 segment from the other library. Then, I use the "hybrid" library.
It sounds like you're doing too much work. Why not just set the target to use the 10.3.9 SDK on PPC and 10.4u SDK on Intel?
Set GCC_VERSION_ppc to 3.3 and GCC_VERSION_i386 to 4.0 and Xcode will do this all for you automatically.
|
_______________________________________________
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