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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,68f87cd0ecb20054 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!peer1.news.newnet.co.uk!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gnat 2006 and windows vista Date: Fri, 23 Mar 2007 22:27:47 +0000 Organization: Pushface Message-ID: References: <1239d4-87r.ln1@newserver.thecreems.com> <2gmMh.8562$EA.7572@trnddc07> <4604165f$1_5@news.bluewin.ch> <46043c23$1_5@news.bluewin.ch> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1174688877 6584 62.49.19.209 (23 Mar 2007 22:27:57 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 23 Mar 2007 22:27:57 +0000 (UTC) Cancel-Lock: sha1:fm98EFE9Xz4tNTBu1rum1FGIojk= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (darwin) Xref: g2news1.google.com comp.lang.ada:14624 Date: 2007-03-23T22:27:47+00:00 List-Id: Gautier writes: > For checking it, you just type "path" in the command line > interpreter (cmd). You can compare the output of 'gnatls -v' and 'gcc -v', may give some clues. 'cannot exec gnat1' typically means that gnatmake comes later in the path than another gcc; gnatmake relies (relied?) on finding the correct gcc through the path.