Top "Gfortran" questions

gfortran is the GNU Fortran compiler, part of GCC.

ld: library not found for -lgfortran - Mac Symlink issue?

I am trying to install ObsPy with pip. The installation fails on the cc command below: cc -bundle -undefined dynamic_…

symlink gfortran cc
Where to put `implicit none` in Fortran

Do I need to put implicit none inside every function and subroutine? Or is it enough to put it at …

fortran fortran90 gfortran
gfortran: error trying to exec 'f951': execvp: No such file or directory

I'm trying to compile a code found on the internet. Actually I'm trying to compile the code found at http://…

gcc compiler-errors fortran gfortran
Error: Nonnegative width required in format string at (1)

I'm trying to compile a piece of code with gfortran and it's failing with the following error: Error: Nonnegative width …

fortran gfortran
`Relocation truncated to fit` error in Fortran with large arrays

I have written a Fortran 90 code to extract angles from molecular simulation data. In this code I used a module …

fortran fortran90 gfortran
How do I flush output to file after each write with a gfortran Fortran 90 program?

I am running a loop in a Fortran 90 program that outputs numerical values to an output file for each iteration …

fortran flush gfortran
Silence the warning: `Non-conforming tab character` in gfortran

I usually run my code with ifort, but during implementation, I prefer compiling and testing with gfortran as I find …

fortran gfortran
How to compile distributable Fortran binaries on Mac OS X Mountain Lion?

Since Apple have stopped distributing gfortran with Xcode, how should I compile architecture independent Fortran code? I have Mac OS …

scipy osx-mountain-lion gfortran xcode4.4
lgfortran not found

I am using Ubuntu 10.04 and trying to compile some code that uses gfortran. At some point Makefiles does: -L. -lgfortran …

ubuntu makefile linker fortran gfortran
gfortran LAPACK "undefined reference" error

I installed LAPACK on Ubuntu by following the instruction, sudo apt-get install liblapack-dev thus I can find /usr/lib/libblas/…

ubuntu fortran gfortran lapack