From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 06:07:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7044237B401 for ; Tue, 22 Jul 2003 06:07:55 -0700 (PDT) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436D343FB1 for ; Tue, 22 Jul 2003 06:07:54 -0700 (PDT) (envelope-from stepheng-16@cox.net) Received: from Mandrake9.hr.cox.net ([68.99.98.94]) by lakemtao04.cox.net ESMTP <20030722130753.HWOH13930.lakemtao04.cox.net@Mandrake9.hr.cox.net> for ; Tue, 22 Jul 2003 09:07:53 -0400 From: Stephen G Smith To: freebsd-questions@freebsd.org In-Reply-To: <20030722030122.GA43503@users.munk.nu> References: <1058825577.2823.52.camel@Mandrake9.hr.cox.net> <20030722030122.GA43503@users.munk.nu> Content-Type: text/plain Organization: Message-Id: <1058879233.2035.3.camel@Mandrake9.hr.cox.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 22 Jul 2003 09:07:14 -0400 Content-Transfer-Encoding: 7bit Subject: Re: "make depend" fails, cc1: no such file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 13:07:55 -0000 On Mon, 2003-07-21 at 23:01, Jez Hancock wrote: > On Mon, Jul 21, 2003 at 06:12:57PM -0400, Stephen G Smith wrote: > > I am running FreeBSD 5.1-RELEASE, and I want to add firewall support to > > my kernel. So, I carefully read and followed the instructions in section > > 9.3 of the FreeBSD Handbook. But when I run "make depend" i get this > > error: > > > > cc: installation problem, cannot exec 'cc1': no such file or directory > > *** Error code 1 > In which directory are you running 'make depend'? I am running it in the ../compile/ directory created by running /usr/sbin/config, which in this case is /usr/src/sys/i386/compile/IPFW-KERNEL. Stephen