From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cf2d85123ac7ec7c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!feed.news.tiscali.de!news.belwue.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Mon, 07 Mar 2005 20:07:33 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Building GNAT with GCC 3.4.3 References: <1110220047.917967.275540@z14g2000cwz.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <422ca61b$0$26542$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 07 Mar 2005 20:06:03 MET NNTP-Posting-Host: 92d6af25.newsread4.arcor-online.net X-Trace: DXC=TC`j4dFRlWgUWaeE\nHN0l:ejgIfPPlddjW\KbG]kaMhGSi?jHD8GO`h?n0>]NnbYbUUng9_FXZ=c>:=P9Ihe`Bh@Z?dZ]MOide X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:8825 Date: 2005-03-07T20:06:03+01:00 List-Id: Tapio Kelloniemi wrote: > Also make sure that gcc finds you gnat installation (I don't know how). > Perhaps using the gnat gcc to build the whole new compiler could solve > the problem. Chances are that configure scripts (at top level, or started by make) will call the system's compiler driver to compile a short Ada program. This could mean gcc. I believe that the ADAC variable is no longer in use, but you can set CC. Or you could add a prefix to the system's path variable pointing to a directory with a gcc in it that understands both C and Ada. HTH, georg