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