Displaying 2 results from an estimated 2 matches for "21c5ce2a".
Did you mean:
145ce2a
2005 Feb 16
0
[LLVMdev] Install fails due to missing 'pax' tool
Vladimir,
I believe I've corrected this situation with version 1.299 of
Makefile.rules. It now only uses find and install to do the installation
of the header files. pax isn't used any more. Hopefully this helps you.
Reid.
On Wed, 2005-02-16 at 04:18, Vladimir Prus wrote:
> Hello,
> I've just tries make && make install on a fresh CVS tree, and get:
>
>
2005 Feb 16
4
[LLVMdev] Install fails due to missing 'pax' tool
Hello,
I've just tries make && make install on a fresh CVS tree, and get:
llvm[0]: Installing include files
/bin/sh: line 1: pax: command not found
Two questions.
1. Why install process requires some nonstandard tool? Is it possible to get
away without it.
2. autoconf/configure.ac has this:
AC_PATH_PROG(PAX, [pax], [pax])
but Makefile.rules uses plain 'pax',