I get errors related to readline functions. I suspect this is not the only one. This is the first one encountered (ps4sh make): src/rl_common.c:50:20: error: use of undeclared identifier 'rl_abort' rl_bind_key('\t',rl_abort);
I get errors related to readline functions. I suspect this is not the only one.
This is the first one encountered (ps4sh make):
src/rl_common.c:50:20: error: use of undeclared identifier 'rl_abort'
rl_bind_key('\t',rl_abort);