From: Mike Darrett Newsgroups: comp.os.msdos.djgpp Subject: rhide problems Date: Thu, 21 Aug 1997 11:56:40 -0700 Organization: University of California, Davis Lines: 27 Message-ID: NNTP-Posting-Host: dilbert.ucdavis.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, So far I've had few problems getting djgpp to work, with one exception. Actually, this problem has more to do with Rhide than djgpp itself... I try to compile a sample C++ program (C programs work fine, but I'm trying to learn C++ now), and Rhide seems to hang. The keyboard isn't "locked out", NumLock et al. still work, but during compiling Rhide just sits there. CtrlBreak doesn't work, and holding a key pressed does not make any funny beeping sounds. What am I doing wrong? My sample c++ code goes something like this: test.cpp (yes I did use the .cpp extension) #include int main() { cout << "Hello?" << endl; } pretty simple, but Rhide just sits there for like 15 minutes. I thought it was just taking a *very* long time to compile... - Mike