Date: Sun, 15 Mar 1998 17:00:00 +1100 From: Bruce Evans <bde@zeta.org.au> To: freebsd-current@FreeBSD.ORG, shimon@simon-shapiro.org Subject: Re: MAke buildworld fails here. help? Message-ID: <199803150600.RAA27824@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> kadmin.o new_pwd.o >-L/usr/obj/usr/src/3.0/src/kerberosIV/usr.bin/kadmin/../../ >lib/libroken -lroken >-L/usr/obj/usr/src/3.0/src/kerberosIV/usr.bin/kadmin/../../ >lib/libsl -lsl >-L/usr/obj/usr/src/3.0/src/kerberosIV/usr.bin/kadmin/../../lib/l >ibacl -lacl >-L/usr/obj/usr/src/3.0/src/kerberosIV/usr.bin/kadmin/../../lib/libka >dm -lkadm >-L/usr/obj/usr/src/3.0/src/kerberosIV/usr.bin/kadmin/../../lib/libkdb > -lkdb >-L/usr/obj/usr/src/3.0/src/kerberosIV/usr.bin/kadmin/../../lib/libkrb -lk >rb -ldes -lcom_err -lreadline >terminal.o: Undefined symbol `_tgetnum' referenced from text segment >terminal.o: Undefined symbol `_tgetnum' referenced from text segment This is because kadmin/Makefile and `make world' are broken. kadmin/Makefile neglects to link to libtermcap after libreadline, so only shared linkage works. Yesterday's version of `make world' doesn't install shared libraries early enough, so shared linkage doesn't get used. >What puzzles me is that if I do: > >``cd /usr/src/3.0/src/kerberosIV; make'' > >it completes without an error. Any help will be appreciated. This is because shared linkage gets used (unless you set NOSHARED=yes in /etc/make.conf). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803150600.RAA27824>