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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.138.2 with SMTP id a2mr15162866icu.22.1413675541775; Sat, 18 Oct 2014 16:39:01 -0700 (PDT) X-Received: by 10.50.20.198 with SMTP id p6mr82210ige.10.1413675541680; Sat, 18 Oct 2014 16:39:01 -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!news.glorb.com!h18no7408456igc.0!news-out.google.com!rp1ni32382igb.0!nntp.google.com!uq10no13351403igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 18 Oct 2014 16:39:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=118.209.159.76; posting-account=l8GBMwoAAADCbqdOJSbg4dBRqkD14dJd NNTP-Posting-Host: 118.209.159.76 References: <26a219c5-e2f4-4edf-bd52-f36c2a7692ac@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2f562bea-0d06-458f-b88f-2999abda4950@googlegroups.com> Subject: Re: problems with gnat on yosemite macox From: Leo Brewin Injection-Date: Sat, 18 Oct 2014 23:39:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22579 Date: 2014-10-18T16:39:00-07:00 List-Id: Hi Simon, I just tried compiling my Hello World code using your gcc-4.9.1-yosemite version and I still get problems. The good news is that the 13.4 vs. 14.0.0 issue is resolved but the linker issue remains. Should I be setting some options for the linker? which gnatmake /opt/gcc-4.9.1-yosemite/bin/gnatmake gnatmake lcb01.adb gnatbind -x lcb01.ali gnatlink lcb01.ali Undefined symbols for architecture x86_64: "__Unwind_Backtrace", referenced from: ___gnat_backtrace in libgnat.a(tracebak.o) ... and more of the same ... ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status gnatlink: error when calling /opt/gcc-4.9.1-yosemite/bin/gcc gnatmake: *** link failed. Cheers, Leo