autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf 2.49d test: Command not found


From: Thomas Dickey
Subject: Re: Autoconf 2.49d test: Command not found
Date: Wed, 21 Mar 2001 07:36:48 -0500
User-agent: Mutt/1.2.5i

On Tue, Mar 20, 2001 at 11:48:41PM +0000, John Poltorak wrote:
> After setting a number of environment variables and running 
> sh ./configure
> followed by make I got the following error at the end:-
...
> Making all in doc
> make[1]: Entering directory `/eval/autoconf-2.49d/doc'
> make[1]: :: Command not found
> make[1]: Leaving directory `/eval/autoconf-2.49d/doc'
> make: *** [all-recursive] Error 1
> 
> 
> How do I find out which Command was not found ?

I would use "make -n" in the doc directory (the actual commands are echoed, and
does not necessarily halt with the one which is the immediate problem).  You
will probably have to supply the various assignments to make it work (e.g.,
"make prefix=foo -n").  In that case I get the invocation parameters from using
"make -n" in the parent directory.

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

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