home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!ooc.uva.nl!tdc.uva.nl
- From: matthew@tdc.uva.nl (Matthew Lewis)
- Newsgroups: comp.sys.next.programmer
- Subject: Net software on the NeXT
- Message-ID: <34361@slice.ooc.uva.nl>
- Date: 16 Nov 92 10:41:02 GMT
- Sender: usenet@ooc.uva.nl
- Lines: 40
-
- Hello,
-
- I picked up host from the net and tried to build it. It compiled ok, with a
- lot of warnings, but did not link. it was trying to find libresolv. When I
- took out that reference, I got all sorts of errors from ld:
-
- ----------------- Cut here ---------------------
- cc -o host host.o
- /bin/ld: multiple definitions of symbol _p_query
- host.o definition of _p_query in section (__TEXT,__text)
- /lib/libsys_s.a(res_debug.o) definition of absolute _p_query (value 0x5002be2)
- /bin/ld: multiple definitions of symbol _p_cdname
- host.o definition of _p_cdname in section (__TEXT,__text)
- /lib/libsys_s.a(res_debug.o) definition of absolute _p_cdname (value 0x5002bd6)
- /bin/ld: multiple definitions of symbol _p_type
- host.o definition of _p_type in section (__TEXT,__text)
- /lib/libsys_s.a(res_debug.o) definition of absolute _p_type (value 0x5002bee)
- /bin/ld: multiple definitions of symbol _p_class
- host.o definition of _p_class in section (__TEXT,__text)
- /lib/libsys_s.a(res_debug.o) definition of absolute _p_class (value 0x5002bdc)
- /bin/ld: multiple definitions of symbol _p_rr
- host.o definition of _p_rr in section (__TEXT,__text)
- /lib/libsys_s.a(res_debug.o) definition of absolute _p_rr (value 0x5002be8)
- *** Exit 1
- ----------------- Cut here ---------------------
-
- So, question 1: how do I solve this.
- 2. If I want to install the latest resolver, anyone know how to do that?
- 3. Any pointers for building software from the net?
-
- Thanks in advance!
-
- Regards,
-
- Matthew
-
- --
- Matthew Lewis, University of Amsterdam Grote Bickersstraat 72
- +31-20-52 51 220 1013 KS Amsterdam
- Internet: matthew@tdc.uva.nl The Netherlands
-