Linker not working under dmd

Walter Bright newshound2 at digitalmars.com
Fri Apr 4 18:10:57 PDT 2014


On 4/4/2014 3:08 PM, Jonathan Marler wrote:
> I tried running ld on the .o file created by dmd, but I'm not sure what
> arguments dmd uses, if someone knows could you provide me with the arguments and
> I can try running ld along (without dmd).

If you run dmd with the -v switch, it will show the command it passes to the linker.


More information about the Digitalmars-d mailing list