Topic: command line use of compiler requires -static flag
I sometimes use gfortran installed with SF from the command line rather than using the SF IDE. In the past, executables were created that did not require the use of the -static flag for the linker. Now, if I don't include the -static flag, the resulting executables will not run. At some point in the recent past, did the SF installation change the location of library files or change the PATH setting so that the Fortran library files were not found during program execution? I am asking as a matter of curiosity, as other than greatly increasing the size of the .exe files, it isn't a problem (assuming I remember to use the -static flag).
Thanks for continuing to develop and support this product!