[Issue 13178] Duplicate symbol of compiler generated symbols
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Aug 4 09:23:42 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13178
--- Comment #10 from Dicebot <public at dicebot.lv> ---
(In reply to Jacob Carlborg from comment #9)
> Does this mean I cannot use RDMD together with static libraries?
You can but using --exclude=pkgname for those is necessary - rdmd itself can't
know relation between static library file and package names of compiled
sources. Phobos is excluded by default and tango was only non-standard
pre-defined exclusion until recently. All other static libraries have needed it
all the time.
--
More information about the Digitalmars-d-bugs
mailing list