About 809,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. 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

  3. 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 to make …

  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 install …

  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 g++ --version …

  6. 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

  7. 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 where this file is …

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

    Nov 11, 2012 · Hi, I've been using gfortran on windows through the command line to compile .f95 files using the command gfortran file.f95 to get an a.exe file which I can then run. However, I'm currently …

  9. gcc, g++, gfortran disappeared from system after Ubuntu upgrade

    Mar 30, 2024 · I have upgraded Ubuntu from 20.04lts to 22.04lts. However it seems that gcc, g++ and gfortran have disappeared from the system. I have tried: sudo apt install gcc but got the error: …

  10. What causes undefined reference errors in gfortran compilation?

    Nov 24, 2010 · Fortran What causes undefined reference errors in gfortran compilation? SAks Nov 24, 2010 Gfortran