Subject: Re: stylewriter II
To: Guy <fredfl2@soback.kornet21.net>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 11/13/1998 09:45:08
On Fri, 13 Nov 1998, Guy wrote:
> 
> The ghostscript package-  I downloaded something called ghostscript4.03.
> (ghostscript-4.03.tar)  it was about 8.9 megabytes.
> It has 873 files in a directory called gs4.03.
> 
>    I'm thinking maybe ghostscript is not installed correctly.  I just
> used the netBSD68k installer to install it.  Then I put it in the
> directory recommended by monroe Williams(the creator of the stylwriter
> driver) /usr/local/gnu/bin and renamed it "gs" (from gs4.03) so it would
> be consistent with whatever Mr. Williams had written in his stylewriter
> driver package.

There's something wrong with that plan...

Is what you have even a netbsd-mac68k binary? What happens when you
try to execute it from the command line?

It would be to your benefit to familiarize yourself with the NetBSD
package system. Start with
<http://www.netbsd.org/Documentation/software/packages.html>. That
will lead you through setting up the package system to build a
package. You may also be able to follow the links to a binary of
ghostscript.

Once you get to where you can type "gs --help" on the command line,
you could try making a link at where your filter package expects the
binary to be, like so:

	mkdir /usr/local/gnu
	mkdir /usr/local/gnu/bin
	cd /usr/local/gnu/bin
	ln -s /usr/pkg/bin/gs

The package system is one of the neat new features of NetBSD. You'll
get all kinds of free software that's (practically) guaranteed to work
on your machine, so please, take a stab at it, and let us know what
you think.