www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - simple problem with sc.ini

If I change the line:

LINKCMD=% P%\..\..\dm\bin\link.exe

to:

LINKCMD="% P%\..\..\dm\bin\link.exe"

DMD gives me this error when trying to compile:

C:\code\src\d\test>dmd test
"C:\bin\dmd\bin\..\..\dm\bin\link.exe" test,,,user32+kernel32/noi;
Can't run '"C:\bin\dmd\bin\..\..\dm\bin\link.exe"', check PATH

C:\code\src\d\test>

This didn't seem worth an entry in bugzilla, but it did confuse me for a 
while today.


Sean
Jun 07 2006