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!"
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: 'make all' and "Please run Configure first!"
- From: Jeffrey Walton <noloader@gmail.com>
- Date: Thu, 31 Dec 2020 15:08:00 -0500
- Delivery-date: Thu, 31 Dec 2020 21:08:14 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to; bh=e3TNcnhqV011uGaZwCO+7xY96ARwFEJgbXnSUu77wUo=; b=jal3u1DECP/dVXt9afgUqG5wkYWzrqtt6BQMbXiaQX138CMNWNJPJGTSAFx6sAA7e5 Hj99RdxydrtaX5tLGv/IcgbJOjHkhOKumnHly664Zm1Pp4wE7wbx9ry7KReVRixCBsiv yY/arOjWopYMbh5/apDEh4hrLdvr6B0c5sMRS5O51O3ROo7c349IYmMbHyS0xUGEk7no /9gUdh2T18TmHg0YKb5+fLt40KvBZYKweTxTizMaubm27HKgX9xHi+1x2zxjouCkEQXM pw486k95Uf9SooGCINDkVzMEbpfeLaPl2tTUKHtqxELFkaRJ+OrxsdvwOiULxX6z3mFI jP9w==
- In-reply-to: <20201231190440.GA14096@yellowpig>
- References: <CAH8yC8k7UkqS39GM-p986_EXYY7mxXeAtRpJNqQHYJBaiy+d8Q@mail.gmail.com> <20201231182146.GC19412@yellowpig> <CAH8yC8nsLRgaVzpcYYxCfStPRDp-csE_bbov3S2QvAkP_0VxpA@mail.gmail.com> <20201231185827.GD19412@yellowpig> <20201231190440.GA14096@yellowpig>
- Reply-to: noloader@gmail.com
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