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: a07f3367d7,b8a1363302988cfe X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!b2g2000yqi.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: GNAT GPL 2009 for Mac OS X (Snow Leopard) Date: Fri, 25 Dec 2009 09:32:49 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5b0bf629-0935-414d-9a57-1757632840b8@d10g2000yqh.googlegroups.com> <96854a61-2032-49b1-a8b2-8a5aee181701@22g2000yqr.googlegroups.com> <68e6e09a-9f02-4fd4-a87c-d1c43dd104e1@27g2000yqr.googlegroups.com> <65af5bac-a490-4e08-b8e0-7d36030b780c@m25g2000yqc.googlegroups.com> NNTP-Posting-Host: 82.30.110.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1261762369 15204 127.0.0.1 (25 Dec 2009 17:32:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 Dec 2009 17:32:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b2g2000yqi.googlegroups.com; posting-host=82.30.110.254; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8526 Date: 2009-12-25T09:32:49-08:00 List-Id: On Dec 24, 7:20=A0pm, "(see below)" wrote: > On 24/12/2009 17:24, in article > 65af5bac-a490-4e08-b8e0-7d36030b7...@m25g2000yqc.googlegroups.com, "sjw" > wrote: > > On Dec 24, 3:31=A0pm, "John B. Matthews" wrote: > >> In article > >> , > > >> =A0sjw wrote: > >>> Each compiler I have installed lives in a different top-level > >>> directory. I set my path using > > >>> =A0 $ export PATH=3D/opt/gnat-gpl-2009/bin:/usr/bin:/bin:/usr/sbin:/s= bin > > >> FWIW, here's a bash shell script I use to show the current PATH and th= e > >> alternative. The checkPath() and removePath() functions could be used = in > >> managing multiple versions: > > >> > > > Thanks for that. > > > I was meaning to reply specifically to Bill's query about possible > > clashes caused by multiple compiler installations. > > Well, I have deleted every copy of GNAT I could find, and downloaded > gnat-gpl-2009-i386-apple-darwin10.2.0-1.tar.bz2 afresh. > > My .profile sets the PATH to: > > PATH=3D/Users/wf/a2z/MPS/Cstage2:/Users/wf/ex-GU/HOCUS/sysdev/bin:/Users/= wf/P r > ograms:/Users/wf/KDF9/emulation/testing:/Users/wf/a2z/Testing:/Users/wf/P= ro g > rams/bin:/opt/gnat-gpl-2009/bin:/opt/local/sbin:/opt/local/bin:/usr/X11R6= /b i > n:/usr/share:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > > which gnat gives /opt/gnat-gpl-2009/bin/gnat > which gcc gives /opt/gnat-gpl-2009/bin/gcc > > The error I reported on the "test" package has not gone away. 8-( I said 'gnatmake -f test -O1' etc, did you have any other options?