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:a5e:9b01:: with SMTP id j1-v6mr146514iok.106.1533163805209; Wed, 01 Aug 2018 15:50:05 -0700 (PDT) X-Received: by 2002:aca:2b06:: with SMTP id i6-v6mr6715oik.0.1533163805061; Wed, 01 Aug 2018 15:50:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g24-v6no249074iti.0!news-out.google.com!k71-v6ni145itk.0!nntp.google.com!g24-v6no249071iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 1 Aug 2018 15:50:04 -0700 (PDT) In-Reply-To: <885b4032-614a-4f0a-9ed1-789a0b0bee07@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.91.2.2; posting-account=1YPeQwoAAACAk-xhKPD32B0GIDdsFFtk NNTP-Posting-Host: 208.91.2.2 References: <885b4032-614a-4f0a-9ed1-789a0b0bee07@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: installing Community 2018 gnatcoll on Debian vs -liconv From: Michael Rohan Injection-Date: Wed, 01 Aug 2018 22:50:05 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2465 X-Received-Body-CRC: 2156383181 Xref: reader02.eternal-september.org comp.lang.ada:54017 Date: 2018-08-01T15:50:04-07:00 List-Id: Hi, Related to GNAT 2018 and libiconv: I had to adjust my LD_LIBRARY_PATH on Ubuntu to include the lib/gps directory to support the ld.so libiconv.so dependency for gnatdoc. Just fyi, not related to building from source. Take care, Michael. On Wednesday, August 1, 2018 at 3:45:22 PM UTC-7, Stephen Leake wrote: > 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?