www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16476] New: Shared Library of Phobos for Windows

https://issues.dlang.org/show_bug.cgi?id=16476

          Issue ID: 16476
           Summary: Shared Library of Phobos for Windows
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: gyroheli gmail.com

Linux has it, I tried compiling it myself but the .lib file ended up empty. Not
sure what needs to be done to get phobos compiling into a shared library on
windows. It didn't seem like any symbols were being exported, the corresponding
.lib file (create by the linker by passing -L/IMPLIB to dmd on x86) came out
empty.

--
Sep 08 2016