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.50.78.195 with SMTP id d3mr1828484igx.5.1461420415219; Sat, 23 Apr 2016 07:06:55 -0700 (PDT) X-Received: by 10.182.225.5 with SMTP id rg5mr295232obc.4.1461420415145; Sat, 23 Apr 2016 07:06:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!sq19no252998igc.0!news-out.google.com!k10ni34igv.0!nntp.google.com!sq19no252992igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 23 Apr 2016 07:06:54 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.224.49.155; posting-account=uO_vzwoAAAAM7jhNZDkCkZpIghqP_5r8 NNTP-Posting-Host: 78.224.49.155 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <51e4ad52-3878-4e41-b7af-5e8991c241a4@googlegroups.com> Subject: GNAT GPL 2015 and Ubuntu 16.04 => ld: /usr/lib/x86_64-linux-gnu/crti.o: unrecognized relocation From: pascal.malaise@gmail.com Injection-Date: Sat, 23 Apr 2016 14:06:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:30258 Date: 2016-04-23T07:06:54-07:00 List-Id: Hi, I have just upgraded to Ubuntu 16.04 (x86_64) and now GNAT GPL 2015 fails to link: Example from the ./configure of gtkada: /usr/local/gnat_releases/gnat_2015/bin/../libexec/gcc/x86_64-pc-linux-gnu/4.9.3/ld: /usr/lib/x86_64-linux-gnu/crti.o: unrecognized relocation (0x2a) in section `.init' /usr/local/gnat_releases/gnat_2015/bin/../libexec/gcc/x86_64-pc-linux-gnu/4.9.3/ld: final link failed: Bad value Same error when linking Ada programs. Thank you for any explanation or clue.