Subject: Re: Ghostscript, Ghostview
To: John W. Price <pricej@CEBAF.GOV>
From: Ken Nakata <kenn@romulus.rutgers.edu>
List: port-mac68k
Date: 12/04/1995 09:07:30
> Has anyone gotten ghostview to work?  I was able to compile ghostscript
> 2.6.2 with little problem (the one catch I remember -- you have to tell it
> where the X libraries are), but ghostview 1.5 runs into problems with the
> definition of sys_errlist being multiply defined (apparently).

It is a standard practice to enclose external declaration of sys_errlist
by:

#if !defined(__NetBSD__) && !defined(__FreeBSD__)

and

#endif

(of course, you don't need "&& !defined(__FreeBSD__)" part to just
compile it for NetBSD).

ken