This file contains notes on compiling Zterp on specific machines.


IBM RS/6000, AIX 3.2, GCC 2.3.3
-------------------------------

You can use `-DUNALIGNED_MEMORY_ACCESS' on some models of RS/6000.

IBM's definition of an `xterm' terminal is wrong.  You need to change,
in /usr/lib/terminfo/dec.ti, the lines:

	smso=\E[7m, rmso=\E[m, smul@, rmul@,
	bold=\E[1m, rev=\E[7m, blink=@, sgr0=\E[m,

to:

	smso=\E[7m, rmso=\E[m, smul=\E[4m, rmul=\E[m,
	bold=\E[1m, rev=\E[7m, blink=@, sgr0=\E[m\E(B,

and recompile the file (by running `tic dec.ti').

An earlier version of Zterp uncovered a bug in IBM's Curses library.
While you no longer need a fixed version to run Zterp, you may want to
get it anyway.  The PTF number is U404724.  The problem is that
scrolling a subwindow does not update the parent correctly.


--
- Charles Hannum, mycroft@ai.mit.edu
