www.digitalmars.com         C & C++   DMDScript  

D - Compiling Phobos

reply Paul Runde <prunde efingham.net> writes:
Please help a newbie.  I have been trying to compile phobos using 
makefile.  I get this:

..\dmd -c -unittest -g assert
Error: '..\dmd' not found

I have tried playing with the path settings and placing dmd.exe 
elsewhere on the path.

Appreciate any suggestions.
Jun 10 2002
parent "Walter" <walter digitalmars.com> writes:
"Paul Runde" <prunde efingham.net> wrote in message
news:3D059E76.1060707 efingham.net...
 Please help a newbie.  I have been trying to compile phobos using
 makefile.  I get this:

 ..\dmd -c -unittest -g assert
 Error: '..\dmd' not found

 I have tried playing with the path settings and placing dmd.exe
 elsewhere on the path.

 Appreciate any suggestions.
Try changing "..\dmd" to just "dmd".
Jun 11 2002