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,432c3b9d4763b8fe X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news1.google.com!news1.google.com!postnews.google.com!32g2000yqz.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Where to good the good ASIS version for my version of GNAT ? Date: Fri, 5 Nov 2010 06:03:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <48810eb0-9f2c-4268-bd8b-78e48eb46c0f@32g2000yqz.googlegroups.com> References: <2381c925-4186-4bcd-b38d-1857c71d8b44@t35g2000yqj.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1288962193 12889 127.0.0.1 (5 Nov 2010 13:03:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Nov 2010 13:03:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 32g2000yqz.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012111 Red Hat/3.0.6-1.el5 Firefox/3.0.6,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:15260 Date: 2010-11-05T06:03:13-07:00 List-Id: Yannick Duch=EAne wrote on comp.lang.ada: >> Much easier to use the matching GNAT GPL 2010 from AdaCore! > > My self imposed restriction says =93MinGW=94. Think of it as a specificat= ion ;) If this "restriction" is because of the license of the run-time library, be aware that ASIS is and has always been pure GPL, so it might defeat your purpose. As for compiling any version of ASIS with FSF GCC, see the Debian Policy for Ada[1], it provides a couple of hints. Also look at gnatvsn.ads in both GCC[2] and your source version of ASIS; they must be identical, in particular the result of GNAT_Version_String. Finally, the end of Stage 1 for GCC 4.5 was in September 2009, so the version of ASIS closest to it is GPL 2009, not 2010. This is also in the Debian Policy for Ada. [1] http://people.debian.org/~lbrenta/debian-ada-policy.html#ASIS [2] http://git.infradead.org/gcc.git/blob/gcc-4_5-branch:/gcc/ada/gnatvsn.a= ds -- Ludovic Brenta.