Date: Wed, 24 May 1995 14:32:42 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: smr AT cs DOT murdoch DOT edu DOT au Subject: Re: DJGPP crashes Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > They all crash with the unsupported int 0x06 message. > When running gcc with no parameters, used physical memory is 124K and > remaining physical memory is 1324K at crash. The topline display > scrolls very fast so I have to use the pause button to read. Please check to be sure there isn't another go32.exe somewhere on your PATH which gets called before the latest go32 you've installed. (Some programs compiled with DJGPP might be distributed with older versions of go32.exe) If this isn't the reason, then please post at least two of the stack dumps printed on the screen when the programs crash. Post the _exact_ snapshot of the stack dumps, so it will be possible to see where in the programs you run does the problem happen. It could be that you just have hit a bug...