fortran compiler

if fn is fortran 77 source code file. and Version 14 BSD is installed. should this statement work:
gfortran -std=legacy fn
 
What do you mean by “repository”?

There are ports, then binary packages - latest and quarterly.

Sometimes a port fails to build into a package, so the package is temporarily unavailable.
 
Different gcc compilers providing the same file /usr/local/bin/gfortran would conflict. So you could only install one gcc compiler ? Or it needed to be renamed to gfortran_gcc_13_5. Maybe for gcc12 fortran was a separate package ? No idea.
But if it works with gcc13 , ok.
 
turns out I have gcc and gfortran on my system with BDS version 11. a friend helped me find it. are you able to read pdf files on your box with BDS os?
 
If you install a PDF viewer then yes, you can read PDFs on FreeBSD.

Not sure if you mean read in the human sense or code sense (reading a PDF in a program)?
 
Back
Top