About 676,000 results
Open links in new tab
  1. How to install gfortran-4.6 or gcc-4.6 on ubuntu 20.04

    Jun 7, 2020 · How can I install gfortran-4.6 either alongside the newest gfrotran or as separate user that runs gfortran-4.6 while still having a user account that runs the newer gfortran?

  2. gcc - How do I install gfortran-7? - Ask Ubuntu

    Aug 24, 2017 · I managed to install gfortran-7 with sudo apt-get install gfortran Previously it did not work. Perhaps because of gcc-7, gofrtran-7 has installed. I am now trying to figure out how …

  3. apt - How do I install gfortran? - Ask Ubuntu

    I am trying to install gfortran in my computer with Ubuntu 12.04 by using these commands, sudo -i apt-get update apt-get install gfortran but I found the program saying "unable to locate package

  4. How to Install fortran on Ubuntu? - Ask Ubuntu

    Mar 1, 2020 · So, I am just starting out to learn Fortran programming. I am a complete newcomer to programming. I have little experience with Ubuntu. What are the recommended ways to …

  5. compiling - Cannot find -lgfortran - Ask Ubuntu

    What I did, I check on ubuntu if the versions of g++, gcc and gfortran are the same or not. I guess it is better if you have all the three of same version. # first check the versions: gcc --version …

  6. How can I successfully use the LAPACK package with gfortran on …

    Nov 11, 2012 · The discussion focuses on using the LAPACK package with gfortran on Windows, specifically addressing issues encountered during compilation. The user, Ted, reports errors …

  7. gcc - Change gfortran version on ubuntu - Ask Ubuntu

    Dec 16, 2020 · I want to change gfortran version on ubuntu 20.04. The current version of gfortran on my system is 9.3.0 but I want to switch it to 7.5 please suggest me how to do it

  8. Fortran program can't find input file - Physics Forums

    Jun 25, 2011 · My gfortran compiler gives me the following message when I try to open a file in order to read it:Fortran runtime error: No such file or directory logout The line in the program …

  9. apt - Install older version of gfortran - Ask Ubuntu

    Jul 31, 2017 · When I try to install GAMESS with gfortran 5.4, I get an output saying unrecognized version of gfortran. I looked at the code and the newest supported version is 5.3. How could I …

  10. c++ - How to downgrade gcc, g++, and gfortran? - Ask Ubuntu

    Jan 30, 2020 · I have never used fortran in my life but I suppose that gfortran compiles fortran code in the same way that gcc and g++ compiles C and C++ code, respectively. As I heard …