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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: GCC 4.9.1 for Mac OS X Mavericks and Yosemite Date: Tue, 21 Oct 2014 18:15:05 +0100 Organization: A noiseless patient Spider Message-ID: References: <9c2f6897-180c-4575-ac39-76db638f1840@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="71797db6fbf0039ebda7a9c799ddb33f"; logging-data="6346"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/f8YPNheEPZc220IF+nhqadrHkg3wVdqo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:a+J8qumLhF//ocV7ttjAOSw2QcI= sha1:ZZ7FvR9oXRlR3zfac+Fi8s9wc7Y= Xref: news.eternal-september.org comp.lang.ada:22635 Date: 2014-10-21T18:15:05+01:00 List-Id: David Botton writes: > I got the following error trying to build: > > dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address > Referenced from: > /usr/local/gnat-fsf/bin/../libexec/gcc/x86_64-apple-darwin13/4.9.1/gnat1 > Expected in: /usr/lib/libSystem.B.dylib I saw something like this before, which happened after I tried to install a new (changed) build of the compiler over an old build. Which I why I started from scratch for this release (and why it took a day longer than it otherwise might have done!) But, I wonder whether you saw this in the release note .. Install by ======= $ cd / $ sudo tar jxvf ~/Downloads/gcc-4.9.1-x86_64-apple-darwin13.tar.bz2 and put /opt/gcc-4.9.1/bin first on your PATH. I know that GCC doesn't care whether it's on your path: that is, /opt/gcc-4.9.1/bin/gnatmake will do The Right Thing (not so sure about gprbuild, mind, haven't tried). But I do think the compiler expects to find its components in the place it was built for. I rebuilt gnoga with this compiler on Mavericks and Yosemite, no errors.