home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / sysv386 / 14170 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.2 KB  |  54 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!usc!wupost!spool.mu.edu!nigel.msen.com!math.fu-berlin.de!Chico.Chemie.FU-Berlin.DE!melchers
  3. From: melchers@Chico.Chemie.FU-Berlin.DE (Bernd Melchers)
  4. Subject: Re: How to compile Gnuplot3.2 under DELL
  5. Message-ID: <HGT6GQC@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Organization: Free University of Berlin, Germany
  8. References: <V7O6V0K@math.fu-berlin.de> <jrh.715621914@mustang>
  9. Date: Tue, 8 Sep 1992 09:15:53 GMT
  10. Lines: 42
  11.  
  12. jrh@mustang.dell.com (Randy Howard) writes:
  13.  
  14. >melchers@Chico.Chemie.FU-Berlin.DE (Bernd Melchers) writes:
  15.  
  16. >>Comipling gnuplot with DELL goes straight forward. 
  17. >>Just type make All. But if you want to compile a
  18. >>version for X11 and type
  19. >>make gnuplot_X11
  20. >>this result in the following error:
  21.  
  22. >change this 
  23. >>    cc  -O  -DREADLINE    -o gnuplot_x11 gnuplot_x11.c -lX11 -lucb
  24. >to:
  25. >>    cc  -O  -DREADLINE    -o gnuplot_x11 gnuplot_x11.c -lX11 -lc -lucb -lsocket -lnsl
  26.  
  27. >>What library i need for succesfully compiling?
  28. >>Answers will be summarized!
  29. >>Thanks bernd
  30.  
  31. Now it does work. I compiled Gnuplot with the following switches:
  32. cc  -O  -DREADLINE    -o gnuplot_x11 gnuplot_x11.c -lX11 -lnsl -lsocket
  33.  
  34. By the way: The possibility to command line editing is not 
  35. very similar to emacs. The word oriented functions ( ESC-B, ESC-F,...)
  36. does not work. I think, they are not implemented. To go 10 characters
  37. to the left, you must push ten times ^B.
  38.  
  39. >>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  40. >>Bernd Melchers                   | melchers@chico.chemie.fu-berlin.de
  41. >>                                 | melchers@fub46.zedat.fu-berlin.de
  42. >>Freie Universitaet Berlin        | Lieblingsessen: Pizza, aber nur
  43. >>Institut fuer Kristallographie   |              selbstgemachte...
  44. >>Takustr. 6                       |              und ohne Tierkadaver
  45. >>D 1000 Berlin 33                 |
  46. >>Earth                            |
  47. >>Tel.: 0049-30-8383612            |
  48. >>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  49. >-- 
  50. >Randy Howard            _o        @'s: jrh@dell.com
  51. >Dell Computer Corp.     \<,        !'s: ...!uunet!dellunix!jrh
  52. >______________________()/ ()______________________________________________
  53. >"Univel"... Just Say "NoNIX"
  54.