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,5bcecfde044a119d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!news2!feeder.erje.net!news.k-dsl.de!newsfeed00.sul.t-online.de!t-online.de!inka.de!peernews!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Michael Bode Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans Date: Tue, 30 Dec 2008 21:19:49 +0100 Organization: 1&1 Internet AG Message-ID: References: <483c86d1-7a60-4a86-8bbb-aa79d364f82a@r10g2000prf.googlegroups.com> <03fcb4e8-a180-4492-99e3-fe4d466d1d64@w39g2000prb.googlegroups.com> NNTP-Posting-Host: p57b608a8.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: online.de 1230668390 24775 87.182.8.168 (30 Dec 2008 20:19:50 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 30 Dec 2008 20:19:50 +0000 (UTC) X-message-flag: IMPORTANT MESSAGE -- PLEASE READ IMMEDIATELY!!! X-Accepted-File-Formats: ASCII, .rtf, .ps, .pdf - *NO* MS Office files User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Xref: g2news2.google.com comp.lang.ada:4108 Date: 2008-12-30T21:19:49+01:00 List-Id: raster writes: > Go in Tools->Ada Platform, press New button and chose the root folder > of GNAT installation. What do you mean by 'root folder of gnat'? 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.