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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3bff6309ef5ab3f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: How to fix 'Could not locate executable on path: gnatmake' Date: Fri, 07 May 2010 19:42:03 +0200 Organization: A noiseless patient Spider Message-ID: <87mxwbzk0k.fsf@ludovic-brenta.org> References: <87vdb0yrbf.fsf@ludovic-brenta.org> <87r5lnzpb3.fsf@ludovic-brenta.org> <73639c63-c7e1-4cff-a25e-bfe9573bb375@j33g2000yqn.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Fri, 7 May 2010 17:42:02 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="ZgWGYwcGR6n1hTKAVilGyA"; logging-data="8794"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/b20dnyUu3bDORefEwGAIO" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:QZcRG7Z6+SSxZTD/9Od/LNuEZIg= sha1:nWIgyy3WnDZimSS0gLOVOw7MGsk= Xref: g2news2.google.com comp.lang.ada:11379 Date: 2010-05-07T19:42:03+02:00 List-Id: resander writes: > Could it be that GPS code has the path /usr/local/bin hardwired or is / > usr/local/bin special in some other way? I cannot speak for Ubuntu but on Debian, /usr/local/bin is special in that it is in the $PATH by default wheread /usr/gnat/bin is not. See the system-wide /etc/profile which is the same for all users. -- Ludovic Brenta.