Installing LDC on Windows
    Danyal Zia via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Sep  6 04:26:02 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?
You need to set PATH in environment variables to the directory 
where shared libaries of MinGW are present...
    
    
More information about the Digitalmars-d-learn
mailing list