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.236.26.200 with SMTP id c48mr575917yha.46.1416518369328; Thu, 20 Nov 2014 13:19:29 -0800 (PST) X-Received: by 10.140.95.182 with SMTP id i51mr9048qge.12.1416518369309; Thu, 20 Nov 2014 13:19:29 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!w8no1205924qac.0!news-out.google.com!w7ni50qay.0!nntp.google.com!w8no1205921qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 20 Nov 2014 13:19:29 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.91.37.131; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 87.91.37.131 References: <3d37f3e6-58ad-4d2f-94d0-f615be9da268@googlegroups.com> <30f33ce8-7071-42c4-8195-82bcb91f4fcb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: GCC 4.9.1 for Mac OS X Mavericks and Yosemite From: vincent.diemunsch@gmail.com Injection-Date: Thu, 20 Nov 2014 21:19:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2126 X-Received-Body-CRC: 1681953257 Xref: news.eternal-september.org comp.lang.ada:23576 Date: 2014-11-20T13:19:29-08:00 List-Id: On Wednesday, November 19, 2014 6:13:52 PM UTC+1, Simon Wright wrote: > vincent.diemunsch@gmail.com writes: > > > A newbie's question : > > The compiler works fine, but I can't use the given libraries like AWS. > > What do I need to do, so that Gnoga for instance can see AWS ? > > I don't know. I just tried it on Mavericks, and it worked fine. > > I did wonder whether it had anything to do with the installed aws.gpr > being in $prefix/share/gpr rather than $prefix/lib/gnat like every other > installed GPR I've seen (OK, it's gprinstall's default, but ???) > > Were you using GPS, ot the command line? > > What does 'gnatls -v' say? Thank you Simon, In fact I added the following to my .profile file : export ADA_PROJECT_PATH=/opt/gcc-4.9.1/share/gpr and now it works fine ! Regards, Vincent