Gdmd compiling error
Ali Çehreli via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Mar 14 00:52:18 PDT 2016
On 03/13/2016 06:07 AM, Orkhan wrote:
> It is in linux system , and when I type make command it returns error
like:
> /bin/sh: 1: gdmd: not found
I think you need to install gdmd:
https://github.com/D-Programming-GDC/GDMD
Alternatively, assuming that you have dmd installed, you can try
replacing gdmd with dmd in your Makefile.
Ali
More information about the Digitalmars-d-learn
mailing list