You could try to install GNU make and to use it to build ghostscript.
I will try this if I can find a prebuilt GNU make for HP-UX.
Otherwise I will presumebly having the same "make problem" again.
Not really. GNU make does not require make to be built. Just build it
using t
Hello,
And Thank You for the answer!
About make:
When running command make in gnu-ghostscript, makefile = base/
unixansi.mak
it will not do anything but complaining:
"Make macro expansion too big. Stop."
Seems that there is something in that makefile exceeding
Hello.
When running command make in gnu-ghostscript, makefile = base/
unixansi.mak
it will not do anything but complaining:
"Make macro expansion too big. Stop."
Seems that there is something in that makefile exceeding the
capabilities of your make program. Is the error message
Hi there!
I am trying to get ghostscript running on HP-UX 11.00
I got source from Internet, gnu-ghostscript-8.71.1, zlib-1.2.5, libpng-1.5.2
and jpegsrc.v8c
All but gnu-ghostscript were OK to build libs from.
When running command make in gnu-ghostscript, makefile = base/unixansi.mak
it will not do