CDC- Compile D Code
Anders F Björklund
afb at algonet.se
Fri Jul 3 12:31:52 PDT 2009
Eric Poggel wrote:
> CDC's only requirement is a D compiler. It is/will be supported on any
> operating system supported by the language. It works with dmd, ldc
> (soon), and gdc, phobos or tango.
$ ./cdc -v cdc.d
/usr/bin/ld: unknown flag: -ocdc
Seems to be missing a space ?
translate["-of"] = "-o";
Works OK on Mac OS X otherwise...
(tested with Phobos if it matters)
--anders
More information about the Digitalmars-d-announce
mailing list