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,e49db73f947323a6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT for a PPC Mac OS X machine Date: Sun, 17 Apr 2011 15:43:15 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="4714"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/zBNdFv2WoMWSXzVWH+Cp0L7U0PJQMosc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:v7uW+EU7MgD+Zcd91sUjEvmKAtw= sha1:HrKKw6wYocmW3h5jeIfc54am1kk= Xref: g2news1.google.com comp.lang.ada:18834 Date: 2011-04-17T15:43:15+01:00 List-Id: Bill Findlay writes: > I've an enthusiastic would-be user of my KDF9 emulator who has a G5 Mac. > > What is the most up-to-date compiler he can use, and where can he get it? > > (It needs to be a binary - he would not be up to rolling his own, and > neither am I 8-). There's GNAT GPL 2009 at https://sourceforge.net/projects/gnuada/files/GNAT_GPL%20Mac%20OS%20X/2009-tiger-ppc/ - do you think that would do? The release notes start ======================================================================== This is GNAT GPL 2009, built on Mac OS X Tiger for PowerPC, to install at /usr/local: $ cd /usr/local $ sudo tar xzf gnat-gpl-2009-43-powerpc-apple-darwin8.11.0-bin.tgz It includes gmp-4.3.1 and mpfr-2.4.1. Standard tools as well as ASIS tools can be found in /usr/local/gnat-2009/bin: gnat, gnatbind, gnatcheck, gnatchop, gnatclean, gnatelim, gnatfind, gnathtml.pl, gnatkr, gnatlink, gnatls, gnatmake, gnatmetric, gnatname, gnatpp, gnatprep, gnatstub, gnatsync, gnatxref. ======================================================================== so he'd need to add /usr/local/gnat-2009/bin to the front of his path.