[comp.unix.questions] compress.c on the Gould

kvancamp@ARDEC.arpa (Kenneth Van Camp -FSAC-) (07/13/87)

We have been using the public domain compress.c for some time on our Vax
machines, and have recently tried to move it over to our Gould.  We set
USERMEM to reflect our system configuration, and it compiles OK.  However,
when we run it, it causes a core dump, which has been traced to be
caused by a negative index on the array 'htab'.  Before I start trying to
hack the code, I thought I would inquire if anyone has a version of this
program that runs on a Gould.
	Here are a few of the details, in case they're of interest:
-- The computer is a Gould PowerNode 9080
-- The Unix is UTX/32 Version 1.2U02
-- The compress.c is Rev 3.0, last update by Joe Orost 11/27/84.

		  --Ken Van Camp <kvancamp@ARDEC.ARPA>