[comp.unix.aix] Bash yet again

benson@odi.com (Benson I. Margulies) (12/01/90)

my RS/6000 is running 3.1 + 3002. I'm trying to make bash-1.05
work. One person suggested disabling NEW_TTY_DRIVER in readline.c.
That didn't work.

Then, I read the transactions about POSIX versus BSD line disciplines.

So I coded the setup code in readline to TXADDCD of bsd, and DEL it
at cleanup. This almost works. Programs that want to read and write,
like mail, seem catatonic when invoked from the shell. And

stty erase \^?

stops on tty input, while

stty erase ^?

works fine. (the \ is there for another box that still has
the ^ acting as | in /bin/sh).

So, for those of you who really have bash working, what am I missing?

In the meantime, I'll try using get and set instead of add.
-- 
Benson I. Margulies

benson@odi.com (Benson I. Margulies) (12/02/90)

I solved my own problem. Setting bsd line discipline in jobs.c
instead of readline.c made it work.
-- 
Benson I. Margulies