home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aux / 3248 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!news.udel.edu!me.udel.edu!johnston
  2. From: johnston@me.udel.edu (Bill Johnston)
  3. Newsgroups: comp.unix.aux
  4. Subject: GNUplot 3.2 for A/UX 3.0
  5. Message-ID: <Btnsn3.Jss@news.udel.edu>
  6. Date: 27 Aug 92 20:23:26 GMT
  7. Sender: usenet@news.udel.edu
  8. Organization: University of Delaware
  9. Lines: 29
  10. Nntp-Posting-Host: me.udel.edu
  11.  
  12. There were a few loose ends when GNUplot 3.0 -> A/UX 3.0 was 
  13. discussed back in April, so here are some tips that may save
  14. time for installing 3.2. 
  15.  
  16. First, get wuarchive.wustl.edu:/mirrors/gnu/gnuplot-3.2.tar.Z 
  17. and gcc-2.2.1 from /systems/aux/gnu; compiling with cc doesn't 
  18. seem to work. 
  19.  
  20. To build GNUplot, uncompress and untar gnuplot-3.2.tar.Z.
  21. Rename makefile.unx to "Makefile", and set "CC = gcc", and 
  22. OPTIONS = -traditional -DNOCWDRC -DNOVFORK by editing Makefile.
  23. (You'll probably also want to set DEST and HELPDEST for your
  24. system.)  Then type "make All", which builds GNUplot as a 
  25. generic X11R4 client.  If this is successful, entering "make
  26. Install" will move the binaries and help file to their proper
  27. destinations. 
  28.  
  29. (See the article "Shell script for installing man pages" for 
  30. info on an easy method for formatting/installing the man pages.)
  31.  
  32. Note:  one thing that I'd like to have but couldn't get to 
  33. work is command-line editing, which should be enabled by 
  34. compiling with the -DREADLINE option.  If anyone has found
  35. a way to do this, please let me know.  That might make it 
  36. worth writing up a makefile or aux-diffs;  otherwise this
  37. should be enough for anyone who was able to install gcc.
  38. -- 
  39. -- Bill Johnston (johnston@me.udel.edu)
  40. -- 38 Chambers Street; Newark, DE 19711; (302)368-1949
  41.