| Jeffrey Walton on Thu, 31 Dec 2020 21:08:14 +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 2:04 PM Bill Allombert <Bill.Allombert@math.u-bordeaux.fr> wrote: > > 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 OK, it looks like using --host=$(config.guess) breaks the workflow. When --host is present, I guess that is when we need to perform the manual 'cd OLinux-x86_64' (or whatever that directory name is). Jeff