From owner-freebsd-current Sun Jan 4 08:44:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA06654 for current-outgoing; Sun, 4 Jan 1998 08:44:49 -0800 (PST) (envelope-from owner-freebsd-current) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA06636 for ; Sun, 4 Jan 1998 08:44:43 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from bonsai.hiwaay.net (tnt1-122.HiWAAY.net [208.147.147.122]) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id KAA08010; Sun, 4 Jan 1998 10:44:38 -0600 (CST) Message-ID: <34AFBCCD.353C51DE@hiwaay.net> Date: Sun, 04 Jan 1998 10:46:05 -0600 From: Steve Price X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: eculp CC: freebsd-current@FreeBSD.ORG Subject: Re: Today's make world References: <199801041609.KAA23690@dns.mexcom.net> <34AFB738.2781E494@ver1.telmex.net.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eculp wrote: > [...] > /usr/src/gnu/usr.bin/as/write.c:196: `frchai' undeclared (first use this function) [...] > Any ideas? It appears that the file you have has been corrupted in some way. Please compare the following pieces of info to what you have on your machine. steve[/usr/src/gnu/usr.bin/as]$ grep rcsid write.c static char rcsid[] = "$Id: write.c,v 1.10 1997/02/22 15:44:08 peter Exp $"; steve[/usr/src/gnu/usr.bin/as]$ md5 write.c MD5 (write.c) = 374525b3878a1b850519d72f7b85f3b6 steve[/usr/src/gnu/usr.bin/as]$ Thanks, Steve > TIA > > ed