Compiler-generated temporary files are normally placed in the /tmp directory. If you wish to put them in your current working directory, use the command appropriate to your shell program.
| Bourne/Korn shell users: | TMPDIR=. ; export TMPDIR | 
| C shell users: | setenv TMPDIR . | 
To store Compiler-generated temporary files elsewhere, specify a pathname by using the command appropriate to your shell program.
| Bourne/Korn shell users: | TMPDIR=pathname; export TMPDIR | 
| C shell users: | setenv TMPDIR pathname | 
| Windows users: | set TMPDIR=pathname |