
Problems with AIX:

It appears that the dynamic libraries on AIX are shared between processes
in memory, in such a way that we could not replace the `malloc' in libc
with our own version in the checking library. Using static linking
cured this problem, and Jorg Petersen has written some notes (see next
file) to help you use bounds checking with AIX.

If someone would care to tell us exactly what's going on here with dynamic
libraries and how to fix it, then we will patch the program to make it
work `properly'.

RWMJ, JP, Sept. 1995.
