From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10274 invoked by alias); 26 May 2011 19:29:26 -0000 Received: (qmail 10262 invoked by uid 22791); 26 May 2011 19:29:24 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail04.syd.optusnet.com.au (HELO mail04.syd.optusnet.com.au) (211.29.132.185) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 May 2011 19:29:09 +0000 Received: from desktop2 ([203.202.164.190]) (authenticated sender sisyphus1) by mail04.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p4QJSmmV023416; Fri, 27 May 2011 05:28:56 +1000 Message-ID: <740CD6FAEF25476697CF151C31194F2A@desktop2> From: "Sisyphus" To: "John W. Smay" , References: In-Reply-To: Subject: Re: gfortran compiler for Windows 7 x64 Date: Fri, 27 May 2011 14:51:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit 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: 2011-05/txt/msg00399.txt.bz2 ----- Original Message ----- From: "John W. Smay" To: Sent: Friday, May 27, 2011 4:02 AM Subject: gfortran compiler for Windows 7 x64 > Is there a binary gfortran compiler compatible with Windows 7 x64 out > there somewhere in the gnu hierarchy? If so could someone tell me where to > get it. http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/ Both the "Automated Builds" and "Personal Builds" will contain a gfortran compiler, afaik. (Certainly, the automated builds do.) With the automated builds, the names of the executables (gcc.exe, g++.exe, gfortran.exe, etc.) are all prefixed with "x86_64-w64-mingw32-" Cheers, Rob