From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22260 invoked by alias); 4 Dec 2001 19:15:34 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22225 invoked from network); 4 Dec 2001 19:15:30 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sources.redhat.com with SMTP; 4 Dec 2001 19:15:30 -0000 Received: from darwin (DARWIN.GNAT.COM [205.232.38.44]) by nile.gnat.com (Postfix) with ESMTP id 72BF3F286A; Tue, 4 Dec 2001 14:14:46 -0500 (EST) Date: Tue, 04 Dec 2001 11:15:00 -0000 Subject: Re: Ada build now requires gnatmake? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v475) Cc: gcc@gcc.gnu.org To: Corey Minyard From: Geert Bosch In-Reply-To: <3C0D1CAB.6090105@acm.org> Message-Id: <4DDC9261-E8EB-11D5-8627-00039344BF4A@gnat.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.475) X-SW-Source: 2001-12/txt/msg00140.txt.bz2 On Tuesday, December 4, 2001, at 01:57 , Corey Minyard wrote: > I just did an update and tried a bootstrap, and it seems that > gnatmake is used to build the Ada compiler, specifically to build > treeprs.ads, einfo.h, sinfo.h, and nmake.adb. I thought > bootstrapping was only supposed to require the compiler and > gnatbind. Yes, you're right. I have checked in a patch to einfo.ads and forgot to update the dependent sources, and sinced I have gnatmake on my system this didn't show up during bootstrap. I'll fix this and think about ways to ensure this doesn't happen again. -Geert