home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / programm / 7249 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  1.9 KB

  1. Path: sparky!uunet!mcsun!sun4nl!ooc.uva.nl!tdc.uva.nl
  2. From: matthew@tdc.uva.nl (Matthew Lewis)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Net software on the NeXT
  5. Message-ID: <34361@slice.ooc.uva.nl>
  6. Date: 16 Nov 92 10:41:02 GMT
  7. Sender: usenet@ooc.uva.nl
  8. Lines: 40
  9.  
  10. Hello,
  11.  
  12. I picked up host from the net and tried to build it.  It compiled ok, with a  
  13. lot of warnings, but did not link.  it was trying to find libresolv.  When I  
  14. took out that reference, I got all sorts of errors from ld:
  15.  
  16. ----------------- Cut here ---------------------
  17. cc -o host host.o  
  18. /bin/ld: multiple definitions of symbol _p_query
  19. host.o definition of _p_query in section (__TEXT,__text)
  20. /lib/libsys_s.a(res_debug.o) definition of absolute _p_query (value 0x5002be2)
  21. /bin/ld: multiple definitions of symbol _p_cdname
  22. host.o definition of _p_cdname in section (__TEXT,__text)
  23. /lib/libsys_s.a(res_debug.o) definition of absolute _p_cdname (value 0x5002bd6)
  24. /bin/ld: multiple definitions of symbol _p_type
  25. host.o definition of _p_type in section (__TEXT,__text)
  26. /lib/libsys_s.a(res_debug.o) definition of absolute _p_type (value 0x5002bee)
  27. /bin/ld: multiple definitions of symbol _p_class
  28. host.o definition of _p_class in section (__TEXT,__text)
  29. /lib/libsys_s.a(res_debug.o) definition of absolute _p_class (value 0x5002bdc)
  30. /bin/ld: multiple definitions of symbol _p_rr
  31. host.o definition of _p_rr in section (__TEXT,__text)
  32. /lib/libsys_s.a(res_debug.o) definition of absolute _p_rr (value 0x5002be8)
  33. *** Exit 1
  34. ----------------- Cut here ---------------------
  35.  
  36. So, question  1:  how do I solve this.
  37. 2.  If I want to install the latest resolver, anyone know how to do that?
  38. 3.  Any pointers for building software from the net?
  39.  
  40. Thanks in advance!
  41.  
  42. Regards,
  43.  
  44. Matthew
  45.  
  46. --
  47. Matthew Lewis, University of Amsterdam        Grote Bickersstraat 72
  48. +31-20-52 51 220                1013 KS  Amsterdam
  49. Internet: matthew@tdc.uva.nl            The Netherlands
  50.