First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
The answer to this problem was that I had the following code at the end of all of my .F files:
END SUBROUTINE
END
The second "END" did not have a matching statement and when it was removed I was able to compile all three files into a single DLL as required.