home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5543 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!usc!venice!gumby.dsd.trw.com!eel.dsd.trw.com!gottloeb
  3. From: gottloeb@eel.dsd.trw.com (Jeffrey R. Gottloeb)
  4. Subject: Re: ghostscript under 386BSD?
  5. Message-ID: <1992Sep11.184107.11696@gumby.dsd.trw.com>
  6. Sender: news@gumby.dsd.trw.com
  7. Organization: TRW, INC.
  8. References: <s-vn48f.alm@netcom.com>
  9. Date: Fri, 11 Sep 1992 18:41:07 GMT
  10. Lines: 30
  11.  
  12. In article <s-vn48f.alm@netcom.com> alm@netcom.com (Andrew Moore) writes:
  13. >Ghostscript is part of the /etc distribution of 386bsd. I rebuilt it
  14. >using the default makefile (for epson device). But when invoked it dies
  15. >with diagnostic:
  16. >
  17. >Initializing... Zget t_string 256 >= 256
  18. >Unrecoverable error: rangecheck in get
  19. >Operand stack:
  20. >    256 [...]
  21. >
  22. >Before I attempt to wade through the code, I was hoping someone might
  23. >have fixed this.  Any ideas?  Anyone else successfully using ghostscript
  24. >under 386bsd?  Thanks.
  25. >-Andrew Moore <alm@netcom.com>
  26.  
  27.  
  28. I noticed this problem too.  I believe is a compiler problem.  If
  29. ghostscript is compiled without optimization and with debug, floating
  30. point exceptions are generated.  I have tracked the problem as far as
  31. when the setscreen command in gs_init.ps is being interpreted.
  32.  
  33. There is a notation in the PROBLEMS file for gcc that the compiler
  34. generates bad code on a 386 for certain cases of floats.
  35.  
  36. I am trying to build gcc-2.2.2 on my system as we speak.  Perhaps this
  37. will clear up the problem when i recompile ghostscript with it.
  38.  
  39.  
  40. Jeff Gottloeb
  41. gottloeb@gumby.dsd.trw.com
  42.