autoconf
[Top][All Lists]
Advanced

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

Re: make problem


From: Patrick Welche
Subject: Re: make problem
Date: Fri, 14 Jun 2002 18:33:20 +0100
User-agent: Mutt/1.3.19i

On Fri, Jun 14, 2002 at 05:42:19PM +0100, Patrick Welche wrote:
> With CVS of 14 Jun 14:49 GMT, I just got:
> 
> ../tests/autom4te --language M4sh ./autoconf.as -o ./autoconf.in
> autom4te: cannot open /usr/src/local/autoconf/lib/autom4te.cfg: No such file 
> or directory
>  at /usr/src/local/autoconf/bin/autom4te line 428
> *** Error code 1
> 
> Just in case it matters, one machine has perl 5.8.0rc1 and no bash, the other
> has perl 5.6.0 and bash 2.03.0(1), both give the same error..

Cured inelegantly by

cd lib
make
cd ..
make

But then the tests fail as this is the first time through on the perl 5.8 box,
so,

+exec: /usr/local/bin/autom4te: not found

isn't too surprising: I'm pretty sure the sequence is make check then make
install.. Next to figure out why that's there..

(The other box already had autoconf 2.53a installed => only tests 4 & 5 failed.
After installing they passed..)

Is the conclusion: I'm wrong and the sequence really is make install then make
check?

Cheers,

Patrick



reply via email to

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