From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 15:13:37 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 D051037B401 for ; Mon, 21 Jul 2003 15:13:37 -0700 (PDT) Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE0F43FB1 for ; Mon, 21 Jul 2003 15:13:36 -0700 (PDT) (envelope-from stepheng-16@cox.net) Received: from Mandrake9.hr.cox.net ([68.99.98.94]) by lakemtao02.cox.net ESMTP <20030721221334.CYDL24359.lakemtao02.cox.net@Mandrake9.hr.cox.net> for ; Mon, 21 Jul 2003 18:13:34 -0400 From: Stephen G Smith To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1058825577.2823.52.camel@Mandrake9.hr.cox.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 21 Jul 2003 18:12:57 -0400 Content-Transfer-Encoding: 7bit Subject: "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: Mon, 21 Jul 2003 22:13:38 -0000 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 I know I have a file /usr/bin/cc, but obviously no 'cc1' anywhere. Any hints? Thanks, Stephen