From owner-freebsd-current Mon Mar 11 19:18:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19322 for current-outgoing; Mon, 11 Mar 1996 19:18:48 -0800 (PST) Received: from apollo.COSC.GOV (root@apollo.COSC.GOV [198.94.103.34]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA19313 for ; Mon, 11 Mar 1996 19:18:45 -0800 (PST) Received: (from vince@localhost) by apollo.COSC.GOV (8.7.4/8.7.3) id TAA29089; Mon, 11 Mar 1996 19:18:35 -0800 (PST) Date: Mon, 11 Mar 1996 19:18:32 -0800 (PST) From: -Vince- To: current@FreeBSD.ORG Subject: 3/11/96 15:00 PST -current kernel won't compile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cpp -DLOCORE -nostdinc -I. -I../.. -I../../sys -I../../../include -DI386_CPU -DI486_CPU -DI586_CPU -DI686_CPU -DXSERVER -DATAPI -DNSWAPDEV=20 -DEXT2FS -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/linux/linux_locore.s | as -o linu x_locore.o ../../i386/linux/linux_locore.s:1: linux_assym.h: No such file or directory ../../i386/linux/linux_locore.s: Assembler messages: ../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SIGF_HANDLER never defined. ../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SIGF_SC never defined. ../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SC_FS never defined. ../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SC_GS never defined. ../../i386/linux/linux_locore.s:26: Fatal error:4 errors, 0 warnings, no object file generated. *** Error code 33 Stop.