I have lots of code written with G77 (GNU), but have one module I need to add that is written in F90. I thought FTN95 would be a great way to do this. Currently many of my subroutines are in seperate *.FOR files; I have the *.FOR code and the G77-compiled *.OBJ files.
1: In G77, the compiler automatically searched all the object files (*.OBJ) in the currect directory for subroutines called for by the main program I was trying to compile. FTN95 does not appear to do this, or at least not so simply. In FTN95, can I have some files containing only subroutines in them and then call from the main program?
THANKS!!!!!
James