Topic: Cannot create static library with SF-1.38
Trying the last release of Simply Fortran (1.38, dated 2013-01-16), it appears that in the case of a static library project, a malformed command in the generated Makefile prevents the effective creation of the library.
More precisely, there is no required space between the $(AR) command and the 'rcs' flags, near the end of the Makefile.
A work around is : (i) generate the Makefile, (ii) uncheck the 'Always Regenerate Makefile' in the Project Options, then (iii) edit the Makefile with any text editor to fix the bug (i.e. insert a space between $(AR) and 'rcs').
After that, build again the project and the library should be created.