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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: GNAT-FSF for Windows? Date: Thu, 30 Oct 2014 14:50:26 +0100 Organization: cbb software GmbH Message-ID: <1321f7axldnvy$.1o3hgqa1v5glb$.dlg@40tude.net> References: <1f85f005-a42f-4620-ac09-8b5dd1a37b1b@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: wVGZ4wSir+8CisRdbAoAnA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.giganews.com comp.lang.ada:190225 Date: 2014-10-30T14:50:26+01:00 List-Id: On Thu, 30 Oct 2014 06:23:15 -0700 (PDT), David Botton wrote: > Is there an up to date FSF version of GNAT for Windows? 32bit? 64bit? > > MingGW's version is fairly ancient from what I can tell and missing grpbuild, etc. I didn't try it myself, but there is Debian minGW packages. E.g. https://packages.debian.org/sid/gnat-mingw-w64 This is 4.9. Install it and them copy files to the Windows machine. It is most likely be incompatible with GNAT GPL binaries, but that should not worry you if you don't want to mix them. Regarding gprbuild, you really need it only if you mix much of C code with Ada. Otherwise gnatmake would do. A few C sources could be compiled manually gcc -c and then linked with using gnatmake. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de