windows linker error
    Vlad Levenfeld via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Nov 25 13:22:23 PST 2014
    
    
  
On Windows 7 I have built dmd (using the vcxproj), druntime 
(win64.mak) and phobos (win64.mak).
I went into sc.ini and set the LINKCMD to point to Visual Studio 
12.0's linker.
When I try to compile anything with dmd, I get
     LINK : fatal error LNK1181: cannot open input file 
'test,,nul,user32+kernel132/noi;.obj'
I'm pretty sure else is ok as I didn't see any errors while I was 
building. What can I try next?
    
    
More information about the Digitalmars-d-learn
mailing list