simple problem with sc.ini
    Sean Kelly 
    sean at f4.ca
       
    Wed Jun  7 20:14:31 PDT 2006
    
    
  
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
    
    
More information about the Digitalmars-d-bugs
mailing list