digitalmars.D - dmdbindmd not found on OSX
- chrix <csperandio2002 yahoo.fr> May 18 2010
- "Simen kjaeraas" <simen.kjaras gmail.com> May 18 2010
- Chrix <csperandio2002 yahoo.fr> May 18 2010
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 ? Thanks.
May 18 2010
chrix <csperandio2002 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
May 18 2010
Thanks... All's working (except DCOM sample but I think it's normal on OS X)
May 18 2010








Chrix <csperandio2002 yahoo.fr>