Re: Compiling 64-bit
Re: Compiling 64-bit
- Subject: Re: Compiling 64-bit
- From: Matthew Formica <email@hidden>
- Date: Wed, 13 Jun 2007 10:05:41 -0700
right - libSystem and Accelerate are the two libraries we provide 64-
bit in Tiger.
On Jun 13, 2007, at 10:00 AM, Stefan Werner wrote:
On 13.06.2007, at 18:50, Matthew Formica wrote:
64-bit "full graphical apps" need to be built with Leopard (which
is still under NDA). Tiger only provides UNIX-level/command-line
64-bit functionality, which is great if you have a command-line app
or can factor out your UI into a separate process.
And only parts of the non-GUI API is available to 64-bit
Applications on 10.4 - for example Core Audio or IOKit are 32-bit
only. When in doubt, use lipo -info:
$ lipo -info /System/Library/Frameworks/vecLib.framework/vecLib
Architectures in the fat file: /System/Library/Frameworks/
vecLib.framework/vecLib are: i386 ppc ppc64 x86_64
$ lipo -info /System/Library/Frameworks/XgridFoundation.framework/
XgridFoundation
Architectures in the fat file: /System/Library/Frameworks/
XgridFoundation.framework/XgridFoundation are: i386 ppc
_______________________________________________
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