-3

What is the equivalent of ifort -fixed for the gfortran compiler? I am trying to link f77 subroutines when I compile my f90 code. This related post seems to have answered the general question, although I am having trouble finding the equivalent for the gfortran compiler.

Community
  • 1
  • 1
Anode
  • 371
  • 1
  • 4
  • 9

1 Answers1

2

-ffixed-form it took me 10 seconds to google it.