[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 14:39:08 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14558

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Looks like you are trying to link a library. LDC probably needs lib.exe from
the VC distribution, but it picks up lib.exe from the DMD bin folder.

I suspect you have the DMD folder in your PATH or it is added to the
"Executable Paths".

--


More information about the Digitalmars-d-bugs mailing list