From owner-freebsd-current Mon Oct 28 10:19:10 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA17252 for current-outgoing; Mon, 28 Oct 1996 10:19:10 -0800 (PST) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA17245 for ; Mon, 28 Oct 1996 10:19:04 -0800 (PST) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.7.6/8.7.3) id UAA18317; Mon, 28 Oct 1996 20:17:03 +0200 (SAT) From: John Hay Message-Id: <199610281817.UAA18317@zibbi.mikom.csir.co.za> Subject: Re: sbin ifconfig fails to build In-Reply-To: <57u3rfxbyi.fsf@tees.elsevier.co.uk> from Paul Richards at "Oct 28, 96 04:58:29 pm" To: p.richards@elsevier.co.uk (Paul Richards) Date: Mon, 28 Oct 1996 20:17:03 +0200 (SAT) Cc: rlb@mindspring.com, freebsd-current@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL24 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Ron Bolin writes: > > > In building today's current the flowwing error aborted the "sbin" make. > > ===> ifconfig > > cc -O -DNS -static -o ifconfig ifconfig.o -lkvm -lipx > > ifconfig.o: Undefined symbol `_ns_ntoa' referenced from text segment > > ifconfig.o: Undefined symbol `_ns_ntoa' referenced from text segment > > ifconfig.o: Undefined symbol `_ns_addr' referenced from text segment > > *** Error code 1 > > I still can't build libc either. Anyone managed a make world since > netns was brought back? > > -- > Paul Richards. Originative Solutions Ltd. (Netcraft Ltd. contractor) > Elsevier Science TIS online journal project. > Email: p.richards@elsevier.co.uk > Phone: 0370 462071 (Mobile), +44 (0)1865 843155 > Well a "make world" should fix that. If you want to do it manually something like this should do the trick: --------- cd /usr/src make hierarchy make mk make includes cd lib/libc make make install cd /usr/src/sbin/ifconfig make make install --------- In the libc and ifconfig directories you might have to add a "make cleandir; make obj; make depend" depending on the state of your obj directories. John -- John Hay -- John.Hay@mikom.csir.co.za