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 2002:a6b:9f0d:: with SMTP id i13-v6mr400152ioe.28.1530014285878; Tue, 26 Jun 2018 04:58:05 -0700 (PDT) X-Received: by 2002:aca:f483:: with SMTP id s125-v6mr153237oih.7.1530014285723; Tue, 26 Jun 2018 04:58:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u78-v6no683108itb.0!news-out.google.com!z3-v6ni522iti.0!nntp.google.com!u78-v6no683105itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 26 Jun 2018 04:58:05 -0700 (PDT) In-Reply-To: <8808f0da-a96b-456b-b827-f2aae18fc8f4@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=124.171.158.113; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 124.171.158.113 References: <8808f0da-a96b-456b-b827-f2aae18fc8f4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5c26a479-f754-4bce-9985-f58698348ab8@googlegroups.com> Subject: Re: Problem Building Ada Interface To ImageMagick 7 From: Roger Injection-Date: Tue, 26 Jun 2018 11:58:05 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:53322 Date: 2018-06-26T04:58:05-07:00 List-Id: On Tuesday, June 26, 2018 at 7:26:46 PM UTC+10, alby....@gmail.com wrote: > Hi Roger > > GNAT uses the GCC "C/C++" compiler or more specifically GNAT is actually part of GCC (GNU compiler collection"). GNAT community edition 2018 uses gcc version 7.3 > > As far as I am aware XCode uses the LLVM/CLANG C/C++ compiler > > Alex This confirms what I thought. What I think need then is some way of telling GNAT to use the LLVM/CLANG C/C++ compiler instead of the GCC "C/C++" compiler. I've made some attempts to use gprconfig to generate a suitable .cgpr file but so far without success.