In ftn95 v6.10 subdirectory compilation like 'ftn95 dir\*.f95' reportedly fails.
Output for example:
D:\dirtest>ftn95 subdir\*.f95 Compiling D:\dirtest\test.f95 *** Source file 'D:\dirtest\test.F95' cannot be opened
Note that for some reason it says 'Compiling D:\dirtest\test.f95' rather than 'Compiling D:\dirtest\subdir\test.f95'
Is this on purpose? The reason why some things are set up in this manner is to have all objects/module output files in the main directory.
Thanks.