Author Topic: Linking Object Module of a Fortran Subroutine  (Read 2197 times)

Offline Sayeed Nurul Ghani

  • Single posting newcomer
  • *
  • Posts: 4
Linking Object Module of a Fortran Subroutine
« on: September 01, 2015, 07:15:24 pm »
How can I compile, link and a run my Fortran program with the compiled object module of a Fortran subroutine? I am able to do so only when the subroutine is a Fortran code. Cheers.