From owner-freebsd-questions Tue Mar 9 2:54:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from linda.kipt.kharkov.ua (linda.kipt.kharkov.ua [194.67.204.19]) by hub.freebsd.org (Postfix) with ESMTP id 47C4814E25 for ; Tue, 9 Mar 1999 02:54:17 -0800 (PST) (envelope-from rand@kipt.kharkov.ua) Received: from localhost by linda.kipt.kharkov.ua (8.9.3/8.9.3) with ESMTP id MAA02051 for ; Tue, 9 Mar 1999 12:51:42 -0300 (GMT) Date: Tue, 9 Mar 1999 12:51:42 -0300 (GMT) From: "Andrew A. Razdolsky" To: freebsd-questions@FreeBSD.ORG Subject: 2.2.8-release: make depend error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! After some successfull compile of kernel i encountered the problem while making dependences next time: MKDEP_CPP="cpp" ; export MKDEP_CPP ; mkdep -a -f .newdep -DLOCORE -nostdinc -I- -I. -I../.. -I../../../include -DDUMMYNET -DIPWF_DIVERT_RESTART -DIPDIVERT -DFAILSAFE -DCOMPAT_43 -DNFS -DFFS -DINET -DKERNEL ../../i386/i386/exception.s ../../i386/i386/microtime.s ../../i386/i386/support.s ../../i386/i386/swtch.s ../../i386/i386/locore.s cpp: Usage: cpp [switches] input output mkdep: compile failed *** Error code 1 How can i fix it? Thank you for any answers! - Best Regards, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message