Hi,
I've recently installed ldc2 and am trying to compile a simple hello world. Unfortunately, it fails with a simple
dtn@bamboo-forest ~/dev/nxm-d $ ldc2 source/app.d
collect2: fatal error: cannot find 'ld'
compilation terminated.
Error: /usr/bin/gcc failed with status: 1
Running which ld
gives /usr/bin/ld
Running whereis ld
gives ld: /usr/bin/ld.bfd /usr/bin/ld /usr/share/man/man1/ld.1 /usr/share/info/ld.info
I have run sudo eopkg install -c system.devel && sudo eopkg up && sudo eopkg check
and all my packages are up to date and intact as of 2019-03-17
Cheers, dtn