Building DMD on SmartOS

Jason King via Digitalmars-d digitalmars-d at puremagic.com
Sat May 2 07:31:01 PDT 2015


Note that phobos hasn't been fully tested -- there's probably some fixes
that'll need to happen in there.

On Sat, May 2, 2015 at 1:14 AM, Daniel Murphy via Digitalmars-d <
digitalmars-d at puremagic.com> wrote:

> "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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150502/55283446/attachment-0001.html>


More information about the Digitalmars-d mailing list