------- Comment #3 from jkrahn at nc dot rr dot com 2008-05-08 18:19 ------- Fortran files should not be put into /usr/local/include or /usr/include. Those directories are defined for C headers. It is particularly bad to put binary files there. We should instead develop a standard location for Fortran-specific files, as is done with all non-C languages. For example: /usr/lib/gfortran/modules /usr/local/lib/gfortran/modules.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35707