From owner-freebsd-questions@FreeBSD.ORG Mon Feb 6 09:11:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EB7EE16A422 for ; Mon, 6 Feb 2006 09:11:13 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3614A43D45 for ; Mon, 6 Feb 2006 09:11:09 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id k169B78P008440; Mon, 6 Feb 2006 11:11:08 +0200 Received: by flame.pc (Postfix, from userid 1001) id 662EE1185B; Mon, 6 Feb 2006 11:10:34 +0200 (EET) Date: Mon, 6 Feb 2006 11:10:34 +0200 From: Giorgos Keramidas To: drew hill Message-ID: <20060206091034.GB1139@flame.pc> References: <20060206062052.51515.qmail@web51314.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060206062052.51515.qmail@web51314.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: compiling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 09:11:14 -0000 On 2006-02-05 22:20, drew hill wrote: > I'm am trying to compile an SMP kernel on mt machine. When i am in the > konsole BSD tells me the Dir /usr/src/sys/i386/conf does not exist. In > KDE I got to the Dir made the kernel put it in the /root/kernel Dir > and now that's O.K., BUT trying to compile and install is a new > nightmare. You have to be a bit more explicit about the _EXACT_ steps you took. I'm not sure I can safely guess the steps you took by reading the above description, and there are a few dozen things you could have done wrong. > Is it possible to compile and install in KDE? If so, how? Yes. You don't really need "KDE" though for this. The Handbook and the `/usr/src/UPDATING' file contain a detailed description of the steps you have to take to upgrade a system from the sources. Be sure to check these instructions before you start doing anything else. - Giorgos