home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 14031 < prev    next >
Encoding:
Text File  |  1992-09-04  |  2.5 KB  |  58 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!Chico.Chemie.FU-Berlin.DE!melchers
  3. From: melchers@Chico.Chemie.FU-Berlin.DE (Bernd Melchers)
  4. Subject: How to compile Gnuplot3.2 under DELL
  5. Message-ID: <V7O6V0K@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Organization: Free University of Berlin, Germany
  8. Date: Fri, 4 Sep 1992 13:06:32 GMT
  9. Lines: 47
  10.  
  11. Comipling gnuplot with DELL goes straight forward. 
  12. Just type make All. But if you want to compile a
  13. version for X11 and type
  14. make gnuplot_X11
  15. this result in the following error:
  16.  
  17.     cc  -O  -DREADLINE    -o gnuplot_x11 gnuplot_x11.c -lX11 -lucb
  18. "gnuplot_x11.c", line 413: warning: improper pointer/integer combination: op "="
  19. Undefined            first referenced
  20.  symbol                  in file
  21. getnetpath                          /usr/lib/libX11.so
  22. t_alloc                             /usr/lib/libX11.so
  23. t_open                              /usr/lib/libX11.so
  24. t_rcvdis                            /usr/lib/libX11.so
  25. netdir_free                         /usr/lib/libX11.so
  26. t_error                             /usr/lib/libX11.so
  27. netdir_getbyname                    /usr/lib/libX11.so
  28. t_look                              /usr/lib/libX11.so
  29. t_errno                             /usr/lib/libX11.so
  30. t_close                             /usr/lib/libX11.so
  31. netdir_getbyaddr                    /usr/lib/libX11.so
  32. t_listen                            /usr/lib/libX11.so
  33. t_rcv                               /usr/lib/libX11.so
  34. setnetpath                          /usr/lib/libX11.so
  35. t_bind                              /usr/lib/libX11.so
  36. t_connect                           /usr/lib/libX11.so
  37. t_accept                            /usr/lib/libX11.so
  38. nc_perror                           /usr/lib/libX11.so
  39. ld: gnuplot_x11: fatal error: Symbol referencing errors. No output written to gnuplot_x11
  40. *** Error code 1 (bu21)
  41.  
  42. make: fatal error.
  43.  
  44. What library i need for succesfully compiling?
  45. Answers will be summarized!
  46. Thanks bernd
  47.  
  48. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  49. Bernd Melchers                   | melchers@chico.chemie.fu-berlin.de
  50.                                  | melchers@fub46.zedat.fu-berlin.de
  51. Freie Universitaet Berlin        | Lieblingsessen: Pizza, aber nur
  52. Institut fuer Kristallographie   |              selbstgemachte...
  53. Takustr. 6                       |              und ohne Tierkadaver
  54. D 1000 Berlin 33                 |
  55. Earth                            |
  56. Tel.: 0049-30-8383612            |
  57. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  58.