On 2015-10-22 21:47, aixtools wrote:
On 2015-10-15 16:23, Chet Ramey wrote:
The first beta release of bash-4.4 is now available with the URL
ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta.tar.gz
First attempt at build on AIX
configure warns that bison is not available - good.
configure finishes - good
make fails immediately because yacc is not installed - not good
make distclean; ./configure; ./make fails - need to reinstall tarball,
so make distclean cleans up something ./configure does not prepare.
Disregard this comment. I ran make with and without stdout redirection
so it looked as if one was doing more than the other. Both fail at the
same point. More complete report follows.
Will continue to research and post more asap.