I'm try to build to build Clang and LLVM and after download it I want to configure it so when I do that command :
../llvm/configure --prefix=/usr/clang_3_3 --enable-optimized --enable-targets=host
it's show me error configure permission Denied even when I'm root and I try
chmod +x
it didn't work any help
Note : I download Clang and LLVM from svn and I put it to anthor dir(not the root) in /media one of these dirs
~
home directory instead. – kiri Sep 18 '13 at 23:04