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.72.199 with SMTP id f7mr8480600pav.12.1357258246625; Thu, 03 Jan 2013 16:10:46 -0800 (PST) Path: s9ni80482pbb.0!nntp.google.com!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Linux distro for new server? Date: Fri, 4 Jan 2013 00:10:46 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <20130103174200.bcf9c1584b18c0225c153789@iki.fi> Mime-Version: 1.0 Injection-Date: Fri, 4 Jan 2013 00:10:46 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="dfff62e1e537b55df42008571c03e0fe"; logging-data="21108"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/58KIZENEWmYFCD2v9XHk8WWwjJXqC4S8=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:MOkR1eoBIQRuqcwSv2R6Vrg2LmY= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2013-01-04T00:10:46+00:00 List-Id: 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! - Brian