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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5bcecfde044a119d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g1g2000pra.googlegroups.com!not-for-mail From: raster Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans Date: Tue, 30 Dec 2008 12:36:11 -0800 (PST) Organization: http://groups.google.com Message-ID: <53d6427e-805f-4522-b470-13f184949cff@g1g2000pra.googlegroups.com> References: <483c86d1-7a60-4a86-8bbb-aa79d364f82a@r10g2000prf.googlegroups.com> <03fcb4e8-a180-4492-99e3-fe4d466d1d64@w39g2000prb.googlegroups.com> NNTP-Posting-Host: 217.26.81.94 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1230669371 813 127.0.0.1 (30 Dec 2008 20:36:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 30 Dec 2008 20:36:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g1g2000pra.googlegroups.com; posting-host=217.26.81.94; posting-account=LDPjRAoAAAAZu1G5DMbtRRee9qLHh2Ql User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3138 Date: 2008-12-30T12:36:11-08:00 List-Id: On 30 Dic, 21:19, Michael Bode wrote: > What do you mean by 'root folder of gnat'? You are right. This sentence is valid only for windows users. I have executed some tests on only windows. Hardly possible I will install linux on my pc. > In Debian you have the > binaries (gnat, gnatmake, gnatprep,...) in /usr/bin, the runtime > library source is in /usr/lib/gcc/i486-linux-gnu/4.3, the dlls in > /usr/lib. If you need to call gnat, you can simply call 'gnat', because it > is in the path. Yes I know, in fact with the function Auto Detect I look for gnat in the /usr/bin folder, but it seems that It doesn't work. I believe that I will install debian as soon as possible ;) Ciao and thanx again Andrea