Path: utzoo!attcan!uunet!husc6!mailrus!cornell!batcomputer!sun.soe.clarkson.edu!dave From: dave@sun.soe.clarkson.edu (Dave Goldblatt) Newsgroups: comp.sys.ibm.pc Subject: Re: Anybody get 'ghostscript' to work? Message-ID: <1674@sun.soe.clarkson.edu> Date: 14 Nov 88 19:35:39 GMT References: <1255@leah.Albany.Edu> Sender: dave@sun.soe.clarkson.edu Lines: 20 From article <1255@leah.Albany.Edu>, by rds95@leah.Albany.Edu (Robert Seals): > Has anyone gotten "ghostscript" to work on the PC? If so, how did you > do it? > Ghostscript 1.0 had some problems. Some were even major. :-) If you're having problems getting the source code to compile and execute correctly, make sure you're linking in the proper math library -- as the source is distributed it's set up for 80x87 ONLY. Change all occurrences of fp87.lib to emu.lib in the batch files. also, remove the mcopy commands from the makefile. A new version should be out soon. Contains bug fixes and will compile under Turbo C 2.0.. Note: No guarantees on the above; it's not MY code. But it's fairly accurate (methinks). -dg-