[Issue 16794] Official .deb packages must compile libphobos2.a with -fPIC
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Nov 30 14:33:49 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16794
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #3 from Martin Nowak <code at dawg.eu> ---
See https://issues.dlang.org/show_bug.cgi?id=5278#c32 for a solution, compiling
with -fPIC -defaultlib=libphobos2.so.
I'm not certain whether we should build a static library (intended for static
linking) with position independent code?
Does Ubuntu have static libraries, and if so what's their guideline?
--
More information about the Digitalmars-d-bugs
mailing list