MacOS Cross Compiler

I am looking for a compiler that will allow me to create MacOS binaries on my linux box. Are there any that are known to work with SDL? Alternatively, are there any free MacOS compilers that work with SDL?

Stuart Anderson

I am looking for a compiler that will allow me to create MacOS binaries on my linux box. Are there any that are known to work with SDL? Alternatively, are there any free MacOS compilers that work with SDL?

I haven’t gotten any free MacOS compilers to work with SDL.
Anyone else?

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/

Sam Lantinga wrote:

I am looking for a compiler that will allow me to create MacOS binaries on my linux box. Are there any that are known to work with SDL? Alternatively, are there any free MacOS compilers that work with SDL?

I haven’t gotten any free MacOS compilers to work with SDL.
Anyone else?

MPW [free to download from Apple] may work. I don’t know of any way
to cross-compile, and wouldn’t recommend it :slight_smile:

There is a free version of CodeWarrior, which is of course the best
choice. [Alright, so I’m a little biased]

James