From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122090 invoked by alias); 3 Jul 2018 23:50:30 -0000 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 Received: (qmail 121982 invoked by uid 89); 3 Jul 2018 23:50:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=frank, Frank, UD:hallo.for, UD:for X-HELO: mail-yw0-f180.google.com Received: from mail-yw0-f180.google.com (HELO mail-yw0-f180.google.com) (209.85.161.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Jul 2018 23:50:28 +0000 Received: by mail-yw0-f180.google.com with SMTP id y203-v6so1309924ywd.9 for ; Tue, 03 Jul 2018 16:50:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OVCUMTmOGnxrYukOZwGa0xTISooQFbH8v1+4JDpZQh0=; b=XjOpHxexQPGLlftxtiNafs0Iyw6UZ4h7Uu9ZuhFDI9DLgMDq/xE8Zr3BK2mzlLZHIx 7aadC3lW+2U2eVfLxRjsodTEywh9cFo48gkymXtHOGEBawUhSk+dYOUvYaHOmK8ADwkc 78A7oR9PbkAk6OqUPIVXCa8Z7/ybGv6FthUv36T4GwVmDOg4rFHLvDIGnjNWsVky6hF7 +O+pEUJarT7kgph95CH9czD8HmzGq0tJNab+UtV/Ax++QtbHXWMA7t2/E0Iw30i5WrrC GTjfxgv2O6UMd4umas+bJTAZRyik1ZKcOiyB2jIxF08PVQgMwKQb+znDr2GjDDZHHZwE pmnA== MIME-Version: 1.0 References: <5293bd61-ba0d-57cc-3e95-c704f5cb5a08@marlettesoftware.com> In-Reply-To: <5293bd61-ba0d-57cc-3e95-c704f5cb5a08@marlettesoftware.com> From: Paul Richard Thomas Date: Tue, 03 Jul 2018 23:50:00 -0000 Message-ID: Subject: Re: A novice really trying to run MinGW to compile FORTRAN 77 To: tim@marlettesoftware.com Cc: frank.shed@btinternet.com, "fortran@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00006.txt.bz2 Hi Frank and Tim, I am sorry to be pedantic, but this mailing list is devoted to the development of the gfortran compiler. For this kind of query you would do much better to go to one of the fortran forums, such as comp.lang.fortran. You will find many more people there who use MinGW. Most of the gfortraners use Linux exclusively in one form or another. That said, Tim is right. You should check for the presence of your source file when you are in the working directory, using dir. Check also that you are using the right case for the program name. Windows is not usually case sensitive but MinGW and Linices are. Cheers Paul On Tue, 3 Jul 2018 at 21:01, Tim Zeisloft wrote: > > > It doesn't work I get the error message -- gfortran : error : hallo.for : > > no such file or directory > This is indicating that the compiler is unable to find the source file. > Either the source file name is being misspelled or it does not exist in > your current working directory. Use the dir command to get exact > spelling and check for existence. Windows Explorer might hide file > extensions, so it is better to use dir in the command prompt. > > Tim Z > > -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein