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.36.11.6 with SMTP id 6mr677315itd.11.1518656662053; Wed, 14 Feb 2018 17:04:22 -0800 (PST) X-Received: by 10.157.87.93 with SMTP id x29mr31026oti.8.1518656661869; Wed, 14 Feb 2018 17:04:21 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feed.usenet.farm!feeder4.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!o66no1154ita.0!news-out.google.com!s63ni28itb.0!nntp.google.com!o66no1150ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 14 Feb 2018 17:04:21 -0800 (PST) In-Reply-To: <301425720.540294866.314644.laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <981893565.540207668.848900.laguest-archeia.com@nntp.aioe.org> <101626dd-bbd5-4e10-a383-3c5e29d4bc88@googlegroups.com> <1663297707.540284845.822306.laguest-archeia.com@nntp.aioe.org> <301425720.540294866.314644.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <836a0b01-419e-4b53-a15c-75bc7d41b462@googlegroups.com> Subject: Re: Exporting linker options from library GPR From: Lucretia Injection-Date: Thu, 15 Feb 2018 01:04:21 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:50448 Date: 2018-02-14T17:04:21-08:00 List-Id: I have it building on Mac OS X as a static lib, but the options are control= led from the makefile.=20 To make it consistent, I'd either have to remove the sdl2-config call for o= ther all other OSes and get the flags from the script and copy them across,= hoping they are correct. Or, the sdl2-config needs to be callable and expa= ndable from the gpr file, which I don't think is possible. So, before I push the changes, can anyone tell me if this is possible?