Universal Bins on Mac OS X Tiger for PPC

Hello !

I have installed the latest Version from Mac OS X Tiger
with the latest XCode on my PPC iBook. Is it possible to build
Universal Binaries there that work on intel and PPC ?
Are the Libs that came with XCode Universal ones ?

CU

Hello !

I have installed the latest Version from Mac OS X Tiger
with the latest XCode on my PPC iBook. Is it possible to build
Universal Binaries there that work on intel and PPC ?
Are the Libs that came with XCode Universal ones ?

Yes it is. Make sure you use ‘sudo gcc_select 4.0’ to select gcc 4.0
(you can see the compilers installed with 'gcc_select -list’
Then be sure to use the 10.4u SDK as that is required to produce
universal binaries.

Daniel

“I have come to believe that the whole world is an enigma, a harmless
enigma
that is made terrible by our own mad attempt to interpret it as
though it had
an underlying truth.”
– Umberto EcoOn Jun 7, 2006, at 14:08, Torsten Giebl wrote:

I have installed the latest Version from Mac OS X Tiger
with the latest XCode on my PPC iBook. Is it possible to build
Universal Binaries there that work on intel and PPC ?
Are the Libs that came with XCode Universal ones ?

Yes. In fact the SDL 1.2.10 OS X prepackaged binaries are already
built this way. And the Xcode projects included with the source should
just work like this out of the box. Just hit build.On Jun 7, 2006, at 14:08, Torsten Giebl wrote: