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 2002:a05:6602:214f:: with SMTP id y15mr916062ioy.102.1558957962808; Mon, 27 May 2019 04:52:42 -0700 (PDT) X-Received: by 2002:a9d:638f:: with SMTP id w15mr10784524otk.16.1558957962638; Mon, 27 May 2019 04:52:42 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!i64no1636485iti.0!news-out.google.com!p73ni381itp.0!nntp.google.com!c92no1636374itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 27 May 2019 04:52:42 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a00:23c0:8889:5d00:b158:4283:d26b:d94; posting-account=73UL0goAAADfuusNwxabl1iogPD6ylxL NNTP-Posting-Host: 2a00:23c0:8889:5d00:b158:4283:d26b:d94 References: <5c6d8e37-b737-4a8b-b601-0d0b4c10756b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <42840bd3-ed91-4392-9591-e04b39a78f75@googlegroups.com> Subject: Re: Needed - Ada 2012 Compiler. From: obyrneaustin@gmail.com Injection-Date: Mon, 27 May 2019 11:52:42 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56387 Date: 2019-05-27T04:52:42-07:00 List-Id: On Monday, 27 May 2019 11:30:20 UTC+1, alby....@gmail.com wrote: > On Monday, May 27, 2019 at 3:42:55 PM UTC+10, obyrne...@gmail.com wrote: > > I have a lot of successful cryptography that is written in Ada - 95 using a very ancient gnat 311.p compiler . I intend to update all of this now and use an ADA 2012 more modern compiler. > > > > Questions: > > Is Ada-2012 the most recent compiler. > > Is John Barnes book on this topic the better one to use. > > Is it at all possible to get this compiler on a CD ROM. > > > > Any advice would be appreciated. > > > > Adacrypt. > > Hi AdaCrypt > > You did not mention what you OS is (or how your software is licensed). Their > are a few open source/community editions available, That may suit you, these > being. > > - AdaCore's GNAT 2018 community edition (cant be used in commercial apps.) > (this supports windows x86/x64 , Linux x86/x64 (and I believe Mac?) > > - MSYS2 (this supports windows x64, although if you are feeling keen, then > you could build a windows x86 target if needed. I believe that this can be used > in a commercial product ?) > > - Simon Wright has a GNAT FSF MacOS build, same licensing as MSYS2 applies. > > WRT John Barnes publications (ie Rational's). I find them very good at > describing the new features in each iteration/version of Ada. > > You don't need to get the compiler on CD-Rom, just download from the following > > - AdaCore's community edition is at https://www.adacore.com/download > - Msys2 - First install MSYS2 and then use pacman to install gnat > - macOS - https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/9.1.0/ > > Alex Many Thanks Alex - I will download it as you suggest.