Date: Wed, 5 Feb 1997 17:12:26 +0200 (IST) From: Eli Zaretskii To: Ben Darnell cc: djgpp AT delorie DOT com Subject: Re: RHIDE Bug Report [long] In-Reply-To: <32f7d324.2616070@news.vnet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Feb 1997, Ben Darnell wrote: > The crash always occurs when I press a key, but other than that, it > seems to be random. Sometimes I get two Invalid TSS errors, as in the > traceback at the end of this message, sometimes only one, and > sometimes one TSS and one Page Fault. Does this happen after you run a compiler or any other program that RHIDE invokes? Please try to see whether any of the crashes happen *before* you compile/link/run/debug any of the programs, if you only edit source files. > c:/djgpp/bin\cc1.exe c:/djgpp/tmp/RHmaaaaa\ccbaaaaa -quiet -dumpbase > -.c -version -o c:/djgpp/tmp/RHmaaaaa\cccaaaaa ^^^ This should be -c, not -.c > c:/djgpp/bin\ld.exe -o /dev/null c:/djgpp/lib\crt0.o -Lc:/djgpp/lib ^^^^^^^^^^^^ Did you indeed have "-o /dev/null" in your GCC command line? If not, where did this /dev/null come from? > gcc.exe: installation problem, cannot exec `cc1plus': No such file or > directory (ENOENT) Did you indeed not install C++ (gpp2721b.zip and lgp271b.zip)?