Gdmd compiling error

Orkhan via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 14 07:46:06 PDT 2016


On Monday, 14 March 2016 at 11:11:28 UTC, Ali Çehreli wrote:
> 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

Dear Ali ,
Thanks for your answer and time.
I have tried to install and the output was like that. I gues it 
is already installed in my linux. isnt it ?

root at ubuntu:/opt/xcomm# sudo apt-get install gdc
Reading package lists... Done
Building dependency tree
Reading state information... Done
gdc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 180 not upgraded.
root at ubuntu:/opt/xcomm#

It is very urgent for me to install the project , I hope will do 
with your help .
Thanks.


More information about the Digitalmars-d-learn mailing list