From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16528 invoked by alias); 11 Oct 2004 23:12:38 -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 16506 invoked from network); 11 Oct 2004 23:12:37 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sourceware.org with SMTP; 11 Oct 2004 23:12:37 -0000 Received: from localhost (localhost [127.0.0.1]) by nile.gnat.com (Postfix) with ESMTP id AD7E0F2849; Mon, 11 Oct 2004 19:12:36 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14206-01-7; Mon, 11 Oct 2004 19:12:36 -0400 (EDT) Received: from [205.232.38.103] (taconic.gnat.com [205.232.38.103]) by nile.gnat.com (Postfix) with ESMTP id 0F97EF2824; Mon, 11 Oct 2004 19:12:36 -0400 (EDT) Message-ID: <416B1368.9020507@gnat.com> Date: Tue, 12 Oct 2004 06:59:00 -0000 From: Robert Dewar User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Michael Chastain Cc: christian@j-son.org, gcc@gcc.gnu.org Subject: Re: [Ada?] Can't build gcc-3.3.5 on rawhide/i686-linux: system.ads is incorrectly formatted References: <4166A668.nail1TD11QD5H@mindspring.com> In-Reply-To: <4166A668.nail1TD11QD5H@mindspring.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at nile.gnat.com X-SW-Source: 2004-10/txt/msg00427.txt.bz2 Michael Chastain wrote: > I can't see why this would ever be correct -- I think gnat should > always use its own "system.ads" file from the gnat installation > directory. Well it is very unusual to have a private copy of system.ads, but if you do, it makes sense for the compiler to use it.