X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 29 Aug 2004 06:45:45 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c48d7b$Blat.v2.2.2$7fd3d760@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <200408282007.i7SK7xAC003542@world.std.com> (message from Vikram Sethi on Sat, 28 Aug 2004 16:07:59 -0400 (EDT)) Subject: Re: MS-DOS/djgpp/ghostscript References: <200408282007 DOT i7SK7xAC003542 AT world DOT std DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 28 Aug 2004 16:07:59 -0400 (EDT) > From: Vikram Sethi > > > Currently attempting to compile Ghostscript 5.50 under MS-DOS 6.22 using > djgpp (in order to add a printer driver). There are hints in the ghostscript > documentation that this should be possible and that the makefile dvx-gcc.mak > should be used. (However, the ghostscript documentation is not very > extensive so it's not entirely clear that this can be done or even that > this is the correct makefile.) Make does not get very far before stopping > with the complaint that it can't figure out how to make ld.tr. Does anyone > have any suggestions on how to proceed with this? Thanks. I'd guess that by now, any DOS-related Makefile is seriously bit-rotten, so I wouldn't expect any of them to work. Does Ghostscript have the normal Unix-style configure script? If so, I'd suggest to run that (under the ported Bash) and see if it produces a workable Makefile. Be sure to have the necessary packages (Fileutils, Textutils, Grep, Gawk, Sh-utils) installed before you run the configure script. If you want Ghostscript to be able to display files on screen, you will have to hack the sources some more.