Date: Tue, 8 Jun 1999 11:43:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Fyodor Kislov cc: djgpp AT delorie DOT com Subject: Re: DJGPP's make crashes under Win2000 In-Reply-To: <7jguna$n3h$1@camel.odtel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 7 Jun 1999, Fyodor Kislov wrote: > > DJGPP's make util crashes with Application ERROR after several steps > > (Calling GCC) under Win2000 (build 2031). but works well under NT4 > > Details: > > Usualy after the second (sometimes after the third) execution of GCC DOS > session displays the Message box with titile "ntvdm.exe- Application Error" > and the text is "The instruction at "0x0f04818C" referenced memory at > "0x02020ffc". The memory could not be written". Do you know if the offending program is Make or GCC? One way to find out is to look at the caption bar of the window where you run Make: it usually states the name of the program currently running. If it's GCC that crashes, try doing a similar job with the stock binary distribution of GCC from the DJGPP archives, and see if it works. If it does work, then the cross GCC you are using has some bug. Anyway, why do you need to run under a beta OS? Isn't it obvious it will have bugs like that?