From: "Chris Jones" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and W2k Date: Sun, 5 Mar 2000 12:50:24 -0000 Organization: University of Kent at Canterbury Lines: 15 Message-ID: <89tl68$rj1$1@spruce.ukc.ac.uk> References: <89oirc$r5k$1 AT nx6 DOT HRZ DOT Uni-Dortmund DOT DE> NNTP-Posting-Host: stue20c.ukc.ac.uk X-Trace: spruce.ukc.ac.uk 952260616 28257 129.12.226.12 (5 Mar 2000 12:50:16 GMT) X-Complaints-To: news AT ukc DOT ac DOT uk NNTP-Posting-Date: 5 Mar 2000 12:50:16 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > 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 ? Not that I know of - but what you can do is compile each file individually with Alt-F9 - you'll notice that it crashes after the compiling stage. So compile one file, then exit rhide, re-load it, compile the next file, and so on. Once all the source is compiled, use Link on the Compile menu to link it, and it will work. Using the standard Make (F9) function doesn't work properly (it seems to be that the second time Rhide spawns a program, it crashes, so the second invocation of gcc will crash the thing).