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