From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide crashes when i try to compile C++ when set to "Auto" Date: Mon, 10 Nov 1997 15:13:44 -0600 Organization: Southwest Missouri State University Lines: 14 Message-ID: <34677908.615B@nic.smsu.edu> References: <9UhCmDAom5Y0Ew$J AT raos DOT demon DOT co DOT uk> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: marie.a42.smsu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Sunil Rao wrote: > first, when i try to compile a C++ (hello.cpp) file with no project - > just one source file - it hangs. the mouse works, but nothing else. it > brings up a message saying "compiling" but then crashes before it puts > the command line on - so it hasn't got to the compilation stage. this > problem does not occur with C source files (hello.c) I've never had this problem, but perhaps you didn't download all the files necessary to compile C++ programs? I name all my C++ files with a ".cc" extension since prior versions of either RHIDE or GCC didn't properly handle the ".CPP" extension. I don't know if that particular problem has been fixed (I've been away from DJGPP for several months, and just got back into it), or whether it's even a reason for the entire process to crash.