Installing LDC on Windows
    David Nadlinger via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Sep  6 14:52:27 PDT 2014
    
    
  
On Saturday, 6 September 2014 at 16:11:55 UTC, Russel Winder via 
Digitalmars-d-learn wrote:
> I installed the other MinGW option and it provides 
> libgcc_s_sjlj-1.dll
> which is not helping me actually run ldc2 on Windows :-(
It is mentioned both the in README coming with the Windows 
packages and the on wiki [1] that you need a Dwarf 2 EH package 
(-dw2) of MinGW-w64 for LDC to work.
How can we make this more clear?
Cheers,
David
[1] http://wiki.dlang.org/Building_LDC_on_MinGW_x86
    
    
More information about the Digitalmars-d-learn
mailing list