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