[Issue 16476] New: Shared Library of Phobos for Windows
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Sep 8 01:47:45 PDT 2016
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 at puremagic.com
Reporter: gyroheli at 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.
--
More information about the Digitalmars-d-bugs
mailing list