[LLVMdev] [Cygwin] llvm 'make install' build errors

Aaron Gray angray at beeb.net
Thu May 19 10:29:22 PDT 2005


Am back to the same llvm 'make install' errors as I had before :-

Two trivial ones, of uncreated directories :-

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

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

Making the directories and rerunning 'make install' bypasses those for now.

And a more indepth one :-

/usr/bin/groff -Tps -man /usr/build/llvm/docs/CommandGuide/analyze.1 > /usr/buil
d/llvm/docs/CommandGuide/analyze.ps
troff: fatal error: can't open `/usr/build/llvm/docs/CommandGuide/analyze.1': No
 such file or directory
make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
make[2]: Leaving directory `/usr/build/llvm/docs/CommandGuide'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/build/llvm/docs'
make: *** [install] Error 1

This is where I was with llvm pre version 1.5.

help,

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


More information about the llvm-dev mailing list