Building DMD on SmartOS

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Fri May 1 23:14:43 PDT 2015


"flamencofantasy"  wrote in message 
news:zhcduibirwprgbzqkpvy at forum.dlang.org...

> 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!

The last release (2.067) is the last one that can be build without a host D 
compiler.  If you build 2.067 first, you should be able to use it to then 
build master. 



More information about the Digitalmars-d mailing list