Date: Sun, 5 Mar 2000 10:02:42 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Pierre Muller cc: djgpp AT delorie DOT com Subject: Re: DJGPP and W2k In-Reply-To: <89onns$8co$1@news.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 3 Mar 2000, Pierre Muller wrote: > >I have got problems getting something to compile under Windows 2000 ! Rhide > >dies and NTVDM (or whatever) is generating a "core dump". I already read > >about this problem on this newsgroup. Has anybody found a fix for it ? > > I suggested a possible fix on djgpp workers but > I will send it here also as apparently noone tested it really until now. Are you sure this fix is for the above problem? AFAIK, the most frequent problem on W2K is that invoking subsidiary DJGPP programs (like when Make or RHIDE invoke the compiler) causes a crash inside NTVDM. I doubt that your patch will fix that. Also, IIRC the problem you were trying to fix can only happen when the Unixy sbrk algortithm is used, while the default for DJGPP programs is not to use the Unixy sbrk.