From owner-freebsd-current Sun Jan 4 08:18:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA05533 for current-outgoing; Sun, 4 Jan 1998 08:18:07 -0800 (PST) (envelope-from owner-freebsd-current) Received: from hermes (hermes.uninet.net.mx [200.33.146.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA05528 for ; Sun, 4 Jan 1998 08:18:02 -0800 (PST) (envelope-from eculp@ver1.telmex.net.mx) Received: from mc.mexcom.net by hermes (SMI-8.6/SMI-SVR4) id KAA13805; Sun, 4 Jan 1998 10:20:50 -0600 Message-ID: <34AFB738.2781E494@ver1.telmex.net.mx> Date: Sun, 04 Jan 1998 10:22:16 -0600 From: eculp Organization: MexCom X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-971226-SNAP i386) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Subject: Today's make world References: <199801041609.KAA23690@dns.mexcom.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Today's make world gave me this: cc -O -DNON_BROKEN_WORDS -DPIC -I/usr/src/gnu/usr.bin/as -I/usr/obj/usr/src/gnu/ usr.bin/as -I/usr/src/gnu/usr.bin/as/config -DOLD_GAS -DSIGTY=void -Derror=as_f atal -DSUB_SEGMENT_ALIGN=4 -DFREEBSD_AOUT -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/as/write.c /usr/src/gnu/usr.bin/as/write.c: In function `write_object_file': /usr/src/gnu/usr.bin/as/write.c:196: `frchai' undeclared (first use this functio n) /usr/src/gnu/usr.bin/as/write.c:196: (Each undeclared identifier is reported onl y once /usr/src/gnu/usr.bin/as/write.c:196: for each function it appears in.) /usr/src/gnu/usr.bin/as/write.c:196: `P' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Any ideas? TIA ed