On Saturday, 19 November 2016 at 22:19:58 UTC, deadalnix wrote:

Err.. I mean, what is PIE and what kind of problems with D are there?

DMD emit relocation data that linker can't make sense of, that's what happens. So you can't link anything that wasn't compiled with -fPIC, even if you aren't using shared object, and the standard lib doesn't work.

Thanks!

Reply via email to