From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a05:620a:b1a:: with SMTP id t26mr1356740qkg.353.1599107432243; Wed, 02 Sep 2020 21:30:32 -0700 (PDT) X-Received: by 2002:a05:6214:bcf:: with SMTP id ff15mr1204623qvb.39.1599107432100; Wed, 02 Sep 2020 21:30:32 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer02.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 2 Sep 2020 21:30:31 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=122.179.156.234; posting-account=Wq4TXwoAAAA5THLfPXOBP-1Cg1k7sq35 NNTP-Posting-Host: 122.179.156.234 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <87206994-ef35-4297-934c-a30532a256fco@googlegroups.com> Subject: Re: Undefined reference in gtkada From: linda white Injection-Date: Thu, 03 Sep 2020 04:30:32 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2464 X-Received-Body-CRC: 2136093517 Xref: reader01.eternal-september.org comp.lang.ada:59934 List-Id: On Saturday, 15 August 2020 17:30:11 UTC+5:30, hreba wrote: > My platform is a PC running Linux Mint 20 with a fresh install of GNAT > and gtkada 2020 from the Adacore community site. > > Before executing the script gtkada-env.sh, I have > > ldd /usr/lib/x86_64-linux-gnu/libpng16.so.16 > linux-vdso.so.1 (0x00007ffeb55a4000) > libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f61f24db000) > libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f61f238c000) > libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f61f219a000) > /lib64/ld-linux-x86-64.so.2 (0x00007f61f255b000) > > Everything ok. Afterwards I get > > ldd /usr/lib/x86_64-linux-gnu/libpng16.so.16 > /usr/lib/x86_64-linux-gnu/libpng16.so.16: /opt/GNAT/2020/lib/libz.so.1: > version `ZLIB_1.2.9' not found (required by > /usr/lib/x86_64-linux-gnu/libpng16.so.16) > linux-vdso.so.1 (0x00007ffecbde6000) > libz.so.1 => /opt/GNAT/2020/lib/libz.so.1 (0x00007f49c989e000) > libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f49c9725000) > libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f49c9533000) > /lib64/ld-linux-x86-64.so.2 (0x00007f49c9af1000) > > Is that "ZLIB_1.2.9' not found" a gtkada error or must I install > anything else? > -- > Frank Hrebabetzky, Kronach +49 / 9261 / 950 0565