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,e56fd2619c02e35a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.46.193 with SMTP id x1mr1531440pbm.7.1317869301164; Wed, 05 Oct 2011 19:48:21 -0700 (PDT) Path: lh7ni12529pbb.0!nntp.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.posted.vianet!news.posted.vianet.POSTED!not-for-mail NNTP-Posting-Date: Wed, 05 Oct 2011 21:48:20 -0500 Date: Wed, 05 Oct 2011 22:48:19 -0400 From: mjamesb MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: 64 bit codes References: <4e817fdb$0$7615$9b4e6d93@newsspool1.arcor-online.net> <213da3b7-f9d0-4a7d-b215-9992ee0f1a02@f6g2000vbm.googlegroups.com> <2a797a9e-f0e3-4fbe-8f40-b6787b4e2879@o11g2000yqc.googlegroups.com> <27c75797-a753-4c4c-a16c-501c9ee853b8@n36g2000yqb.googlegroups.com> <1fbc4bfd-4a41-4352-bd35-e2c1e5b87eeb@de2g2000vbb.googlegroups.com> In-Reply-To: <1fbc4bfd-4a41-4352-bd35-e2c1e5b87eeb@de2g2000vbb.googlegroups.com> Message-ID: X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 66.185.218.8 X-Trace: sv3-w5DGTVGC0EdKsflFEFFegVhZtUYJsTpU+xSjoRSPW7WUeqT0WgyDt4tg3bGQzlY0pvATrvxu+H/x92U!86yxbb/MvjVofrr8C08HnGSz9NWqRKpZL6DpcM2zXL6hERFIvZL2mR+qdniI8fudLRJTtkWSLYdz!icvvqcA= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2542 Xref: news1.google.com comp.lang.ada:18318 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-10-05T22:48:19-04:00 List-Id: >> P.S. I'm not on Win64 right now, so I can't honestly say I've tested >> MinGW-64 / Ada there (assuming it exists, oops). But here's >> hoping. ;-) > > Well, they (MinGW-w64) do mention Ada on their website, but apparently > the only Ada toolset(s) from them are Cygwin-hosted (i.e., installed > via Cygwin's setup.exe) and apparently rarely used by them. So the > Win64-targeted version (GCC 4.5.3-3) doesn't work (fails to link, > undefined reference to gnat_eh_blahblah in libgnat.a), yet the i686 > (32-bit) one works fine (only tested simple "hello world"). I've filed > a bug report on SourceForge. > > Not exactly what you wanted to hear, but better than nothing. ;-) MinGW-w64 "Ada support" thread at: http://sourceforge.net/projects/mingw-w64/forums/forum/723797/topic/4368923 has follow-up pointing to: http://ya-mingw64.sourceforge.net/ With this, gnatmake compiles HelloWorld which executes successfully as 64-bit on 64-bit Win7. Yay! - mjamesb