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