Possible Duplicate:
How to Compile for OS X in Linux or Windows?
Is it possible to cross compile a program that uses only ANSI C functions (basicly I include only stdio.h) without needing to buy a Mac and install Xcode?
Edit
According to this post on daniweb, any FreeBSD compiler will do, is that true? I.e. I don't need a special linker, and I assume that the object code is the same since I target a Mac on an Intel processor?