Xref: utzoo comp.sys.atari.st:39471 comp.sys.atari.st.tech:2817 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!cs.umn.edu!uc!shamash!timbuk!marc From: marc@sequoia.cray.com (Marc Bouron) Newsgroups: comp.sys.atari.st,comp.sys.atari.st.tech Subject: Re: Problems with Ghostscript Message-ID: <034213.21977@timbuk.cray.com> Date: 26 Jun 91 10:06:46 GMT References: <1991Jun26.033501.2626@cs.wayne.edu> Sender: marc@sequoia (Marc Bouron) Organization: Cray Research, Inc. Lines: 43 In article <1991Jun26.033501.2626@cs.wayne.edu>, pbh@jake.cc.wayne.edu (Patrick Haggood) writes: > I just downloaded ghostscript the other day and have loaded it into > my E: drive under \ghostscr.ipt directory. In my cli (MT-C shell) I've > set GS_LIB to both e:/ghostscr.ipt and e:\ghostscr.ipt in the profile. > I try to print one of the example files as 'gs chess.ps' and get: > > reading ghost.ps (Printing in memory, please ..etc) > ghost.ps read > Cant find Fontmap! > (copyleft info) > GS<4> (and a prompt) > > What am I doing wrong? What's this fontmap it's looking for? The fontmap file maps between the PostScript font names (e.g. /Times-Roman) and GhostScript font FILES (e.g. ptmr.gsf). It live in the ./fonts subdirectory. Now, to make the rest of it work, you need to modify your GS_LIB variable: GSLIB=e:\ghostscr.ipt\fonts,e:\ghostscr.ipt\ps Basically, it's a search path for any file GS wants to open. Can't remember if the slashes face forward or back (forward in the variable, backwards on the command line?). > -- > Patrick B. Haggood > Wayne STate University > Detroit, MI > Physics - Class of 1991 (-2?) Hope that helps :-) [M][a][r][c] ################################################################################ # # marc@sequoia.cray.com # . . # # Marc CR Bouron # M.Bouron@cray.co.uk (ARPA) # _|\ /|_ # # Cray Research (UK) Ltd. # M.Bouron@crayuk.uucp (DOMAIN) # (_|_V_|_) # # +44 344 485971 x2208 # M.Bouron@uk.co.cray (JANET) # | | # # # ...!ukc!crayuk!M.Bouron (UUCP) # # ################################################################################