Linker error (DSO missing)

David Nadlinger via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Oct 19 11:14:27 PDT 2015


On 19 Oct 2015, at 17:25, Chris via digitalmars-d-ldc wrote:
> This did the trick. How are the libs ordered? I can see that the order 
> of the libs in my dub.json file ("libs":["bla"]) is not the same as in 
> the command that is generated. Does dub handle this or is it the 
> compiler (checking for dependencies)?

LDC just passes the argument list through to the linker, as do the other 
compilers. Any intelligent ordering has to happen before that.

  — David


More information about the digitalmars-d-ldc mailing list