[Issue 19760] Windows 10 -m64 completely broken, can't compile/run hello world
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Mar 25 10:38:57 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19760
kinke at gmx.net changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke at gmx.net
--- Comment #4 from kinke at gmx.net ---
> It should be compiling against a static version of the library by default
Well, I wish it was that simple, but nope, Microsoft does not permit a 3rd
party to ship with their static libs. So both DMD's and LDC's libraries are
import libraries for their DLLs and based themselves on the MinGW definitions.
[DMD's -m32 on Windows uses the DigitalMars C runtime, so that's different.]
--
    
    
More information about the Digitalmars-d-bugs
mailing list