Re: bash 4.4: `configure --enable-static-link --without-gnu-malloc` fails with `No rule to make target 'install-'`

2016-10-03 Thread Andrew Tomazos
On Mon, Oct 3, 2016 at 10:57 AM, Chet Ramey wrote: > On 10/3/16 10:01 AM, Chet Ramey wrote: > > On 10/2/16 6:54 PM, Andrew Tomazos wrote: > >> When I try to configure and make install bash 4.4 as follows: > >> > >> $ configure --enable-static-link --without-gnu-malloc > >> $ make install > > > >

Re: bash 4.4: `configure --enable-static-link --without-gnu-malloc` fails with `No rule to make target 'install-'`

2016-10-03 Thread Chet Ramey
On 10/3/16 10:01 AM, Chet Ramey wrote: > On 10/2/16 6:54 PM, Andrew Tomazos wrote: >> When I try to configure and make install bash 4.4 as follows: >> >> $ configure --enable-static-link --without-gnu-malloc >> $ make install > > What happens if you run `make install SHOBJ_STATUS=unsupported'? Do

Re: bash 4.4: `configure --enable-static-link --without-gnu-malloc` fails with `No rule to make target 'install-'`

2016-10-03 Thread Chet Ramey
On 10/2/16 6:54 PM, Andrew Tomazos wrote: > When I try to configure and make install bash 4.4 as follows: > > $ configure --enable-static-link --without-gnu-malloc > $ make install What happens if you run `make install SHOBJ_STATUS=unsupported'? Does that at least complete successfully? Then I