home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / vms / 14598 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.4 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!ucbvax!YOGI.HSC.UCALGARY.CA!byron
  2. From: byron@YOGI.HSC.UCALGARY.CA (Byron Draudson)
  3. Newsgroups: comp.os.vms
  4. Subject: GNU Ghostscript to HPLJ III
  5. Message-ID: <00960123.EDAE3AA0.7124@yogi.hsc.ucalgary.ca>
  6. Date: 3 Sep 92 21:13:52 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 29
  11.  
  12. I've recently FTPed GNU Ghostscript from info.rz.uni-ulm.de.  The zip file
  13. contains gs.exe which works fine displaying Postscript on my X terminal.
  14. However, the command "devicenames" shows no valid devices.  I want to print
  15. to an HP LaserJet III.  I presume I would use a command like "(ljet3)
  16. selectdevice".  When I do this I get the following error:
  17.  
  18. GS>(ljet3) selectdevice
  19. Error: /undefined in --get--
  20. Operand stack:
  21.     -dicttype-  (ljet3)
  22. Execution stack:
  23.     operator_22900    --nostringval--  --nostringval--  operator_c2d8  --nostrin
  24. gval--  --nostringval--  false  --nostringval--  --nostringval--  --nostringval-
  25. -  --nostringval--
  26. Dictionary stack:
  27.     338/401  3/200
  28.  
  29. Looking thru the distribution, I get the (bad) feeling that I must compile
  30. and link any devices into the executable.  Is this the case?  Any info is
  31. greatly appreciated.  Thanks.
  32.  
  33. P.S.  I've also tried the command:
  34.  
  35. $ gs "-dNODISPLAY" "-sDEVICE=ljet3" file.ps 
  36.  
  37. but nothing seems to happen, other than I get the "GS>" interpreter prompt.
  38.  
  39. :byron
  40.  
  41.