[Issue 14558] Attempts to link with DMD when using MSVC LDC under VisualD
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sat May  9 20:58:10 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14558
--- Comment #2 from Manu <turkeyman at gmail.com> ---
That sounds like the problem. It is in the path.
I don't think it's good to rely on user path configuration for this to work.
There is already code where VisualD overrides the VS tool paths with the proper
locations relative to the version of VS the user is running right?
Linking LDC can never work with DMD's lib.exe, so it should probably be jigged
so that it uses the same linker that DMD-Win64 uses when building libs,
irrespective of the users path settings?
--
    
    
More information about the Digitalmars-d-bugs
mailing list