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,6c7dea22b75ba442 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!eweka.nl!lightspeed.eweka.nl!195.114.231.69.MISMATCH!feeder.news-service.com!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: ada compiler? From: Georg Bauhaus In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1194664026.1007.96.camel@kartoffel> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Sat, 10 Nov 2007 04:07:07 +0100 Organization: Arcor NNTP-Posting-Date: 10 Nov 2007 04:06:02 CET NNTP-Posting-Host: f5864d24.newsspool3.arcor-online.net X-Trace: DXC=FgdnIn0?jdSE47KDAk81NWMcF=Q^Z^V3X4Fo<]lROoRQ4nDHegD_]RUW On Fri, 2007-11-09 at 22:25 +0000, Bill Cunningham wrote: > I have just began looking at the ada language and some tutorials but I > have no idea how to compile ada programs. I am using gcc with C,C++, and Ada > support. Do Ada programs have to end in .ads ? How do I work the compiler? This is the intro to using GNAT: http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Getting-Started-with-GNAT.html#Getting-Started-with-GNAT If you have a GNAT installation, the Users Guide --from which this section is taken--should be right there.