From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and Win2K Date: Sun, 16 Apr 2000 22:14:34 +0200 Organization: NetVision Israel Lines: 21 Message-ID: <38FA1F2A.1E49E264@is.elta.co.il> References: <38F7F2CD DOT BD3034C1 AT unb DOT ca> NNTP-Posting-Host: ras2-p56.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955912430 15458 62.0.172.180 (16 Apr 2000 19:13:50 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 16 Apr 2000 19:13:50 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick wrote: > > On Sun, 16 Apr 2000 10:43:26 +0200 (IST), Eli Zaretskii > wrote: > > >On Sat, 15 Apr 2000, Endlisnis wrote: > > > >> Maybe it had to do with whether the sub-djgpp program opens files... > > > >Every DJGPP program opens at least one file: DJGPP.ENV. So this > >probably isn't the reason for the crashes. > > By "every DJGPP program", do you mean "every program compiled with > DJGPP," or "every program in the DJGPP toolchain"? I mean both. DJGPP.ENV is open and read by the startup code. Unless you take special actions, this startup code is linked into every DJGPP program, including the ports of the GNU development tools distributed as part of the DJGPP toolchain.