> I am running on an AIX 4.2.1 platform and just installed dmalloc. I
> ran the test program and it exited with the following error message.
> Any inkling as to what may be wrong would be apprecited........thanks
> in advance.
>
> ...
> Final malloc error: heap failed to produce linear address space (44)
> make: 1254-004 The error code from the last command is 1.
Sorry for the delay.
Hmm. This means that some other program is using sbrk() along with
dmalloc. Looks like you will need to enable the ``allow-nonlinear''
token by default. Execute a:
eval `dmalloc -p allow-nonlinear`
and then try the make tests again.
gray