Cannot make sense of LLD linker error with ldc 1.11.0
kinke
noone at nowhere.com
Thu Aug 30 20:36:02 UTC 2018
On Thursday, 30 August 2018 at 19:41:38 UTC, Nordlöw wrote:
> I'm using the tar.xz for x64 Linux. Ok?
You're explicitly adding `-link-internally` in your top-level
dub.sdl:
dflags "-link-internally" platform="linux-ldc" # use GNU gold
linker
If you want to go with gold, as your comment suggests, you'd use
`-linker=gold` instead. For more context wrt. `-link-internally`
clumsiness on non-Windows, see
https://github.com/ldc-developers/ldc/issues/2717.
More information about the Digitalmars-d-learn
mailing list