rpandey@mist.cs.orst.EDU (04/14/89)
Hi,
I am trying to install Scheme on an HP 800 Spectrum series machine running
HPUX. I ftp'ed a copy of dist.tar, and followed instructions:
our HP has the library curses instead of termcap
two warnings were generated during compiles
rm *.bin was an error the first time through since there were no *.bin
files.
Anyway, it seems that everything starts loading, and then I get the error:
Purify phase error 9a0, 99f
numunp.bin loaded
Inconsistency detected.
*** Error code 1.
:
:
Any suggestions as to my problem?? Does it relate back to the two warnings
generated or is it something else? Has anyone gor it going on an 800 series
machine and reported a bug fix ???
Inquiring minds want to know :-)
Thanx in advance,
--------
Dept. of Computer Science | Rajeev "Raju" Pandey
Computer Science Bldg. 100 |
Oregon State University | Internet: rpandey@cs.orst.edu
Corvallis, OR 97331-3902 | UUCP: tektronix!orstcs!rpandey
(503) 754-3273 U.S.A. | UUCP: hplabs!hp-pcd!orstcs!rpandeyjinx@CHAMARTIN.AI.MIT.EDU ("Guillermo J. Rozas") (04/15/89)
Remove the following lines from microcode/purify.c
if (Length > Recomputed_Length)
{
fprintf(stderr, "\nPurify phase error %x, %x\n",
Length, Recomputed_Length);
Microcode_Termination(TERM_EXIT);
}
Remake scheme, and try again.