Date: Mon, 15 May 1995 11:51:24 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: djgpp AT sun DOT soe DOT clarkson DOT edu, gilliard AT lectra DOT fr Subject: Re: gcc and swap. > To run my .exe i use a batch file > ... > F: > C:\path\mysoft.exe > ... > Problem: all the swap operations are on the unix station (F:). Via nfs these operations > are very long. (TMPDIR is set to C:\tmp). Do you mean to say that the swapping (actually, paging) happens on the networked drive ALTHOUGH you defined it to happen on c:? If so, then check the GO32TMP variable, not TMPDIR. TMPDIR is where the temporary files are put (e.g. when your program calls tempfile()).