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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.182.131 with SMTP id ee3mr20009931pac.4.1413836885907; Mon, 20 Oct 2014 13:28:05 -0700 (PDT) X-Received: by 10.140.21.49 with SMTP id 46mr40616qgk.30.1413836885571; Mon, 20 Oct 2014 13:28:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!h18no8133622igc.0!news-out.google.com!u5ni8qab.1!nntp.google.com!w8no24044qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 20 Oct 2014 13:28:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.91.37.131; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 87.91.37.131 References: <26a219c5-e2f4-4edf-bd52-f36c2a7692ac@googlegroups.com> <2f562bea-0d06-458f-b88f-2999abda4950@googlegroups.com> <1d4c8dfa-0825-46d2-9df8-59c42ba22fa1@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <34c3788e-0997-4d4e-b221-0c43169b0f5b@googlegroups.com> Subject: Re: problems with gnat on yosemite macox From: vincent.diemunsch@gmail.com Injection-Date: Mon, 20 Oct 2014 20:28:05 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22613 Date: 2014-10-20T13:28:05-07:00 List-Id: On Monday, October 20, 2014 1:53:51 PM UTC+2, Simon Wright wrote: > Simon Wright writes: >=20 >=20 >=20 > > I haven't tried the GPL software on Yosemite; Leo did (the 2014 >=20 > > version) and the compiler (gcc) crashed. >=20 >=20 >=20 > Same here; a segv in gcc. >=20 >=20 >=20 > > I don't know whether the 2012 versions will crash or not, but there >=20 > > has to be a good chance. Will try ... >=20 >=20 >=20 > gnatmake GPL 2012 needs the macosx version spec: >=20 >=20 >=20 > $ gnatmake hello.adb -largs -Wl,-macosx_version_min,10.10.0 >=20 >=20 >=20 > I don't know SPARK, but the Examiner (spark) ran apparently OK (that is, >=20 > it produced a report telling me my code was wrong!) - so that should be >=20 > good. >=20 >=20 >=20 > If you don't like the -Wl,-macosx stuff (and if we can't find a way to >=20 > make it unnecessary) I'd have thought you could use Spark GPL 2012 to >=20 > check and FSF GCC 4.9.1 to build. >=20 >=20 >=20 > I've just realised that there may be a problem with GPS; I forgot to try >=20 > it, since I don't use it myself. Does GPS GPL 2014 support the older >=20 > SPARK? Can try both 2012 & 2014 next time I'm booted into Yosemite ... Thank you Simon, this is good news, since in fact the most important is the examiner ! GPS=A02014 doesn't support the older spark, as far as I have tri= ed... So I use the old GPS (from Gnat 2012) but in fact I think that the compiler is GNAT=A0GPL=A02014. So yes, you are right, I could use FSF=A0GCC to build= ! Regards, Vincent