Dear managers:
I'm trying to install Ghostscript on our Alphastations running 4.X.
I almost succeed and then I get this:
cc: Error: gsmisc.c, line 134: In this statement, "np" and "1" cannot be
added.
(noadd)
memset((char *)(np + 1), gs_alloc_fill_free,
np->size);
--------------------------------------^
cc: Error: gsmisc.c, line 141: In this statement, "1" cannot be
subtracted from
"(malloc_block ...)ptr". (nosubtract)
free((char *)((malloc_block *)ptr - 1));
I tried the Freeware CD to little avail. My c Flags which I tried
different combinations are
cc -std1 -Olimit 1000 -O2 -c -DUSE_ASM=0 gsmisc.c
I'm using the compiler that came with the system. Does anyone
have any binaries that they would like to share or can they help
me with compilation.
Thanks!!
Sherman Owens
sherman_at_pet.wustl.edu
Received on Tue Nov 21 2000 - 16:20:14 NZDT