Problem with temporary files under Windows

Arjen Markus arjen.markus@wldelft.nl
Thu Oct 2 13:43:00 GMT 2008


Hello,

here is another problem:

If I unset the environment variable TMP, then the following
code fragment causes an access violation:

     open( 10, status = 'scratch' )

Apparently the value of the environment variable is used to
determine where the temporary file should be, but if it does
not exist, it leads to this error.

(Environment: Windows XP, gfortran version 4.3.1-tdm-1)

Regards,

Arjen



More information about the Fortran mailing list