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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8990f5063eab5cd6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-02 09:42:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!netaxs.com!newsread.com!newshosting.com!news-xfer2.atl.newshosting.com!newspeer.monmouth.com!skynet.be!skynet.be!louie!tlk!not-for-mail Sender: lbrenta@lbrenta Newsgroups: comp.lang.ada Subject: Re: Annex E Glade and gcc 3.2.2 - Distro Available ? References: From: Ludovic Brenta Date: 02 Sep 2003 18:41:54 +0200 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 81.240.1.15 X-Trace: 1062520938 reader1.news.skynet.be 3680 81.240.1.15:40363 X-Complaints-To: usenet-abuse@skynet.be Xref: archiver1.google.com comp.lang.ada:42069 Date: 2003-09-02T18:41:54+02:00 List-Id: "Joe Simon" writes: > Hi All ! > > I have a Linux Rehat 9 distribution with gcc 3.2.2 and gnat (v ?? I'm not > sure how to find the version of the preinstalled gnat). > > i would like to experiment with Glade on this machine. Is there a > distribution of Glade that can be installed or built with this version of > gcc ? > > Pointers anyone ? > > Thanks ! > Joe Simon I don't think so. Red Hat Linux 9 comes with the FSF version of GNAT, which is included as part of GCC. Unfortunately, this version is considered alpha quality because the integration between the Ada front-end and the GCC 3.2 back-end (code generators and optimisers) is still work in progress. You would be better off using the Public version of GNAT, which is at this point 3.15p. It uses an older GCC back-end (2.8.1) but is very stable. You can find a complete binary distribution, complete with Glade and ASIS, on ftp://ftp.cs.nyu.edu/pub/gnat/3.15p. If you want to ascertain the version of GNAT you are using, try this: $ gnatmake -v foo (foo need not exist) HTH PS. If you want to ascertain the version of GNAT you are using, try -- Ludovic Brenta.