Any version of any D compiler that works properly on Mac OS X 10.6?

Anders F Björklund afb at algonet.se
Mon Nov 2 09:47:59 PST 2009


zonk wrote:
> Is anybody developing in D on Snow Leopard?
...
>  • GDC is only for 10.4 and 10.5.

GDC "should" be able to build for Mac OS X 10.6,
if using the legacy gcc-4.0 compiler (gcc-5484)

http://opensource.apple.com/tarballs/gcc/gcc-5484.tar.gz (Xcode 3.1)
http://downloads.sourceforge.net/gdcmac/gdc-trunk-r229-apple-gcc-5484.patch

But there is no GDC installer for Snow Leopard,
and I don't think that gcc-4.2 works yet either ?

GCC now also defaults to 64-bit mode, so you need
to use "gcc -m32" to compile in 32-bit mode for D.

--anders



More information about the Digitalmars-d mailing list