[Issue 14558] Attempts to link with DMD when using MSVC LDC under VisualD

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 10 09:34:19 PDT 2015


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

--- Comment #7 from Rainer Schuetze <r.sagitario at gmx.de> ---
> I can't imagine a situation where I don't care about the runtime in my work :/

If you don't build a large application, but just a small command line tool that
you don't want to distribute, why bother?

> But sure, in the cases where you want to use MinGW, would you typically reach for GDC or LDC though?

GDC seems more natural, but LDC appears to be more up-to-date with latest dmd. 

Actually, I don't like all the dependencies that you get with MinGW. Every
program seems to need a different version...

--


More information about the Digitalmars-d-bugs mailing list