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