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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.34.161 with SMTP id s21mr40828614yha.40.1417150598783; Thu, 27 Nov 2014 20:56:38 -0800 (PST) X-Received: by 10.182.104.132 with SMTP id ge4mr60081obb.12.1417150598085; Thu, 27 Nov 2014 20:56:38 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!s7no2415765qap.1!news-out.google.com!d20ni1426igz.0!nntp.google.com!h15no9051115igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 27 Nov 2014 20:56:37 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.46.72.234; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 73.46.72.234 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3a2926bb-e6d7-48c4-bf20-0971006777f5@googlegroups.com> Subject: Gnoga on MinGW 32 and 64bits From: David Botton Injection-Date: Fri, 28 Nov 2014 04:56:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1560 X-Received-Body-CRC: 1301565567 Xref: news.eternal-september.org comp.lang.ada:23775 Date: 2014-11-27T20:56:37-08:00 List-Id: It is now possible to build and use the current distros of MinGW (gcc 4.8.1= ) 32 and 64 bits for building and using Gnoga since AWS is no longer requir= ed. So it is now possible to build unencumbered (i.e. no GPL virus) version= s of Gnoga apps on Windows 32 and 64. Sing MinGW does not include gprtools I have added make.bat and clean.bat w= hich use gnatmake -P instead. If using MinGW under Cygwin you will need to change from gnatmake to x86_64= -mingw32-gnatmake (for 64bits) or i686-w64-ming32-gnatmake (for 32bits) David Botton