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.236.13.105 with SMTP id a69mr9704502yha.16.1413630880128; Sat, 18 Oct 2014 04:14:40 -0700 (PDT) X-Received: by 10.140.44.5 with SMTP id f5mr204550qga.2.1413630880100; Sat, 18 Oct 2014 04:14:40 -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!border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no3581015qap.0!news-out.google.com!u5ni5qab.1!nntp.google.com!dc16no3699131qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 18 Oct 2014 04:14:39 -0700 (PDT) In-Reply-To: <26a219c5-e2f4-4edf-bd52-f36c2a7692ac@googlegroups.com> 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <161b4f28-f22b-4f1c-87f7-00b3c29edbff@googlegroups.com> Subject: Re: problems with gnat on yosemite macox From: vincent.diemunsch@gmail.com Injection-Date: Sat, 18 Oct 2014 11:14:40 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22565 Date: 2014-10-18T04:14:39-07:00 List-Id: Hi Leo, Thank you very much for sharing this information. It prevented me from doing the same mistake ! Are older versions of gnat (2012 or 2013) working properly ? What about Spark 2012 ? I fear to install Yosemite if a lose Ada and Spark ! Vincent On Saturday, October 18, 2014 2:10:13 AM UTC+2, Leo Brewin wrote: > Hi Troops, > > > > I just tried running gnatmake and friends under yosemite on MacOSX 10.10. > > It failed badly. > > > > Using the AdaCore 2014 GPL binaries I get > > > > /usr/local/gnat/bin/gcc -v > > Segmentation fault > > > > /usr/local/gnat/bin/gnatmake -v > > > > GNATMAKE GPL 2014 (20140331) > > Copyright (C) 1992-2014, Free Software Foundation, Inc. > > try "gnatmake --help" for more information. > > > > Simon's gcc-4.8.0 binaries yield a small improvement but they too fail on a simple Hello World code, > > > > which gnatmake > > /opt/gcc-4.8.0/bin/gnatmake > > > > gnatmake lcb01.adb > > gnatbind -x lcb01.ali > > gnatlink lcb01.ali > > gcc: warning: couldn't understand kern.osversion '14.0.0 > > gcc: warning: couldn't understand kern.osversion '14.0.0 > > Undefined symbols for architecture x86_64: > > "__Unwind_Backtrace", referenced from: > > ___gnat_backtrace in libgnat.a(tracebak.o) > > ... similar lines deleted ... > > ld: symbol(s) not found for architecture x86_64 > > collect2: error: ld returned 1 exit status > > gnatlink: error when calling /opt/gcc-4.8.0/bin/gcc > > gnatmake: *** link failed. > > > > The file lcb01.adb is a trivial Hello World code > > > > with Ada.Text_IO; use Ada.Text_IO; > > procedure lcb01 is > > begin > > Put_line("Hello world"); > > end lcb01; > > > > I'm running Xcode 6.0.1 (not the developer 6.1 beta) and I've installed the command line tools. > > I'm running this on a late 2013 MacBook Pro. > > > > Any suggestions would be gratefully appreciated. > > > > Cheers, > > Leo