Compiler, Assembler, Linker, Debugger, or Librarian
None
TMP=<directory>
<directory>: Directory to be used for temporary files
None
If a temporary file must be created, the ANSI function, tmpnam(), is used. This library function stores the temporary files created in the directory specified by this environment variable. If the variable is empty or does not exist, the current directory is used. Check this variable if you get the error message "Cannot create temporary file".
TMP=C:\TEMP