[SDL] Mac OS X Universal Binaries

Peter Mulholland darkmatter at freeuk.com
Sat Dec 2 08:45:46 PST 2006


Hello Torsten,

Saturday, December 2, 2006, 4:43:15 PM, you wrote:

> It is stupid, really.

> I just wanted to know
> if there is any way to see not just if the binary is an UB,
> but also what OSXes it needs.

> For example for UBs not created by me.

Ahh, OK.

At a rough guess, you could use otool -L. If the PPC part of the binary
links to libSystem.B.dylib, it needs 10.3.9+. If it links to
libSystem.dylib it can run on earlier systems.

You may want to verify this with a gcc3 compiled PPC binary first. I
could be wrong :)

-- 
Best regards,
 Peter                            mailto:darkmatter at freeuk.com





More information about the SDL mailing list