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.1.37 with SMTP id 25mr60617411yhc.25.1416264464644; Mon, 17 Nov 2014 14:47:44 -0800 (PST) X-Received: by 10.140.102.239 with SMTP id w102mr43200qge.28.1416264464544; Mon, 17 Nov 2014 14:47:44 -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!s7no100611qap.1!news-out.google.com!m4ni198qag.1!nntp.google.com!w8no594502qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 17 Nov 2014 14:47:44 -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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <30f33ce8-7071-42c4-8195-82bcb91f4fcb@googlegroups.com> Subject: Re: ANN: GCC 4.9.1 for Mac OS X Mavericks and Yosemite From: vincent.diemunsch@gmail.com Injection-Date: Mon, 17 Nov 2014 22:47:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 3561 X-Received-Body-CRC: 2336224020 Xref: news.eternal-september.org comp.lang.ada:23489 Date: 2014-11-17T14:47:44-08:00 List-Id: On Sunday, October 26, 2014 10:33:19 PM UTC+1, vincent....@gmail.com wrote: > On Sunday, October 26, 2014 12:12:44 PM UTC+1, Simon Wright wrote: > > dptrash@arcor.de writes: > > > > > On Tuesday, October 21, 2014 4:45:54 PM UTC+2, Simon Wright wrote: > > >> The compiler is GPL verson 3. The runtime has the GCC Runtime > > >> Exception, so executables built with it can be released on proprietary > > >> terms PROVIDED THAT they make no use of the the packages from GNAT GPL > > >> 2014, which are full GPL. > > > > > > 1) How can I find out if I am using something from GNAT GPL? Are these > > > the GNAT*. packages? > > > > I said: > > > > ======================================================================== > > Tools included: > > > > Full GPL: > > ASIS, AUnit, GDB, GNATColl, and GPRbuild from GNAT GPL 2014. > > > > GPL with Runtime Library Exception[1]: > > XMLAda from the public SVN repository[2] at revision 233185 > > (XMLAda-SVN for short). > > AWS from the public git repository[3] at commit > > e0d260e2d5dbbd93577949307935848de2390818 (AWS-git for short). > > ======================================================================== > > > > Of these the only libraries you're likely to use in your own code are > > > > GPL: ASIS, GNATColl > > > > GPL with RTLE: XMLAda, AWS > > > > > 2) Is the Ada95 compiler in GCC 4.9 also improved? > > > > It's an Ada 2012 compiler, which can be made to work in Ada 2005 mode by > > -gnat2005 or -gnat05, in Ada 95 mode by -gnat95, and (to some extent) in > > Ada 83 mode by -gnat83. > > > > The (possibly incomplete) list of PRs fixed[1] in 4.9.1 vs 4.9.0 doesn't > > show any Ada-related bugs, so I guess nothing major (mind you, the Ada > > maintainers don't curate the Ada-related bugs very well). One would have > > to check the svn repo to be sure what Ada-related changes, if any, there > > actually were. > > > > [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.1 > > I just installed it.. on Yosemite and ... yes it works. > Thank you ! > > Vincent 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 ? Vincent