June 11, 2002
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.

June 11, 2002
"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".