From owner-freebsd-hackers Mon Jan 9 03:41:57 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id DAA24209 for hackers-outgoing; Mon, 9 Jan 1995 03:41:57 -0800 Received: from dataplex.net (SHARK.DATAPLEX.NET [199.183.109.241]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id DAA24203 for ; Mon, 9 Jan 1995 03:41:55 -0800 Received: from [199.183.109.242] by dataplex.net with SMTP (MailShare 1.0b8); Mon, 9 Jan 1995 05:41:32 -0600 X-Sender: wacky@mail.dataplex.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 9 Jan 1995 05:41:32 -0600 To: Andreas Schulz From: rkw@dataplex.net (Richard Wackerbarth) Subject: Re: Cannot make world -- errors in tree Cc: hackers@FreeBSD.org Sender: hackers-owner@FreeBSD.org Precedence: bulk >The only more or less guaranteed way to use -current from sup is to >also use "make world" after it. The fundamental problem is that the "make" of a distribution tree ASSUMES that you are already running under that envoirnment. The includes have to be INSTALLED for the tree that you are trying to make. They do not reflect the system under which you are running which may not be the same. We need to redo the entire Makefile structure so that we can cross-compile without destroying the host envoirnment.