comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: GNAT Community Edition 2018
Date: Sun, 10 Jun 2018 15:11:31 +0100
Date: 2018-06-10T15:11:31+01:00	[thread overview]
Message-ID: <lyin6q68a4.fsf@pushface.org> (raw)
In-Reply-To: 0001HW.20CB0E4B00F373A170000133C2CF@news.individual.net

Bill Findlay <findlaybill@blueyonder.co.uk> 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/libgnat.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

  reply	other threads:[~2018-06-10 14:11 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-08 17:58 GNAT Community Edition 2018 Simon Wright
2018-06-08 18:15 ` eduardsapotski
2018-06-08 19:52   ` Björn Lundin
2018-06-08 18:44 ` Shark8
2018-06-08 19:19   ` Bill Findlay
2018-06-10 14:11     ` Simon Wright [this message]
2018-06-10 14:36       ` Bill Findlay
2018-06-08 19:27 ` Dmitry A. Kazakov
2018-06-09  4:29 ` eduardsapotski
2018-06-09 10:28   ` Björn Lundin
2018-06-10 10:37 ` M. Enzmann
2018-06-10 10:48   ` Simon Wright
2018-06-10 13:14     ` Bill Findlay
2018-06-10 14:14       ` Simon Wright
2018-06-10 14:31         ` Bill Findlay
2018-06-10 16:44           ` Simon Wright
2018-06-11 13:36             ` Bill Findlay
2018-06-11 14:15               ` Simon Wright
2018-06-11 14:44                 ` Bill Findlay
2018-06-11 17:00                   ` Simon Wright
2018-06-11 19:27                     ` Bill Findlay
2018-06-11 19:41                       ` Simon Wright
2018-06-11 19:57                         ` Simon Wright
2018-06-11 20:37                           ` Bill Findlay
2018-06-11 21:06                         ` Simon Wright
2018-06-10 18:22     ` M. Enzmann
2018-06-10 19:54 ` Alejandro R. Mosteo
2018-06-10 20:11   ` Dan'l Miller
2018-06-10 21:31     ` Alejandro R. Mosteo
2018-06-10 22:39       ` Dan'l Miller
2018-06-11  7:58         ` Alejandro R. Mosteo
2018-06-11  8:28           ` Simon Wright
2018-06-11  9:32             ` Alejandro R. Mosteo
2018-06-11 10:38               ` Simon Wright
2018-06-11 11:04                 ` Alejandro R. Mosteo
2018-06-11 14:03               ` Dmitry A. Kazakov
2018-06-12 16:03         ` fabien.chouteau
2018-07-14 11:22 ` Vincent
2018-07-14 19:34   ` Simon Wright
2018-07-16 11:53     ` Vincent
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox