Date: Sat, 11 Nov 2000 12:49:43 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: taupin Message-Id: <1438-Sat11Nov2000124942+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3A0D088B.CDB15D6D@lps.u-psud.fr> (message from taupin on Sat, 11 Nov 2000 09:51:23 +0100) Subject: Re: DJGPP and Win2k References: <3A0D088B DOT CDB15D6D AT lps DOT u-psud DOT fr> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 11 Nov 2000 09:51:23 +0100 > From: taupin > > Here is a message (in french) I received this morning concerning > Win2k/DJGPP: Thanks for forwarding the info. > [With WIN2000, the 16 bit programs have a major problem: the environment > wariable TEMP/TMP (did not happen with Win NT 3.51/4.0)] This should not normally be a problem for DJGPP programs, because they use TMPDIR in preference to TMP and TEMP (and sometimes exclusively). So, unless Windows 2000 also changes TMPDIR behind the program's back, DJGPP programs should be okay. Of course, it's terribly nasty on W2K's part to change TEMP behind program's back...