On 1/7/19 11:21 PM, Kiyoshi KANAZAWA wrote:
> Hello,
> Trying to install bash-5.0 and have error in 'make install' phase.
The loadables get installed into a local directory if you want to use
them, but they're not essential to building bash or testing it, so
they only get built on `make install'.
types for 'dollar_dollar_pid'
extern int dollar_dollar_pid;
^
In file included from ../../shell.h:31:0,
from push.c:29:
../../variables.h:251:14: note: previous declaration of 'dollar_dollar_pid' was
here
extern pid_t dollar_dollar_pid;