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 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Can't get to include AWS Date: Sun, 30 Dec 2018 21:42:39 +0000 Organization: A noiseless patient Spider Message-ID: References: <8c701b7a-870c-4258-a8de-d9340d52f653@googlegroups.com> <59881b30-7469-4214-bac9-7ecc47974398@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="92d3d9be7135a756662e9c5cf0290683"; logging-data="6914"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BxQ/yesV9U70YOunTFk45PWr8hoK/7J0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:oGJJcbK8ZMnzUka8uFaBhw9ulys= sha1:PV0kh9a1gB7ztRiqmhInXNr5Tpg= Xref: reader01.eternal-september.org comp.lang.ada:55131 Date: 2018-12-30T21:42:39+00:00 List-Id: Andrew Shvets writes: > /home/someusername/GNAT/2018/bin/../libexec/gcc/x86_64-pc-linux-gnu/7.3.1/ld: > warning: /lib/../lib64/crt1.o: unsupported GNU_PROPERTY_TYPE (5) type: > 0xc0000002 Looks as though the version of ld baked into your GNAT isn't wholly compatible with your system libraries. What does /home/someusername/GNAT/2018/bin/../libexec/gcc/x86_64-pc-linux-gnu/7.3.1/ld --version say? Have you told us what OS & what version you're running? Some Linux, I see ...