From owner-freebsd-hackers Thu Jul 25 20:04:06 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA21993 for hackers-outgoing; Thu, 25 Jul 1996 20:04:06 -0700 (PDT) Received: from hp.com (hp.com [15.255.152.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA21987 for ; Thu, 25 Jul 1996 20:04:04 -0700 (PDT) Received: from fakir.india.hp.com by hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA242890234; Thu, 25 Jul 1996 20:03:58 -0700 Received: from localhost by fakir.india.hp.com with SMTP (1.37.109.16/15.5+ECS 3.3) id AA071210377; Fri, 26 Jul 1996 08:36:18 +0530 Message-Id: <199607260306.AA071210377@fakir.india.hp.com> To: "Karl Denninger, MCSNet" Cc: freebsd-hackers@freebsd.org Subject: Re: CVS basics? In-Reply-To: Your message of "Thu, 25 Jul 1996 21:36:43 EST." Date: Fri, 26 Jul 1996 08:36:17 +0530 From: A JOSEPH KOSHY Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Karl, Regarding the build of -current starting with a 2.1.* base; I did this recently and found that you may need to selectively install some parts of the compilation system first. `make', `ld', some `includes' and `config' (for the kernel) come to mind. I installed `gcc' and `lib' too to be safe. You would need to run "make install" in the relevant directories to get the new versions on your system. After a few iterations "make world" will go thru fine. Koshy My personal opinions only.