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,6930ea02e86d0a07 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!cycny01.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny08.POSTED!c2bfcbcf!not-for-mail From: Ed Falis Subject: Re: SOLVED: Debian Etch GCC GNAT 4.1 / Aonix ADT Eclipse Plugin Newsgroups: comp.lang.ada Message-ID: References: <8roef4-v41.ln1@newserver.thecreems.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 User-Agent: Pineapple News 0.9.13 [PLAID BETA], BeOS (Intel) 6.2.0 X-Program-URL: http://www.platinumball.net/pineapple/news/beos/ X-Registered-To: Edward Falis Date: Tue, 17 Apr 2007 16:58:33 GMT NNTP-Posting-Host: 72.93.106.35 X-Complaints-To: abuse@verizon.net X-Trace: trndny08 1176829113 72.93.106.35 (Tue, 17 Apr 2007 12:58:33 EDT) NNTP-Posting-Date: Tue, 17 Apr 2007 12:58:33 EDT Xref: g2news1.google.com comp.lang.ada:15091 Date: 2007-04-17T16:58:33+00:00 List-Id: Tom Grosman wrote: .. AonixADT then checks within the gnat > bin > directory for the presence of the executable file "gnatmake" to > determine if > you have specified a valid toolchain location. Won't work for cross-compilers that have a prefix (eg powerpc-wrs-vxworks-gnatmake). So, you might want to search for filenames containing the "gnatmake" substring if you don't already (though I suspect you may in order to handle the Windows case). - Ed