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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,89e4812782cd9412 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-25 07:03:52 PST Newsgroups: comp.lang.ada Subject: Re: Gnat Installation conflict on Linux References: From: Jean-Marc Bourguet Date: 25 Feb 2002 16:03:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: cdssoph29.cadence.com Message-ID: <3c7a5246$1@news.cadence.com> X-Trace: news.cadence.com 1014649414 cdssoph29.cadence.com (25 Feb 2002 07:03:34 -0800) Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news-x2.support.nl!newspush.london1.eu.level3.net!level3eu!newsfeed.mathworks.com!news.mathworks.com!uunet!nyc.uu.net!news.cadence.com Xref: archiver1.google.com comp.lang.ada:20367 Date: 2002-02-25T16:03:43+01:00 List-Id: "Nazgul" writes: > If I append /usr/gnat/bin at the end of the path, then the newer system > installed version of gcc (2.95) runs with the command 'gcc', but when I trie > to compile Ada with gnatmake, it doesn't work, gcc reports "No Ada compiler > installed on the system" This option (putting the GNAT installation directory last) works for me. And looking at the content of the scripts which are installed there, that's expected. Yours, -- Jean-Marc