Top "Gfortran" questions

gfortran is the GNU Fortran compiler, part of GCC.

Debugging with gdb and gfortran - FPE's

I'm debugging a larger numerical program that I have added on to. It is written in fortran90, compiled with gfortran (…

gdb fortran fortran90 gfortran
IEEE_UNDERFLOW_FLAG IEEE_DENORMAL in Fortran 77

I am new to Fortran and coding in general so I apologize if my terminology is not correct. I am …

fortran gfortran fortran77
Can not install gfortran via homebrew

I got this message when i tried to install gfortran. ~$ brew install gfortran Error: No available formula for gfortran GNU …

fortran homebrew fortran90 gfortran
Specify directory where gfortran should look for modules

I currently compile programs based on modules (such as main program foo which depends on module bar) as follows: gfortran …

module fortran gfortran
Stop fortran program with non-zero exit status

I'm adapting some Fortran code I haven't written, and without a lot of fortran experience myself. I just found a …

fortran exit gfortran exit-code
Error: Invalid character in name at (1)

I am trying to compile a fortran file along with some .h files in FORTRAN. The .h files contain definition …

gcc fortran fortran90 gfortran mixed
How to install libgfortran.so.4 on ubuntu 16.06

An app I use just updated and it no longer runs on my system. When I try to run the …

ubuntu fortran ubuntu-16.04 gfortran
installation of compiler gfortran in centos 6

I try to install some compilers. I use Centos 6 in my laptop. I have installed the gcc, the "GNU" C …

gcc centos centos6 gfortran
Mac OS X R error "ld: warning: directory not found for option"

I am trying to install an R package from source, but getting an error: * installing *source* package ‘mclust’ ... ** package ‘mclust’ …

r macos gcc fortran gfortran
Fortran sources but no Fortran compiler found

I'm trying to install pyOpt in Python and I got this error : error: library algencan has Fortran sources but no …

python windows fortran anaconda gfortran