Date: Mon, 15 Sep 1997 20:18:33 -0700 (PDT) Message-Id: <199709160318.UAA02809@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Robert Eaton" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Need Help: Unable to compile C++ files under RHIDE Precedence: bulk At 10:22 9/11/1997 -0400, Robert Eaton wrote: > I have installed DJGPP and RHIDE, but am unable to compile any file >with a .CPP extention under RHIDE. When I tell it to compile, the program >just hangs. However, the programs compile just fine when executing the >compiler from the command line. Anyone know how to solve this problem? A very old known bug. The easy fix is to rename it to a .cc extension, which also avoids a bug in gcc. There is a patch or instructions on fixing somewhere. I think this is also fixed in the newest version of RHIDE, which is now in beta. Nate Eldredge eldredge AT ap DOT net