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.unit0.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bill Findlay Newsgroups: comp.lang.ada Subject: Re: Warning message in macOS Mojave Date: Tue, 25 Sep 2018 21:31:50 +0100 Organization: none Message-ID: <0001HW.215AD2B600F20B6470000D3692CF@news.individual.net> References: <0001HW.215A68D3001C54E170000EAB02EF@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 om+jKnfscpnNKrkO6zT8jw9rrOJUzizTLbW1VD2bSJo4ChKyem X-Orig-Path: not-for-mail Cancel-Lock: sha1:a3PSvJEigZIwWCZEpIYrjz1Gj74= User-Agent: Hogwasher/5.19 Xref: reader02.eternal-september.org comp.lang.ada:54425 Date: 2018-09-25T21:31:50+01:00 List-Id: On 25 Sep 2018, Simon Wright wrote (in article ): > Bill Findlay writes: > > > When I build my stuff under Mojave I get this warning: > > > > > ld: warning: URGENT: building for OSX, but linking against dylib > > > (/usr/lib/libSystem.dylib) built for (unknown). Note: This will be an error > > > in the future. > > It runs OK, but that is a little worrying. > > I don't see that at all. (7.1.0, 8.0.0, CE) > > libSystem.dylib should be a symlink to libSystem.B.dylib High Sierra on my iMac: -rwxr-xr-x 1 root wheel 650404 Jul 12:01 libSystem.B.dylib lrwxr-xr-x 1 root wheel 1726 Sep 2017 libSystem.dylib -> libSystem.B.dylib Mojave on my MBP: -rwxr-xr-x 1 root wheel 6088021Sep 05:16 libSystem.B.dylib lrwxr-xr-x 1 root wheel 1724Sep 22:30 libSystem.dylib -> libSystem.B.dylib -- Bill Findlay