[Tfug] Ghostscript can't find gs_init.ps
James Hood
tfug@tfug.org
Fri Mar 7 23:26:01 2003
On Fri, 07 Mar 2003 22:07:42 -0700
"Charles Kiss" <charlesrkiss@hotmail.com> wrote:
> loaded some libraries, other packages and now when compiling the new
> version of ESP Ghoscript , I get a "Checking for X ...no" while
> running ./configure;
That probably means it can't find the library files used when compiling
X applications. What distro are you using? If it's an rpm-based distro,
you haven't installed the devel package. Try this and see if you get
anything:
$ rpm -qa | grep -i xfree86-devel
If not, try installing the XFree86-devel package. If you're running
debian, I'm not sure how to check. But just about everyone else on this
list will. ;-)
James