https://issues.dlang.org/show_bug.cgi?id=16031 --- Comment #2 from Martin Krejcirik <mk at krej.cz> --- (In reply to Walter Bright from comment #1) > What does the PIC=1 do? PIC isn't anywhere in posix.mak It's there, it adds -fPIC to DFLAGS. --