Re: Terminal stop when a group of pipelines is piped to a pager

2016-10-02 Thread Chet Ramey
On 10/1/16 2:25 AM, Abhijit Dasgupta wrote: > Well, on second thought, it seems that the issue I originally reported may be > related to a bash bug after all: It occurs whenever "set -o functrace" and > "trap '...' DEBUG" are both in place, and can be reproduced as follows: > > set -o functrace

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

2016-10-02 Thread Andrew Tomazos
When I try to configure and make install bash 4.4 as follows: $ configure --enable-static-link --without-gnu-malloc $ make install I get: ( cd examples/loadables && make DESTDIR= install ) make[1]: Entering directory '/tmp/tmp.I41FEP4JeE/build/examples/loadables' make[1]: *** No rul