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 2002:a37:4d06:: with SMTP id a6mr34095713qkb.298.1563504918310; Thu, 18 Jul 2019 19:55:18 -0700 (PDT) X-Received: by 2002:a05:6830:1697:: with SMTP id k23mr6772882otr.16.1563504918091; Thu, 18 Jul 2019 19:55:18 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!b26no1953698qtq.0!news-out.google.com!a5ni1004qtd.0!nntp.google.com!b26no1953689qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 18 Jul 2019 19:55:17 -0700 (PDT) In-Reply-To: <8bffc1f9-26dc-409d-8df9-073b8bddd997@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=124.171.98.153; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 124.171.98.153 References: <8bffc1f9-26dc-409d-8df9-073b8bddd997@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT CE 2019 C++ Link Failure With Mojave From: Roger Injection-Date: Fri, 19 Jul 2019 02:55:18 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56886 Date: 2019-07-18T19:55:17-07:00 List-Id: Problem solved. The failure seems to have been caused by the C++ compiler (G++) supplied with GNAT 2019. Changing to the llvm compiler (/usr/bin/clang++) solved the problem.