bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Autoconf 2.59] -testsuite 176 failed


From: Paul Eggert
Subject: Re: [GNU Autoconf 2.59] -testsuite 176 failed
Date: Wed, 27 Apr 2005 16:08:17 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

"Jennis Pruett" <address@hidden> writes:

>  /usr/local/packages/gnu_utilities/bin/install -c autom4te 
> /users/jennyp/autoconf/autoconf-2.59/bin/autom4te
> /usr/local/packages/gnu_utilities/bin/install: `autom4te' and 
> `/users/jennyp/autoconf/autoconf-2.59/bin/autom4te' are the same file

That's a weird one.  It looks to me like you ran the equivalent of
"./configure --prefix=`pwd`", that is, you tried to install the
program on top of itself.  That's a no-no.  Instead, please try this,
from scratch:

cd $HOME
mkdir src
cd src
wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz
gunzip <autoconf-2.59.tar.gz | tar xf -
cd autoconf-2.59
sh configure --prefix=$HOME/prefix
make
make install

It is important that $HOME/prefix differs from $HOME/src.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]