I use dvm to manage my installs of DMD. This means that the Phobos shared library for the compiler used to build LDC is not installed system-wide.
It seems that LDC is being dynamically linked with Phobos, so running LDC fails with the following error:
/home/alaran/src/ldc/build/bin/ldc2: error while loading shared libraries: libphobos2.so.0.70: cannot open shared object file: No such file or directory
I use dvm to manage my installs of DMD. This means that the Phobos shared library for the compiler used to build LDC is not installed system-wide.
It seems that LDC is being dynamically linked with Phobos, so running LDC fails with the following error: