From owner-freebsd-stable Fri Jun 7 09:05:50 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26961 for stable-outgoing; Fri, 7 Jun 1996 09:05:50 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA26951 for ; Fri, 7 Jun 1996 09:05:48 -0700 (PDT) Received: from quimby.os2bbs.com (quimby.os2bbs.com [204.194.180.21]) by who.cdrom.com (8.6.12/8.6.11) with SMTP id JAA28818 for ; Fri, 7 Jun 1996 09:05:42 -0700 Date: Fri, 7 Jun 1996 09:05:42 -0700 Received: from [150.125.17.106] by quimby.os2bbs.com (IBM OS/2 SENDMAIL VERSION 1.3.14/1.0) for freebsd-stable@freebsd.org; id AA3034; Fri, 07 Jun 96 12:02:41 -0400 Message-Id: <.AA3034@quimby.os2bbs.com> X-Sender: winterg@mail.os2bbs.com X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-stable@freebsd.org From: winterg@os2bbs.com (Gib Winter) Subject: Problem compiling the latest -stable Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To start off, I'd like to commend everyone working on the -stable tree (heck on all of FreeBSD), but especially during the latest -stable hiccup. (I think -stable is the greatest idea since sliced bread - but understand the workload problem.) Now on to my troubles: Unfortunately, I'm a relatively new FreeBSD convert and my first sup of the -stable tree was on June 2nd. I've gotten updates every day in the hopes that I will eventually get a "make world" to complete without error. My latest sup was yesterday afternoon (6 Jun) and I made it all the way to the following error: >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. >/usr/src/usr.bin/dig# > 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). I looked at the list.c and debug.c files and found a define for netiso/iso.h that includes the offending reference(iso_ntoa), but my C is so rusty I wouldn't know the problem if it bit me (I was hoping for the obvious). Any help is greatly appreciated.