dmdbindmd not found on OSX

Simen kjaeraas simen.kjaras at gmail.com
Tue May 18 14:10:07 PDT 2010


chrix <csperandio2002 at yahoo.fr> wrote:

> Hi,
>
> I downloaded the D compiler for OS X and when I try to launch the shell  
> all.sh command I've got this
> error: sh: dmdbindmd: command not found
>
> Where is this command ?


This smells of missing (or erroneous) directory delimiters. And lo and  
behold:

DMD=\dmd\bin\dmd

replace with

DMD=/dmd/bin/dmd

and things should work better. This should probably also go in Bugzilla.

-- 
Simen


More information about the Digitalmars-d mailing list