Thread-topic: 10.3 for PPC but 10.4.1 for Intel, how?
User-agent: Microsoft-Entourage/11.2.1.051004
> Hello,
>
> Am 26.02.2006 um 15:38 schrieb Trygve Inda:
>
>> Apple Universal Binary docs page 16 says I can build PPC for 10.3
>> and Intel
>> for 10.4.1 and have it all nice in one app. Referring as suggested
>> to page
>> 18/19 of the same document provides little help.
>>
>> How do I do this in the properties Info window for my project?
>
>
> This issue arises frequently and thus should make it to a FAQ...
>
> FYI:
> I'm using following settings to build an Univeral binary which runs
> on Mac OS X 10.2.x and later:
>
> GCC_VERSION_i386 4.0
> GCC_VERSION_ppc 3.3
> MACOSX_DEPLOYMENT_TARGET_i386 10.4
> MACOSX_DEPLOYMENT_TARGET_ppc 10.2
> SDKROOT_i386 /Developer/SDKs/MacOSX10.4u.sdk
> SDKROOT_ppc /Developer/SDKs/MacOSX10.2.8.sdk
>
> To compile for system versions prior to Mac OS X 10.3.9, you have to
> use GCC < 4 (due to the changed stdc lib, AFAIK).
>
> Best regards,
> Dirk Stegemann
Hi Dirk,
Where/how do I make these settings? Do I just add them to the build panel
and will they override the others (ie MACOSX_DEPLOYMENT_TARGET)... Or do I
need to delete the other settings (haven't tried that yet)?
Thanks,
Trygve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden