From owner-freebsd-stable Fri Jun 7 10:24:42 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03673 for stable-outgoing; Fri, 7 Jun 1996 10:24:42 -0700 (PDT) Received: from MindBender.HeadCandy.com (root@[199.238.225.168]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA03666 for ; Fri, 7 Jun 1996 10:24:37 -0700 (PDT) Received: from localhost.HeadCandy.com (michaelv@localhost.HeadCandy.com [127.0.0.1]) by MindBender.HeadCandy.com (8.7.5/8.6.9) with SMTP id KAA12093; Fri, 7 Jun 1996 10:22:50 -0700 (PDT) Message-Id: <199606071722.KAA12093@MindBender.HeadCandy.com> X-Authentication-Warning: MindBender.HeadCandy.com: Host michaelv@localhost.HeadCandy.com [127.0.0.1] didn't use HELO protocol To: winterg@os2bbs.com (Gib Winter) cc: freebsd-stable@freebsd.org Subject: Re: Problem compiling the latest -stable In-reply-to: Your message of Fri, 07 Jun 96 09:05:42 -0700. <.AA3034@quimby.os2bbs.com> Date: Fri, 07 Jun 1996 10:22:44 -0700 From: "Michael L. VanLoon -- HeadCandy.com" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup -o dig dig.o >debug.o lis >>t.o send.o subr.o >>debug.o: Undefined symbol `_iso_ntoa' referenced from text segment >>list.o: Undefined symbol `_iso_ntoa' referenced from text segment >>*** Error code 1 >> >>Stop. >Actually, this is a re-enactment of the error for demo purposes (I just >typed make in the dig directory (compiling NSLOOKUP also gives me the same >errors). First, did you install new includes before starting your make world? Second, you can tell the system to continue with other parts, even if a piece fails. The best way to do this is to type this in the shell that you do your make world in (assuming you're using a csh): setenv MAKEFLAGS '-k' (if you're using a sh-based shell): export MAKEFLAGS='-k' ----------------------------------------------------------------------------- Michael L. VanLoon michaelv@HeadCandy.com --< Free your mind and your machine -- NetBSD free un*x >-- NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3, Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32... NetBSD ports in progress: PICA, others... Roll your own Internet access -- Seattle People's Internet cooperative. If you're in the Seattle area, ask me how. -----------------------------------------------------------------------------