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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c32f496672c2e0c5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.86.73 with SMTP id n9mr8714412paz.17.1357299769641; Fri, 04 Jan 2013 03:42:49 -0800 (PST) Path: s9ni81350pbb.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news-out.readnews.com!transit3.readnews.com!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Linux distro for new server? References: <20130103174200.bcf9c1584b18c0225c153789@iki.fi> Date: Fri, 04 Jan 2013 06:42:47 -0500 Message-ID: <85y5g9fa2w.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (windows-nt) Cancel-Lock: sha1:O41zGmpL3/RfebfVtaHkrJKvTOA= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 6ec7350e6c039e029e66117169 X-Received-Bytes: 2074 Content-Type: text/plain Date: 2013-01-04T06:42:47-05:00 List-Id: Brian Drummond writes: > On Thu, 03 Jan 2013 16:39:06 -0600, Randy Brukardt wrote: > >> "Tero Koskinen" wrote in message >> news:20130103174200.bcf9c1584b18c0225c153789@iki.fi... >> >> It sounds like Fedora changes too often for my taste. (Do they have an >> equivalent of the LTS of Ubuntu?). And it sounds like Debian stable is >> just too old relative to GNAT (I do use some Ada 2005 features in my >> code, no interfaces though.) None of which looks too promising. > > It's not difficult to use a newer Gnat on top of Debian, if that is your > only objection. I don't know what the formal objections to updating Gnat > (and its immediate dependencies) to "testing", perhaps Ludovic can say. > > But I have built gcc4.7.2 from source and not seen any glitches (beyond > having to set paths so it can find libraries) and I believe Adacore Libre > Gnat would work too. Building from source might not be recommended for a > server though! You can also install the GNAT GPL packages from http://libre.adacore.com. The downside of doing that is it is not integrated well with the rest of the Debian packages. But since your software is all Ada, that should not be a problem. -- -- Stephe