[Issue 16794] dmd not working on Ubuntu 16.10 because of default PIE linking
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Dec 25 01:31:57 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16794
--- Comment #16 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/installer
https://github.com/dlang/installer/commit/ca90c155a5bbbef145343af751cfe65adcdcf2b9
fix Issue 16794 - .deb no working on Ubuntu 16.10
- build amd64 linux libraries with PIC (no significant overhead of RIP relative
addressing)
- add -fPIC to default args on amd64
https://github.com/dlang/installer/commit/bd6e4c1e0a761acbd31851e42b84896ddd6ff31f
Merge pull request #207 from MartinNowak/fix16794
fix Issue 16794 - .deb no working on Ubuntu 16.10
--
More information about the Digitalmars-d-bugs
mailing list