Bill Allombert on Thu, 31 Dec 2020 20:04:43 +0100


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

Re: 'make all' and "Please run Configure first!"


On Thu, Dec 31, 2020 at 07:58:27PM +0100, Bill Allombert wrote:
> On Thu, Dec 31, 2020 at 01:46:34PM -0500, Jeffrey Walton wrote:
> > 
> > Thanks Bill.
> > 
> > This is a complex process. Most packages don't require this much work.
> >
> > Would it be possible to have this "just work" in the future?
> > 
> >     ./configure && make && make check && sudo make install
> 
> Try it, it works!

Sorry not quite. It should be:

./Configure && make all && sudo make install

Cheers,
Bill