gfortran leaking empty files in /tmp

François-Xavier Coudert fxcoudert@gmail.com
Fri Oct 7 17:06:00 GMT 2005


Hi all,

Every time one calls gfortran on a F90 source file that needs
preprocessing, a empty file is left in /tmp:

$ ls /tmp/*.f*
zsh: no matches found: /tmp/*.f*
$ touch a.F
$ gfortran -c a.F
$ ls /tmp/*.f*
zsh: no matches found: /tmp/*.f*
$ touch a.F90
$ gfortran -c a.F90
$ ls /tmp/*.f*
/tmp/ccC5rocz.f

FX



More information about the Fortran mailing list