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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Victor Porton Newsgroups: comp.lang.ada Subject: Re: Upgrading GNAT GPS 5.0 -> 5.3 Date: Thu, 14 Aug 2014 15:03:23 +0300 Organization: Aioe.org NNTP Server Message-ID: References: <53ebbf4c$0$32613$862e30e2@ngroups.net> NNTP-Posting-Host: AnnUDmZwVERVUXyHDyOl5A.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: abuse@aioe.org User-Agent: KNode/4.12.4 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:21752 Date: 2014-08-14T15:03:23+03:00 List-Id: Björn Lundin wrote: > On 2014-08-13 22:36, Victor Porton wrote: >> Björn Lundin wrote: >> >>> On 2014-08-13 22:10, Victor Porton wrote: >>>> for Linker_Options use ("-lraptor2"); >>> >>> for Linker_Options use ("-Lsome/path/to/your/lib","-lraptor2"); >>> >>> or make it visible via the default paths for ld >>> (which I think may be in /etc/ld.so.conf or better, a new file in >>> /etc/ld.so.conf.d/) >> >> This does not help. >> >> cat /etc/ld.so.conf.d/i386-linux-gnu.conf >> # Multiarch support >> /lib/i386-linux-gnu >> /usr/lib/i386-linux-gnu >> /lib/i486-linux-gnu >> /usr/lib/i486-linux-gnu >> >> >> /usr/lib/i386-linux-gnu/libraptor2.so >> > > Then a screenshot of the actual error would help other to help you. > > did you try > for Linker_Options use ("-L/usr/lib/i386-linux-gnu","-lraptor2"); This does not help. -- Victor Porton - http://portonvictor.org