Building a Universal Binary for 10.2.8 and Later
Building a Universal Binary for 10.2.8 and Later
- Subject: Building a Universal Binary for 10.2.8 and Later
- From: David Alger <email@hidden>
- Date: Tue, 20 Jun 2006 22:50:23 -0500
Greetings,
I am trying to build a universal binary that runs on 10.2.8 and up.
My app runs on 10.3.9 and 10.4.6 (Intel, PowerPC) just fine, but when
I try to launch it on 10.2.8 it won't launch, and my console tells me
"can't open library: /usr/lib/libstdc++.6.dylib."
I have these set on my target:
ARCHS = i386 ppc
GGC_VERSION_ppc = 3.3
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2
SDK_PATH_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDK_PATH_ppc = /Developer/SDKs/MacOSX10.2.8.sdk
And these are set on the project:
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk
GCC_VERSION_ppc = 3.3
SDK_ROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDK_ROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk
Is there something I should be setting, or is there something I'm not
setting right?
Any and all help will be greatly appreciated.
TIA,
David Alger
Family Friendly Software, LLC
http://www.familyfriendlysoftware.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