From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20703 invoked by alias); 20 Feb 2007 16:03:09 -0000 Received: (qmail 20692 invoked by uid 22791); 20 Feb 2007 16:03:08 -0000 X-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.physik.uni-muenchen.de (HELO mail.physik.uni-muenchen.de) (192.54.42.129) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Feb 2007 16:02:59 +0000 Received: from localhost (unknown [127.0.0.1]) by mail.physik.uni-muenchen.de (Postfix) with ESMTP id BDA4E2005C; Tue, 20 Feb 2007 17:02:53 +0100 (CET) X-Virus-Scanned: amavisd-new at physik.uni-muenchen.de Received: from mail.physik.uni-muenchen.de ([127.0.0.1]) by localhost (mail.physik.uni-muenchen.de [127.0.0.1]) (amavisd-new, port 10023) with LMTP id ukRJ1H7sgaFV; Tue, 20 Feb 2007 17:02:53 +0100 (CET) Received: from [192.168.1.9] (p54966D21.dip.t-dialin.net [84.150.109.33]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.physik.uni-muenchen.de (Postfix) with ESMTP id 59F8E20056; Tue, 20 Feb 2007 17:02:53 +0100 (CET) Message-ID: <45DB1BA6.3090600@physik.uni-muenchen.de> Date: Tue, 20 Feb 2007 16:03:00 -0000 From: =?UTF-8?B?VG9iaWFzIFNjaGzDvHRlcg==?= User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Sebastian Schuberth , fortran@gcc.gnu.org Subject: Re: Fortran Compiler References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg00449.txt.bz2 Hi Sebastian, I'm forwarding this to our mailing list so that people that may know the answers to your questions can answer you. Your questions (my translation) were: 1. "I'm trying to compile LAPACK on Windows x64. The link for AMD64 binaries on http://gcc.gnu.org/wiki/GFortranBinaries leads nowhere. Could you please upload them, if possible?" No I can't I'm not building them, and I don't know who did that in the past. This person is certainly on this list, so they might respond themselves. 2. "Will there also be a MinGW version for AMD64?" I have no idea. First, I don't know if you mean MinGW itself, or the compiler. If there is a MinGW running on ix86-64, getting gfortran to run on it should be an issue of downloading the sources and running "configure && make". If anybody will do this work and post binaries I can't tell, this is a volunteer driven project, after all. Regards, - Tobi Sebastian Schuberth wrote: > Hi Tobias, > > auf der Suche nach einem freien Fortran Compiler, mit dem ich LAPACK > für Windows x64 übersetzen kann, bin ich auf > > http://gcc.gnu.org/wiki/GFortranBinaries > > gestoßen. Leider führt der dortige "AMD64" Link ins Leere. Könntest Du > diese Version evtl. hochladen? > > Die nächste Frage haut in die gleiche Kerbe: Wird es auch eine > MinGW-Version für AMD64 geben? > > Danke! >