From: TH Newsgroups: comp.os.msdos.djgpp Subject: Re: I can't compile from within RHIDE Date: Sat, 09 Aug 1997 00:13:19 -0400 Organization: Singapore Inc Lines: 50 Message-ID: <33EBEE5E.6D31@singnet.com.sg> References: <5rit0j$ad9 AT hacgate2 DOT hac DOT com> <33E76751 DOT 76BF AT virgin DOT net> NNTP-Posting-Host: d127091.ppp127.cyberway.com.sg 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 Stephen DOT Bint AT virgin DOT net wrote: > > Trying to compile from within RHIDE, causes RHIDE to lock up without > compiling. What am i doing wrong? > > I copied the rhide.env from the web page. I set up the djgpp vars in > autoexec.bat. I set up the include and lib directories within RHIDE. > > I can compile using GXX directly, but for some reason, when I try to > compile a cpp file in RHIDE, it hangs. Pressing ctrl-C or ctrl-Break > causes momentary disk activity, but doesn't break me out. I have to > reboot my computer. It never compiles. > > I have a P120 with 16MB RAM, 17MB free disk space, running DOS 6.22. > > Like I said, the compiler by itself works fine. But I want to use RHIDE! > > ----- > Binty I have the same problem with Rhide (ver 1.3) too, sort of, actually. I have no problem compiling/linking a simple "Hello World" program. But when I try to compile the following: #include void main () { float hats, heads; cout<< "Enter a number"; cin>>hats; cout<< "Enter another number"; cin>>heads; cout<< "Heads= "<