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,33a6944ba1b879de X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-07 07:29:27 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: Rundgren.Tapani@telia.com (Tapani Rundgren) Newsgroups: comp.lang.ada Subject: Re: Modern copy of GNAT for OpenVMS? Date: 7 Dec 2002 07:29:27 -0800 Organization: http://groups.google.com/ Message-ID: <2a8621a0.0212070729.5225b0b2@posting.google.com> References: <2a8621a0.0212061242.e34b204@posting.google.com> NNTP-Posting-Host: 62.20.137.170 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1039274967 21198 127.0.0.1 (7 Dec 2002 15:29:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 7 Dec 2002 15:29:27 GMT Xref: archiver1.google.com comp.lang.ada:31532 Date: 2002-12-07T15:29:27+00:00 List-Id: Stephen Leake wrote in message news:... > Rundgren.Tapani@telia.com (Tapani Rundgren) writes: > > > It's sad, but there is no public version of Gnat 3.15p available > > on OpenVMS. I still use the Gnat 3.12p. Will try to convince the > > ACT people to help us on this issue. > > No chance; they are busy with paying work (some of it mine :). Your > only choice is to learn how to compile GNAT from source. It really is > not hard. > > But you have to compile 3.15 with 3.14, and 3.14 with 3.13, and 3.13 > with 3.12. So you have some catching up to do. You have been saving > source versions of all of these, right ? I have built Gnat since 3.12p on Linux number of times, very easy thing to do. The problematic part is configuration for OpenVMS. I do have the GNV anvironment, but haven't used it in that context. In the past I saw that there was a DCL command procedure for this (vmsconfigure.com or something like that).