From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19709 invoked by alias); 30 Mar 2008 10:20:54 -0000 Received: (qmail 19701 invoked by uid 22791); 30 Mar 2008 10:20:53 -0000 X-Spam-Check-By: sourceware.org Received: from mail12.syd.optusnet.com.au (HELO mail12.syd.optusnet.com.au) (211.29.132.193) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 30 Mar 2008 10:20:24 +0000 Received: from desktop2 ([203.202.164.190]) by mail12.syd.optusnet.com.au (8.13.1/8.13.1) with SMTP id m2UAJvNI017837; Sun, 30 Mar 2008 21:20:02 +1100 Message-ID: From: "Sisyphus" To: "Tim Prince" , "Rodolfo Lima" Cc: References: <085501c88d16$4eeb9cc0$6401a8c0@freemanwrwu5by> <47E6C61A.1000102@myrealbox.com> In-Reply-To: <47E6C61A.1000102@myrealbox.com> Subject: Re: gcc for windows Date: Sun, 30 Mar 2008 10:20:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Windows Mail 6.0.6000.20661 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg00311.txt.bz2 ----- Original Message ----- From: "Tim Prince" . . > The following URL has the most up to date pre-built gnu C and Fortran, > including 64-bit mingw with support libraries (but no C++): > http://gcc.gnu.org/wiki/GFortranBinaries Unfortunately (for me, anyway) the 64-bit mingw that's available there doesn't work with Vista. It suffers from the well known access() problem on Vista. I find it extremely frustrating that there's still no 64-bit gcc compiler available for Vista 64 users ... but no-one else seems to give a shit. C:\_64\C>type try.c #include int main() { printf("hello world\n"); return 0; } C:\_64\C>x86_64-pc-mingw32-gcc -o try.exe try.c x86_64-pc-mingw32-gcc: CreateProcess: No such file or directory Cheers, Rob