Gdmd compiling error

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 14 04:11:28 PDT 2016


On 03/14/2016 02:56 AM, Orkhan wrote:

 > THe output like that :
 > root at ubuntu:/opt/xcomm# gdmd
 > Can't exec "/usr/local/bin/gdc": No such file or directory at

Ok, now you need to install gdc:

   http://gdcproject.org/downloads

In short, the project that you are trying to build depends on gdmd, 
which is a dmd-like interface to gdc, which needs to be installed on 
your system.

Ali



More information about the Digitalmars-d-learn mailing list