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.36.84 with SMTP id v60mr3392741yha.2.1412708798974; Tue, 07 Oct 2014 12:06:38 -0700 (PDT) X-Received: by 10.140.95.113 with SMTP id h104mr30356qge.36.1412708798793; Tue, 07 Oct 2014 12:06:38 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.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!dc16no1221776qab.1!news-out.google.com!rp1ni22519igb.0!nntp.google.com!s7no1103539qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 7 Oct 2014 12:06:38 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.111.113.147; posting-account=Ies7ywoAAACcdHZMiIRy0M84lcJvfxwg NNTP-Posting-Host: 50.111.113.147 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1232860d-2681-435a-923e-a20dc236c4bd@googlegroups.com> Subject: Re: some questions on installing Ada on Linux From: brbarkstrom@gmail.com Injection-Date: Tue, 07 Oct 2014 19:06:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2835 X-Received-Body-CRC: 2416003867 Xref: news.eternal-september.org comp.lang.ada:22190 Date: 2014-10-07T12:06:38-07:00 List-Id: On Friday, July 4, 2014 6:16:10 AM UTC-4, Nasser M. Abbasi wrote: > some basic questions. Goggling these is giving me hard so > > I thought I ask here. > > > > What is the correct way to install Ada on Linux these days? > > I am on Linux mint 17. > > > > 1) Should one install GNAT on Linux by downloading tar files from > > http://libre.adacore.com (GPL 2014 edition) or use > > > > sudo apt-get install gnat-4.8 > > > > 2) Will the sudo installation install all the stuff listed at > > libre.adacore.com? including GPS editor and all the other > > packages? > > > > 3) Which is more recent, gnat-4.8 or GPL 2014 edition? > > > > 4) When I go to http://libre.adacore.com/download/configurations > > is there a way to tell it to check everything for download, > > without one having to spend 1 hr clicking on the check-box > > for each item? I do not see "select all" > > > > It is really confusing having Ada/GNAT in 2 different places. > > Why not have one place to install Ada from so it is less > > confusing to users? > > > > --Nasser After rereading section 3.2 (and subsections) of the Debian policy, I will make my life as an Ada (almost entirely) developer simpler by avoiding the Debian packaging as much as possible. I do not have a staff to assiduously comb through other packages to deal with the rules. Also, I'm not trying to keep up with GNU GNAT. I want the most stable environment I can get. That will become particularly important as I start to work on an environment with concurrent processing, such as a beowulf Linux cluster using PolyORB and the AWS. As I said, there are many dimensions to the decision. I've made my choice. Bruce B.