Installing LDC on Windows

Dejan Lekic via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 9 02:31:39 PDT 2014


On Saturday, 6 September 2014 at 11:13:20 UTC, Russel Winder via 
Digitalmars-d-learn wrote:
> OK I installed LDC pre-built on MinGW for Windows on Windows 
> and then
> Installed MinGW for Windows but when I run ldc2 it tells me
> libgcc_s_dw2-1.dll is missing.
>
> Is this problem soluble by any means other than destruction of 
> Windows?

My first guess is that you do not use 32bit MinGW.

Here is what I got inside MSYS2 (MSYS2 rocks btw!):

$ find . -name libgcc*
./mingw32/bin/libgcc_s_dw2-1.dll
./mingw64/bin/libgcc_s_seh-1.dll


More information about the Digitalmars-d-learn mailing list