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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!.POSTED!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Upgrading GNAT GPS 5.0 -> 5.3 Date: Thu, 14 Aug 2014 00:36:04 +0200 Organization: A noiseless patient Spider Message-ID: References: <53ebbf4c$0$32613$862e30e2@ngroups.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 13 Aug 2014 22:35:27 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="50c4c6114b1178a2fef4f990715e345d"; logging-data="711"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19+7fATR0I8XHL40dn6h76O" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.7.0 In-Reply-To: Cancel-Lock: sha1:IA6eQ6qr0W9qrR63jhyetaYtqio= Xref: news.eternal-september.org comp.lang.ada:21740 Date: 2014-08-14T00:36:04+02:00 List-Id: 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"); ? -- Björn