From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id 34B1F3858006 for ; Sun, 3 Jan 2021 17:11:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 34B1F3858006 Received: by mail-wr1-x42c.google.com with SMTP id t30so28597388wrb.0 for ; Sun, 03 Jan 2021 09:11:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=8krij8suL573wrN3qc9bfssqrfbzQb+Lt5yrBerbtk4=; b=hsjhOOkFvgabiAWHrzMIYXbFl+k7B4YlFlnq/4vkHlvJ32IeC54emEjxSIHN9rFrXs rgLovF7l8KI7ngkmXDol5LRD5pnuCk6hDbEYHeeFWlClkXj1+ogi+rc6L15LBGRTq3U3 +vA/a2yZBZ2D7cR8cQ9GLZVlJ1on84zln2dnnLNLoj+lIO66N6x19ofUWHOttrCM+mm/ zsU5M7a6MAmwmYy3DpDQlG8h7ydn2nqk60uWMF3M8k+pwa2/UwOJo/kzVe4CcYir8Zwj Uv052xeQ9uOAakknagDuCL2FiQl10V+FohrLgvmNFxBqc2PqAgMvv9mfkuUVmR1QcM7v 6mgw== X-Gm-Message-State: AOAM531Rvdjs25v21MAgiDYT/SVo8BH5d2ig963Grwfcrend2WcPaef0 G4TF84ozkFMwo+wvmPrljN4= X-Google-Smtp-Source: ABdhPJxTo9ZkuC6Deg+/TMDXN0JL4FprJhAvuVdjnl222VWzgz4m6bF3SAZZV4tJG6y76CbpOtbs5A== X-Received: by 2002:a5d:63c8:: with SMTP id c8mr76368049wrw.5.1609693914372; Sun, 03 Jan 2021 09:11:54 -0800 (PST) Received: from [192.168.2.121] (p5dda1f06.dip0.t-ipconnect.de. [93.218.31.6]) by smtp.gmail.com with ESMTPSA id d9sm95432077wrc.87.2021.01.03.09.11.53 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 03 Jan 2021 09:11:53 -0800 (PST) Subject: Re: Fortran Installation To: jrsyangl , cygwin@cygwin.com Cc: Lou Umscheid References: From: Marco Atzeri Message-ID: Date: Sun, 3 Jan 2021 18:11:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2021 17:11:56 -0000 On 03.01.2021 17:44, Lou Umscheid via Cygwin wrote: > I would like to install Fortran on newly installed Cygwin64 on my new LG > laptop. I did this 9+ years ago for Cygwin32 on my Dell T1600 which is > now fading. The process 9 years ago was long and hard over several weeks > with many fallbacks and redo's. I am competent in Fortran programming > but have only a minimum knowledge of Linux/Unix. Can anyone point me to > a guide (I searched but could not find any) to installing Fortran, > including which files to download, PATH, alias changes, etc. I know it > is a lot to ask, but ANY help would be appreciated. > > Lou $ cygcheck -p bin/gfortran Found 8 matches for bin/gfortran ... gcc-fortran-10.2.0-1 - gcc-fortran: GNU Compiler Collection (Fortran) gcc-fortran-7.4.0-1 - gcc-fortran: GNU Compiler Collection (Fortran) gcc-fortran-9.3.0-1 - gcc-fortran: GNU Compiler Collection (Fortran) gcc-fortran-9.3.0-2 - gcc-fortran: GNU Compiler Collection (Fortran) Install the gcc-fortran package. Fortran compile was always there $ cygcheck -l gcc-fortran | grep "usr/bin" /usr/bin/f95 /usr/bin/gfortran.exe /usr/bin/x86_64-pc-cygwin-gfortran.exe