Date: Fri, 07 Jun 1996 10:22:44 -0700 From: "Michael L. VanLoon -- HeadCandy.com" <michaelv@HeadCandy.com> To: winterg@os2bbs.com (Gib Winter) Cc: freebsd-stable@freebsd.org Subject: Re: Problem compiling the latest -stable Message-ID: <199606071722.KAA12093@MindBender.HeadCandy.com> In-Reply-To: Your message of Fri, 07 Jun 96 09:05:42 -0700. <.AA3034@quimby.os2bbs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>>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. -----------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606071722.KAA12093>