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 X-Received: by 10.50.128.40 with SMTP id nl8mr15688658igb.4.1438021377666; Mon, 27 Jul 2015 11:22:57 -0700 (PDT) X-Received: by 10.140.99.83 with SMTP id p77mr340323qge.3.1438021377598; Mon, 27 Jul 2015 11:22:57 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f3no3629383igg.0!news-out.google.com!b31ni862qge.0!nntp.google.com!69no2276870qgl.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 27 Jul 2015 11:22:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.203.145.32; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 NNTP-Posting-Host: 81.203.145.32 References: <19d7b9c6-e976-4c9a-a690-e095be894b51@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8cfc5813-bccb-48af-8877-e90db2f3ff5b@googlegroups.com> Subject: Re: GPS doesn't see system libraries From: EGarrulo Injection-Date: Mon, 27 Jul 2015 18:22:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27043 Date: 2015-07-27T11:22:57-07:00 List-Id: On Monday, July 27, 2015 at 8:39:59 AM UTC+2, Simon Wright wrote: > It looks as though you're using Debian Jessie? Yes, I am. > [1] https://people.debian.org/~lbrenta/debian-ada-policy.html This is very useful to know, thank you. At last, by following your suggestion to look at the output of `gnatls -v`, I was able to configure ADA_INCLUDE_PATH, ADA_OBJECTS_PATH and ADA_PROJECT_PATH correctly, thanks.