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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d39d8ada86dd39d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-27 05:12:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: GNAT on Mandrake GNU/Linux 9.0 Date: Fri, 27 Sep 2002 11:51:57 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3d93de6f$1@cpns1.saic.com> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1033127517 16696 129.241.83.82 (27 Sep 2002 11:51:57 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 27 Sep 2002 11:51:57 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:29371 Date: 2002-09-27T11:51:57+00:00 List-Id: On Fri, 27 Sep 2002 12:24:38 +0100, Tony Matthews wrote: > > There are also the Ada Linux Team 3.13p RPMs and 3.14p Deb releases. > > Which version could/should I use?? At the moment you should use the 3.14p. You can find it here: http://libre.act-europe.fr/GNAT/ either precompiled or source[*]. You can also used alien, but I don't know if it will work. The reason I do not recommend GCC 3.2 now is that it is not stable yet. A lot have to be done to get the compiler to work with the new gcc backend. The GNAT 3.14p uses gcc 2.8x as backend, while Gnat 3.2 uses the new gcc. Gcc is apparently also changing a lot at the moment so when this becomes stable I guess there will be a complete merge of the gnat compiler and it will be working like the gnat 3.14p or better. So in the mean time stick with 3.14p. :-) Preben [*] If you choose the source then you need the 3.13p rpms first to be able to compile the 3.14p as it is written in Ada.