bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frexpl bugs remain on OS X 10.5 intel


From: Peter O'Gorman
Subject: Re: frexpl bugs remain on OS X 10.5 intel
Date: Thu, 24 Jan 2008 20:24:13 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Gary V. Vaughan wrote:
> I'm not passing any special flags, so whatever is standard for the apple
> shipped
> build of gcc on 10.5.1.  I believe that is 64 bit mode, unless I'm just
> falling
> for the hype...

32 bit is the default, you have to either pass -m64 or -arch x86_64 to
the compiler to get 64 bit.

All Apple supplied executables (Xcode.app excepted) are fat ppc and
i386, and most libraries are 4-way fat (ppc, ppc64, i386, x86_64).

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]