Building Chandler on an Intel iMac
Resources:
Notes:
gcc --version: i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250)
ENVP="MACOSX_DEPLOYMENT_TARGET_ppc=10.3 MACOSX_DEPLOYMENT_TARGET_i386=10.4" should build a binary that targets both -- need to investigate
<http://www.zonic.co.uk/products/mingw/> details how to set up a
MinGW? cross-compilation environment on Tiger. (from
http://lists.apple.com/archives/Darwin-dev/2006/Jan/msg00013.html )