home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / gnuplot / 327 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.1 KB

  1. Path: sparky!uunet!caen!rphroy!hobbes!tkacik
  2. From: tkacik@hobbes.hobbes.cs.gmr.com (Tom Tkacik)
  3. Newsgroups: comp.graphics.gnuplot
  4. Subject: Re: looking for gnuplot on PC
  5. Message-ID: <93049@rphroy.ph.gmr.com>
  6. Date: 9 Nov 92 13:40:44 GMT
  7. Sender: news@rphroy.ph.gmr.com
  8. Reply-To: tkacik@hobbes.hobbes.cs.gmr.com
  9. Organization: GM Research Labs
  10. Lines: 45
  11. Nntp-Posting-Host: hobbes.cs.gmr.com
  12.  
  13. In article 721150718@kaa, arndt@kaa.informatik.rwth-aachen.de (Stefan Arndt writes:
  14.  
  15. > We have a problem with gnuplot V3.2
  16. > We are running ISC SysV R3.2 and we have X11R4 Roells server.
  17.  
  18. > On our system SIGTSTP is defined and therefor <termios.h> is included.
  19. > But in termios.h IUCLC and ONOCR are not defined.
  20.  
  21. Comment out the lines with IUCLC and ONOCR.  They should be part of your termios.h
  22. but it appears that not all systems define these.  They are not really needed,
  23. and probably should be removed from the new 3.3 version.
  24.  
  25. > I have fixed this by undef TERMIOS to cause the proper include.
  26.  
  27. If you have termios.h you probably should use it.
  28.  
  29. > Anyway, apart from that we have problems with readline.
  30. > ( Actually we have problems with this function with EVERY gnuish software
  31. > i.e gdb ).
  32.  
  33. Gnuplot is gnuish software in name only.  If this happens with all such
  34. software, then maybe you should complain to your vendor.  (I am sorry
  35. that this does not sound very helpful.)
  36.  
  37. > When we are using ^P to get the last command line we still get it but
  38. > it isn't echoed, so it is a bit like walking in the dark.
  39.  
  40. I have never seen this problem before.  Have you tried ^R or ^L?  Either
  41. of these should retype the current line.  Or is the line still not echoed?
  42. The problem with Unix is the vast number of different versions available that
  43. are so similar, yet are different in subtle ways.
  44.  
  45. > So, what is the right way for our system to get readline and
  46. > an updating plot window under X11?
  47.  
  48. Not having ever seen your system, I do not know what it will take,
  49. (but if you figure it out I would like to hear about it).
  50. Anybody have any suggestions?
  51.  
  52. --
  53. Tom Tkacik
  54. GM Research Labs
  55. tkacik@hobbes.cs.gmr.com
  56. tkacik@kyzyl.mi.org
  57.  
  58.