On 2012-11-02 12:27, Sönke Ludwig wrote:
I haven't used shared libs in conjunction with vibe.d, but in a LLVM based compiler project that was compiled as a DLL (where PIC is not required). For OS X I dodged the PIC problems by compiling it as a static library.
On Mac OS X PIC is the default, no problems :) -- /Jacob Carlborg
