[LLVMdev] Cygwin LLVM Install Errors

Aaron Gray angray at beeb.net
Sat May 14 08:50:29 PDT 2005


AFAICT these are valid errors.

Getting an error on the 'make install' for LLVM :-


make[2]: Entering directory `/usr/build/llvm/tools/llvm-ar'
llvm[2]: Installing Debug /usr/llvm/bin/llvm-ar
/usr/bin/install: target `/usr/llvm/bin/llvm-ar' is not a directory
make[2]: *** [/usr/llvm/bin/llvm-ar] Error 1
make[2]: Leaving directory `/usr/build/llvm/tools/llvm-ar'
make[1]: *** [llvm-ar/.makeinstall] Error 2
make[1]: Leaving directory `/usr/build/llvm/tools'
make: *** [install] Error 1


The directory '/usr/llvm/bin/llvm-ar' does not exist.

Creating the llvm-ar directory and continuing I get another error :-

make[4]: Entering directory `/usr/build/llvm/lib/Target/SparcV9/RegAlloc'
llvm[4]: Installing Debug Object Library /usr/llvm/lib/LLVMSparcV9RegAlloc.o
llvm[4]: Installing Debug Archive Library /usr/llvm/lib/libLLVMSparcV9RegAlloc.a
ranlib: unable to rename '/usr/llvm/lib/libLLVMSparcV9RegAlloc.a' reason: Permission denied
make[4]: *** [/usr/llvm/lib/libLLVMSparcV9RegAlloc.a] Error 1
make[4]: Leaving directory `/usr/build/llvm/lib/Target/SparcV9/RegAlloc'
make[3]: *** [RegAlloc/.makeinstall] Error 2
make[3]: Leaving directory `/usr/build/llvm/lib/Target/SparcV9'
make[2]: *** [SparcV9/.makeinstall] Error 2
make[2]: Leaving directory `/usr/build/llvm/lib/Target'
make[1]: *** [Target/.makeinstall] Error 2
make[1]: Leaving directory `/usr/build/llvm/lib'
make: *** [install] Error 1

Help !

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050514/f2edb2e8/attachment.html>


More information about the llvm-dev mailing list