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:a24:1711:: with SMTP id 17mr30503872ith.70.1558953018639; Mon, 27 May 2019 03:30:18 -0700 (PDT) X-Received: by 2002:aca:5f07:: with SMTP id t7mr9025805oib.175.1558953018496; Mon, 27 May 2019 03:30:18 -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.215.MISMATCH!c92no1610335itd.0!news-out.google.com!p73ni381itp.0!nntp.google.com!c92no1610334itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 27 May 2019 03:30:18 -0700 (PDT) In-Reply-To: <5c6d8e37-b737-4a8b-b601-0d0b4c10756b@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 References: <5c6d8e37-b737-4a8b-b601-0d0b4c10756b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Needed - Ada 2012 Compiler. From: alby.gamper@gmail.com Injection-Date: Mon, 27 May 2019 10:30:18 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56386 Date: 2019-05-27T03:30:18-07:00 List-Id: 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