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!m38g2000yqd.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:52:43 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5b0bf629-0935-414d-9a57-1757632840b8@d10g2000yqh.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 1261763564 2646 127.0.0.1 (25 Dec 2009 17:52:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 Dec 2009 17:52:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m38g2000yqd.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:8527 Date: 2009-12-25T09:52:43-08:00 List-Id: On Dec 22, 5:10=A0pm, sjw wrote: > On Dec 22, 2:23=A0pm, "(see below)" wrote: > > > On 22/12/2009 12:09, in article > > af608388-8088-4779-a3ca-39275fd2c...@r24g2000yqd.googlegroups.com, "sjw= " > > > wrote: > > > I've just released a 32-bit build of GNAT GPL 2009 for Snow Leopard; > > > find it athttp://sourceforge.net/projects/gnuada/files/(navigateto > > > GNAT_GPL Mac OS X/2009-snow-leopard-i386). > > > Many thanks -- I'll try it ASAP. > > Any chance of a 64-bit build? > > Will have a go, but it's a cross-build so may take some getting my > head round! Not actually a cross build, which would be specified by configuring with --target=3Dx86_64-apple-darwin10.2.0; I don't know what the technical name is, but configuring with --build=3Dx86_64-apple- darwin10.2.0 does the trick. Unfortunately the built compiler won't handle exceptions; a severe failing. Perhaps Apple have changed the OS features that GNAT uses to support exception handling? (I tried configuring with --enable-sjlj- exceptions, no joy).