Date: Mon, 16 Sep 1996 15:04:38 -0500 (CDT) From: Bob Willcox <bob@luke.pmr.com> To: freebsd-current@freefall.FreeBSD.org (freebsd-current) Subject: Errors on make world linking pgms that use libresolv.a in -current?? Message-ID: <199609162004.PAA15172@luke.pmr.com>
next in thread | raw e-mail | index | archive | help
I have been receiving errors like:
===> usr.bin/dig
cc -O -pipe -I/usr/src/usr.bin/dig/../../contrib/bind -I/usr/src/usr.bin/dig/../../contrib/bind/include -DUSE_OPTIONS_H -c /usr/src/usr.bin/dig/../../contrib/bind/tools/dig.c
cc -O -pipe -I/usr/src/usr.bin/dig/../../contrib/bind -I/usr/src/usr.bin/dig/../../contrib/bind/include -DUSE_OPTIONS_H -c /usr/src/usr.bin/dig/../../contrib/bind/tools/nslookup/list.c
cc -O -pipe -I/usr/src/usr.bin/dig/../../contrib/bind -I/usr/src/usr.bin/dig/../../contrib/bind/include -DUSE_OPTIONS_H -c /usr/src/usr.bin/dig/../../contrib/bind/tools/nslookup/subr.c
cc -O -pipe -I/usr/src/usr.bin/dig/../../contrib/bind -I/usr/src/usr.bin/dig/../../contrib/bind/include -DUSE_OPTIONS_H -c /usr/src/usr.bin/dig/../../contrib/bind/tools/nslookup/debug.c
cc -O -pipe -I/usr/src/usr.bin/dig/../../contrib/bind -I/usr/src/usr.bin/dig/../../contrib/bind/include -DUSE_OPTIONS_H -c /usr/src/usr.bin/dig/../../contrib/bind/tools/nslookup/send.c
cc -O -pipe -I/usr/src/usr.bin/dig/../../contrib/bind -I/usr/src/usr.bin/dig/../../contrib/bind/include -DUSE_OPTIONS_H -o dig dig.o list.o subr.o debug.o send.o
list.o: Undefined symbol `_inet_nsap_ntoa' referenced from text segment
list.o: Undefined symbol `_inet_ntop' referenced from text segment
debug.o: Undefined symbol `_inet_nsap_ntoa' referenced from text segment
debug.o: Undefined symbol `_inet_ntop' referenced from text segment
*** Error code 1 (continuing)
For some time now when doing a make world on my -current system.
The loading/linking of the failing programs all have problems with
the above undefined symbols or others closely related to them.
I suspect that I have forgotten/neglected to do something with the
move of bind into the contrib heiarchy, but for the life of me,
don't know what it is.
Any help is greatly appreciated.
Thanks,
--
Bob Willcox politics, n:
bob@luke.pmr.com A strife of interests masquerading as a contest of
Austin, TX principles. The conduct of public affairs for private
advantage. -- Ambrose Bierce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609162004.PAA15172>
