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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bill Findlay Newsgroups: comp.lang.ada Subject: Re: GNAT Community Edition 2018 Date: Sun, 10 Jun 2018 15:36:24 +0100 Organization: none Message-ID: <0001HW.20CD6EE8018218C870000133C2CF@news.individual.net> References: <0001HW.20CB0E4B00F373A170000133C2CF@news.individual.net> Reply-To: findlaybill@blueyonder.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: individual.net w/9NKlpwfk9vhDy0hi40hQdtKUD4zPHqoNdjwDPa6Ripy0yCjH X-Orig-Path: not-for-mail Cancel-Lock: sha1:2QxhBNOYneMWGI7DH/PieNBHBHs= User-Agent: Hogwasher/5.18 Xref: reader02.eternal-september.org comp.lang.ada:53032 Date: 2018-06-10T15:36:24+01:00 List-Id: On 10 Jun 2018, Simon Wright wrote (in article ): > Bill Findlay writes: > > > On macOS 10.13.5 I get this sort of thing: > > > > > ld: warning: object file > > > (/Users/wf/opt/gnat-2018/lib/gcc/x86_64-apple-darwin16.7.0/7.3.1/adalib/lib > > > gnat.a(errno.o)) > > > was built for newer OSX version (10.12) than being linked (10.11) > > Normally that would mean that you're trying to link a binary built on a > later OS than the OS you're currently running; but that doesn't make > sense if you're running 10.13. > > You _might_ be able to suppress the warning using > > -largs -Wl,-macosx_version_min,10.11 > > From 'man ld': > > -macosx_version_min version > This is set to indicate the oldest Mac OS X version that that the > output is to be used on. Specifying a later version enables the > linker to assumes features of that OS in the out- put file. The > format of version is a Mac OS X version number such as 10.4 or > 10.5 GNAT GPL 2107 and GNAT 8.1.0 work well for me, so it's not a great problem. I just don't like to have badly-understood phenomena on my system. 8-) -- Bill Findlay