[SDL] Universal Binary Error while linking during cross-compilation...

Torsten Giebl wizard at syntheticsw.com
Fri Feb 22 18:25:09 PST 2008


Hello !


>  2. How do i386 and PowerPC binaries co-exist in the same application
>  bundle? Do they sit in separate directories? How does the OS know which
>  binary to run?


>From what i know the same as the normal binarys, they sit in FAT exes,
FAT librarys, ...

As Mac OS X knows on what processor it is currently running,
it then simply picks the PPC part, the X86 part or whatever.

With lipo you can check these FAT files, lipo -info


CU


More information about the SDL mailing list