Building DMD on SmartOS
flamencofantasy via Digitalmars-d
digitalmars-d at puremagic.com
Thu Apr 30 10:39:01 PDT 2015
Hello,
I would like to use D on SmartOS.
Since there is no binary installer I tried to build DMD from
source by
following the instructions on this page;
http://wiki.dlang.org/Building_DMD
Unfortunately I get this error;
[~/d/dmd/src]# make -f posix.mak MODEL=64
no cpu specified, assuming X86
dmd idgen.d
make: dmd: Command not found
posix.mak:320: recipe for target 'idgen' failed
make: *** [idgen] Error 127
Thanks!
More information about the Digitalmars-d
mailing list