SDL apps as Universal binaries

There is a way to build an universal binary on 10.3.9 or have I to
upgrade to 10.4.x?

All the compile methods I’ve seen (through xcode, through gcc-fat.sh,
the mozilla way…) seem to require 10.4…

Bye,
Gabry

There is a way to build an universal binary on 10.3.9 or have I to
upgrade to 10.4.x?

All the compile methods I’ve seen (through xcode, through gcc-fat.sh,
the mozilla way…) seem to require 10.4…

10.3.9 does not ship with a toolchain that understands universal
binaries. You need 10.4.

-bobOn May 31, 2006, at 12:17 AM, Gabriele Greco wrote:

There is a way to build an universal binary on 10.3.9 or have I to
upgrade to 10.4.x?

All the compile methods I’ve seen (through xcode, through gcc-fat.sh,
the mozilla way…) seem to require 10.4…

Bye,
Gabry

The tools you need to create universal binaries (gcc 4.0, the 10.4u
SDK, lipo, etc) only come with 10.4.
I have seen a ‘hack’ someone used to build them with gcc 3.3, but it
was still under 10.4.

DanielOn May 31, 2006, at 0:17, Gabriele Greco wrote: