On 1/21/2014 10:38 AM, Russel Winder wrote:
> The tradition (AIUI) on Linux is for PIC object files to have
> extension .os. DMD however refuses to recognize this extension. Is this
> something to fix?
Hmm, I've never heard of that tradition! And:
cc foo.c -c -fPIC
generates foo.o, not foo.os (on Ubuntu).