Object file extensions

Walter Bright newshound2 at digitalmars.com
Tue Jan 21 12:29:56 PST 2014


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).



More information about the Digitalmars-d mailing list