0

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?

Community
  • 1
  • 1
sashoalm
  • 75,001
  • 122
  • 434
  • 781
  • @GeorgFritzsche No, it's not a duplicate, notice the ANSI C part of my question. ANSI C is the smallest possible subset, it's the most cross compilable thing on earth. – sashoalm Dec 15 '11 at 09:27
  • 2
    Still http://devs.openttd.org/~truebrain/compile-farm/apple-darwin9.txt from that other questions answers might be the best way to go. – Prof. Falken Dec 15 '11 at 10:32

0 Answers0