LDC cant find lld-link when crosscompiling

kinke noone at nowhere.com
Thu Oct 10 11:38:58 UTC 2024


On Wednesday, 9 October 2024 at 16:07:29 UTC, AzuraAkumore wrote:
> I installed both LDC and DMD via the deb package files.

And that's the problem - that deb package apparently wasn't built 
with the LLD linker integration. Official LDC releases from 
GitHub are, and thus default to `-link-internally` when 
cross-linking to Windows, not needing any external `lld-link` 
executable.


More information about the Digitalmars-d-learn mailing list