I was able to download the source for the clang and llvm 3.4. I am able to install llvm, but when I try to install clang using the following:
../cmake-2.8.12.2/bin/cmake ../clang -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=~/clangInstallDir/ -DCLANG_PATH_TO_LLVM_BUILD=~/llvmInstallDir/ It runs, and then right after the "Found subversion" line, it just hangs. Any ideas?
_______________________________________________ cfe-users mailing list cfe-users@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users