Re: Trying to build a universal binary...
Re: Trying to build a universal binary...
- Subject: Re: Trying to build a universal binary...
- From: Quincey Morris <email@hidden>
- Date: Mon, 4 Feb 2008 21:39:38 -0800
On Feb 4, 2008, at 21:01, Jerry LeVan wrote:
I have set for my 'universal' build configuration ( in the get info
dialog) the following values:
Architectures i386 ppc
Base SDK Path /Developer/SDKs/MacOSX10.4u.sdk
Mac OS X Deployment Target Mac OS X 10.4
When I build the project, none of the object files are ever
compiled with the '-arch ppc' flag and a thin intel binary is
built...
The external frameworks and libs are:
Foundation, AppKit,WebKit, libssl.dylib
QuickTime, Carbon, libcrypto, Cocoa and
libjhlpq.a ( a fat archive containing libpq
the postgresql c interface library).
Can anyone tell me what the problem might be?
Are you building Debug or Release? By default, Xcode sets up the
project settings to architecture specific for Debug and universal for
Release. This drove me crazy for a while because I didn't notice that
setting the project window build mode to Debug doesn't necessarily
cause the build settings to open with the Debug configuration displayed.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden