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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,a57f5fa07a455c58 X-Google-Attributes: gid103376,public From: Juergen Pfeifer Subject: Re: where is a gnat 3.11 rpm for linux Date: 2000/03/16 Message-ID: <38D01D50.64B3A003@gmx.net>#1/1 X-Deja-AN: 598029862 Content-Transfer-Encoding: 8bit References: <4ajy4.2280$7L.165620@bgtnsc04-news.ops.worldnet.att.net> <38CA124D.5CB7FF4F@mail.utexas.edu> <38CA2EED.C0BEF61@gmx.net> <952818071.18243.0.nnrp-10.d4e5bde1@news.demon.co.uk> <87ln3kwy7c.fsf@deneb.cygnus.argh.org> <38CF9082.2411597F@mail.utexas.edu> X-Accept-Language: de-DE, en X-Sender: 340028232866-0001@t-dialin.net Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: abuse@t-online.de X-Trace: news00.btx.dtag.de 953163108 3719 340028232866-0001 000315 23:31:48 Organization: Familie Pfeifer Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-03-16T00:00:00+00:00 List-Id: "Bobby D. Bryant" wrote: > > Florian Weimer wrote: > > > "Mike Dimmick" writes: > > > > > My reasoning is this: my Linux system runs RedHat 5.2, which is > > > glibc-2.0. I don't trust the new kernel 2.2 releases at all. Not an > > > inch. I'm providing services to other people on our LAN on this server, > > > so I'm trying to get as little down time as possible. But I need to > > > ensure that any Ada programs I write will truly cross-compile to a > > > Unix-like machine before I submit them. > > > > You can always keep 3.12p and glibc 2.0 if you want to. Or you can > > hire someone who ports future GNAT versions for you. Or perhaps the > > "official" ACT version works for you. > > Since he already has a version running, can't he just download the source (or > RPM sources) for any new versions that come out, and build them on his own > system? Or did some GNAT internal code have to change with the library > change? > Yes, as it looks now, the RPMs for 3.13p can be bootstraped with the RPMs for 3.12p on a glibc-2.0 system. The reason that I'll drop support for the glibc-2.0 based systems is, that it just takes me too much buildtime and resources to maintain it and some of the coming exciting new stuff like jgnat should really be used only on glibc-2.1 because java2 will only run on that with native thread support. J�rgen