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.200.15.113 with SMTP id l46mr8848073qtk.2.1515414079802; Mon, 08 Jan 2018 04:21:19 -0800 (PST) X-Received: by 10.157.11.129 with SMTP id 1mr542658oth.8.1515414079607; Mon, 08 Jan 2018 04:21:19 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!m31no2739949qtf.0!news-out.google.com!v55ni945qtc.0!nntp.google.com!m31no2739942qtf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 8 Jan 2018 04:21:19 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.193.67.37; posting-account=HX-a2AoAAAAsVMeMwPR6BDHiL1Oe3kHI NNTP-Posting-Host: 46.193.67.37 References: <397e0653-1512-4111-b321-edde0c024bc8@googlegroups.com> <2462e55d-57d1-4753-b3e2-cd0a0b0f28e0@googlegroups.com> <9bedbd9c-94d3-4aaa-ab92-0b2e8648e403@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9c4d5a06-086d-41b0-96c8-27fbf1c71b5d@googlegroups.com> Subject: Re: Ada download From: sophia.adampour@gmail.com Injection-Date: Mon, 08 Jan 2018 12:21:19 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2426 X-Received-Body-CRC: 2401920829 Xref: reader02.eternal-september.org comp.lang.ada:49811 Date: 2018-01-08T04:21:19-08:00 List-Id: > > 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 It worked now! Fantastic, thank you so much! Do you have any advise for what I should do now? This is the message: GNAT GPL is now installed. To launch it, you must put /usr/local/gnat2017/bin in front of your PATH environment variable. The following commands enable you to do this: PATH="/usr/local/gnat2017/bin:$PATH"; export PATH (Bourne shell) setenv PATH "/usr/local/gnat2017/bin:$PATH" (C shell) Thank you for installing GNAT GPL Edition!