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 X-Received: by 2002:a02:9688:: with SMTP id w8-v6mr167956jai.16.1533163521522; Wed, 01 Aug 2018 15:45:21 -0700 (PDT) X-Received: by 2002:aca:75c9:: with SMTP id q192-v6mr6458oic.3.1533163521266; Wed, 01 Aug 2018 15:45:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!2.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g24-v6no245700iti.0!news-out.google.com!k71-v6ni145itk.0!nntp.google.com!g24-v6no245698iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 1 Aug 2018 15:45:20 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2602:304:cda2:5210:89a:a7de:e1be:2fe2; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 2602:304:cda2:5210:89a:a7de:e1be:2fe2 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <885b4032-614a-4f0a-9ed1-789a0b0bee07@googlegroups.com> Subject: installing Community 2018 gnatcoll on Debian vs -liconv From: Stephen Leake Injection-Date: Wed, 01 Aug 2018 22:45:21 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2027 X-Received-Body-CRC: 1683628129 Xref: reader02.eternal-september.org comp.lang.ada:54016 Date: 2018-08-01T15:45:20-07:00 List-Id: I'm trying to install gnatcoll for Community 2018 on Debian from source, and it's complaining it can't find -liconv. I need to install from source because the gnatcoll included in the binary install doesn't include the xref package. For some reason, the xref package requires -liconv. I have previously installed gnatcoll gpl 2017, and it found -liconv with no problem; I don't understand what changed. I can usually debug this sort of thing, but this one has me stumped. I managed to make it work on Windows! Apparently in Debian iconv is provided by libc6 (although I can no longer find the web page I got that from); I have the libc6-dev package installed. On the other hand, I can't find libiconv.a; I tried: find /lib -name "*iconv*" find /usr/lib -name "*iconv*" nothing showed up. Where is -liconv in Debian?