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.36.2.203 with SMTP id 194mr1396399itu.6.1496391585451; Fri, 02 Jun 2017 01:19:45 -0700 (PDT) X-Received: by 10.157.13.169 with SMTP id 38mr126726ots.6.1496391585416; Fri, 02 Jun 2017 01:19:45 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!67no592094itx.0!news-out.google.com!m134ni2837itb.0!nntp.google.com!67no592084itx.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 2 Jun 2017 01:19:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.133.217.137; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 195.133.217.137 References: <8a6ead33-539c-434d-a868-9b1086306824@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada, Windows x64 building From: George J Injection-Date: Fri, 02 Jun 2017 08:19:45 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:46882 Date: 2017-06-02T01:19:45-07:00 List-Id: > Hi George > > You are correct, you cant build x64 applications using GNAT GPL 20xx. > However, you can however build/compile your own GNAT version using mingw64. > > I find it easiest to cross compile/build GNAT on Linux, and then copy the > final distribution onto windows. Their are some detailed instructions on > how to do this on the mingw64 website. They also have some pre-build > distributions, BUT not all of them include GNAT/Ada > > Alex Alex, thanks a lot! I'll try this way.