From owner-freebsd-current Sat Mar 14 22:56:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22009 for freebsd-current-outgoing; Sat, 14 Mar 1998 22:56:19 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22002 for ; Sat, 14 Mar 1998 22:56:15 -0800 (PST) (envelope-from mark@greenpeace.grondar.za) Received: from greenpeace.grondar.za (greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id IAA14452; Sun, 15 Mar 1998 08:55:07 +0200 (SAST) (envelope-from mark@greenpeace.grondar.za) Received: from greenpeace.grondar.za (localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id IAA18067; Sun, 15 Mar 1998 08:54:42 +0200 (SAST) (envelope-from mark@greenpeace.grondar.za) Message-Id: <199803150654.IAA18067@greenpeace.grondar.za> X-Mailer: exmh version 2.0.1 12/23/97 To: Bruce Evans cc: freebsd-current@FreeBSD.ORG, shimon@simon-shapiro.org Subject: Re: MAke buildworld fails here. help? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 15 Mar 1998 08:54:42 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bruce Evans wrote: > >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. AHA! So is the better fix to repair higher up in the tree or to add the -ltermcap to kadmin/Makefile? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message