From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 10:42:03 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 06E5637B404 for ; Fri, 25 Jul 2003 10:42:03 -0700 (PDT) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 298B043F85 for ; Fri, 25 Jul 2003 10:42:01 -0700 (PDT) (envelope-from stepheng-16@cox.net) Received: from Mandrake9.hr.cox.net ([68.99.98.94]) by lakemtao04.cox.net ESMTP <20030725174201.ESYH13930.lakemtao04.cox.net@Mandrake9.hr.cox.net> for ; Fri, 25 Jul 2003 13:42:01 -0400 From: Stephen G Smith To: freebsd-questions@freebsd.org In-Reply-To: <20030722184000.GA8916@users.munk.nu> References: <1058825577.2823.52.camel@Mandrake9.hr.cox.net> <20030722030122.GA43503@users.munk.nu> <1058879233.2035.3.camel@Mandrake9.hr.cox.net> <20030722175348.GA6752@users.munk.nu> <1058897748.2772.4.camel@Mandrake9.hr.cox.net> <20030722184000.GA8916@users.munk.nu> Content-Type: text/plain Organization: Message-Id: <1059154869.6298.6.camel@Mandrake9.hr.cox.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 25 Jul 2003 13:41:09 -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: Fri, 25 Jul 2003 17:42:03 -0000 On Tue, 2003-07-22 at 14:40, Jez Hancock wrote: > On Tue, Jul 22, 2003 at 02:15:48PM -0400, Stephen G Smith wrote: > > On Tue, 2003-07-22 at 13:53, Jez Hancock wrote: > > > Have you installed the kernel developer package (iirc, don't have cd to > > > hand :)? > > > > Which kernel developer package would this be? I have searched around on > > the ftp sites and haven't been able to find anything like that.... Could > > you point me in the right direction? > I may be using the wrong 'terminology'! Let me grab my install CD was > rushing for food earlier... :) > > Ok: > 1. insert FreeBSD 5.0 CD1 (I presume this will be the same for 5.1) > > 2. with effective uid 0 run: > /stand/sysinstall > > 3. select 'configure' from the sysinstall Main Menu > > 4. select 'Distributions' (not packages!) from the FreeBSD Configuration Menu > > 5. select 'src'... then 'all' > > 6. go for the install. > > Did you do this already? > > Good luck ok, I managed to fix the problem. Before, I had only installed the 'sys' source package. The missing 'cc1' file is installed with the 'libexec' source pack. incidentally, the delay in posting this was that my HD went FUBAR, and I had scrounge around for a new one and then reinstall before I could do anything else. thanks for all the help! Stephen