[LLVMdev] Install fails due to missing 'pax' tool

Reid Spencer reid at x10sys.com
Wed Feb 16 07:13:17 PST 2005


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:
> 
>    llvm[0]: Installing include files
>    /bin/sh: line 1: pax: command not found
> 
This is a known issue. We plan to make the makefiles not depend on pax.

> Two questions.
> 
> 1. Why install process requires some nonstandard tool? Is it possible to get 
> away without it.

Yes, it is.

> 
> 2. autoconf/configure.ac has this:
> 
>    AC_PATH_PROG(PAX,  [pax],  [pax])
> 
> but Makefile.rules uses plain 'pax', not $(PAX). Why autoconf test is needed, 
> then?

Historical reasons and incomplete implementation.

> 
> - Volodya
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050216/a88c5da7/attachment.sig>


More information about the llvm-dev mailing list