X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2841386EC51 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1609693918; bh=p+1isyOkVpQw2sYV6N5LJMPwpvgb1AIpTybyisNJBpk=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=lQSPHv+YB3kAQTXs8JJQpwEfmG3m/6wc7o0PkmCupAzfgD331GFo/toiQJ+bNPICc 9svi/WN4hxMQpVewDnLQKodQBW4Z/d1YPeJDJi0I7Os0AaTEqFbqSms1lQX8ulfrnd FamqBY/Xt2nOSrMx4/8usGr1HUePkrHVdfqRNNuU= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 34B1F3858006 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) Subject: Re: Fortran Installation To: jrsyangl , cygwin AT cygwin DOT com References: 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-Language: it 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Cc: Lou Umscheid Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple