bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No-X


From: Russell Lang
Subject: Re: No-X
Date: Wed, 14 Nov 2001 10:48:21 GMT

"Aaron Birenboim" <address@hidden> wrote in message
news:address@hidden
> I'm trying to get ps2pdf on an old legacy (Digital UNix) system.
> I might be able to make it through the build.... if I cut out
> all the X stuff.
>
> Is is possible to build gs without X?
> If so...  how?

cp src/unix-gcc.mak makefile
edit makefile
Change
  DEVICE_DEVS=$(DISPLAY_DEV) $(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev
$(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
to
  DEVICE_DEVS=

You also need
XINCLUDE=
XLIBS=
To avoid attempting to link against X11 libraries.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]