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.77.34 with SMTP id p2mr9248567paw.30.1357265531721; Thu, 03 Jan 2013 18:12:11 -0800 (PST) Path: s9ni80647pbb.0!nntp.google.com!news.glorb.com!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Linux distro for new server? Date: Fri, 04 Jan 2013 03:15:12 +0100 Organization: A noiseless patient Spider Message-ID: <87zk0ppubz.fsf@ludovic-brenta.org> References: <20130103174200.bcf9c1584b18c0225c153789@iki.fi> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="5fb663ac99f16fefdb8de382ab40df60"; logging-data="1382"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/CRJum80g7pnv6ue8FFKNs" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:e1Do6kSnFrCDg+rDSr1IGGBrWms= sha1:VKMQGJbaCFQGn9Uz81ZoXtqlIDA= Content-Type: text/plain; charset=us-ascii Date: 2013-01-04T03:15:12+01:00 List-Id: Randy Brukardt writes on comp.lang.ada: > It sounds like Fedora changes too often for my taste. (Do they have an > equivalent of the LTS of Ubuntu?). Yes, Red Hat Enterprise Linux; 7 years of paid support for each major release, but no GNAT included in it. > 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. GCC 4.4 does support many Ada 2005 features; it has the Containers for example. In case you really need GCC 4.6, you'll be happy to learn that Debian 7 "Wheezy" has been frozen for months and is very close to becoming stable; only critical bug fixes are allowed at this point, so the API and ABI are really "stable" already. In fact, at this point in time I recommend you install that and in a couple months time you'll find that the upgrade to the real "stable" will be minimal. [Anecdote: last week I installed Wheezy on a 12-year-old Apple "Clamshell" iBook with 320 Mb of RAM and a 366-mHz PowerPC 750CX processor; works like a charm]. -- Ludovic Brenta.