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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada download Date: Sat, 06 Jan 2018 20:05:26 +0000 Organization: A noiseless patient Spider Message-ID: References: <397e0653-1512-4111-b321-edde0c024bc8@googlegroups.com> <2462e55d-57d1-4753-b3e2-cd0a0b0f28e0@googlegroups.com> <9bedbd9c-94d3-4aaa-ab92-0b2e8648e403@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="78e8596e768fc9fa236be7712f037c15"; logging-data="18523"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19i+9SdeLgZzXxR52EOWUxTgBYzfCzSz+8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:MYGstb9KG/d8Gk8BZhVrhiwqQao= sha1:nbDoJXOQv4VSoy+Q+HQhsH38opM= Xref: reader02.eternal-september.org comp.lang.ada:49794 Date: 2018-01-06T20:05:26+00:00 List-Id: sophia.adampour@gmail.com writes: > Adampours-MacBook-Pro:~ adampour$ /Users/adampour/Downloads/gnat-gpl-2017-x86_64-darwin-bin/doinstall ; exit; Oh, sorry. I'm so used to the-way-I-do-it that I didn't consider this. I would have executed doinstall from the directory it was found in: so, in your case, $ cd ~/Downloads/gnat-gpl-2017-x86_64-darwin-bin $ sudo ./doinstall ('~' in the first line means "the currently logged in user's (i.e. your) home directory"; '.' in the second line means "the current directory") Alternatively, giving the full file path as you did, $ sudo /Users/adampour/Downloads/gnat-gpl-2017-x86_64-darwin-bin/doinstall