-
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
Description
I get the following error when building the master branch with all submodules pulled:
CMake Error at cmake/Modules/ExtractDMDSystemLinker.cmake:40 (message):
Failed to compile empty program using D compiler '/usr/local/bin/ldmd2'
First I compiled LDC 0.17 using the ltsmaster branch before switching to the master branch and reinitializing all submodules. I am using CMake 3.6.2 and LLVM 3.9.0. Both were compiled from source on a CentOS 7.2 ppc64 big-endian host.
I suspect this has something to do with the lack of rdmd tools since LDC does not come with them.