From owner-freebsd-current Thu Aug 22 21: 0:35 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F4C37B400 for ; Thu, 22 Aug 2002 21:00:29 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC47243E6E for ; Thu, 22 Aug 2002 21:00:28 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020823040028.WOBE1186.rwcrmhc52.attbi.com@InterJet.elischer.org>; Fri, 23 Aug 2002 04:00:28 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id UAA65434; Thu, 22 Aug 2002 20:47:10 -0700 (PDT) Date: Thu, 22 Aug 2002 20:47:09 -0700 (PDT) From: Julian Elischer To: Jimi Thompson Cc: Terry Lambert , freebsd-current@FreeBSD.ORG Subject: Re: Config Out of Date In-Reply-To: <003d01c24a56$c0af6c00$60f33c04@win1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG but it will possibly still not compile the kernel correctly as the current sources require gcc3.x you need to do it with teh instructions which include: cd /usr/src make buildworld make KERNCONF=MYKERNEL buildkernel make installworld make installkernel among other things. the newest handbok has info on how to do this I think.. WARNING: you MAY need to go via 4.6-STABLE to be sure it will work... doing it this way first compiles the tools including gcc then the rest of the build only uses the rebuilt tools... On Thu, 22 Aug 2002, Jimi Thompson wrote: > AWESOME! > > That worked!!! > > Many thanks!!!!!!! > ----- Original Message ----- > From: "Terry Lambert" > To: "Jimi Thompson" > Cc: > Sent: Thursday, August 22, 2002 9:49 PM > Subject: Re: Config Out of Date > > > > Jimi Thompson wrote: > > > > > > Part 1.1 Type: Plain Text (text/plain) > > > Encoding: quoted-printable > > > > Use the new version of config to config the new kernel config file: > > > > cd /usr/src/usr.sbin/config > > make > > cp config /usr/sbin/config.new > > rehash > > cd /usr/src/sys/i386/conf > > config.new -g GENERIC > > > > -- Terry > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message