delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/08/13/21:54:29

From: TH <teckheng AT singnet DOT com DOT sg>
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: <Pine DOT SGI DOT 3 DOT 93 DOT 970724201822 DOT 13097A-100000 AT gibson DOT eee DOT upd DOT edu DOT ph> <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
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

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 <iostream.h>

void main ()
{
   float hats, heads;

   cout<< "Enter a number";
   cin>>hats;
   cout<< "Enter another number";
   cin>>heads;

   cout<< "Heads= "<<heads<<"  Hats= "<<hats;
   cout<<" Hats + Heads= "<<hats+heads<<"\n";
   cout<<" Hats - Heads= "<<hats-heads<<"\n";
   cout<<" Hats * Heads= "<<hats*heads<<"\n";
   cout<<" Hats / Heads= "<<hats/heads<<"\n";
}

It hangs.  And I have to kill it.Any other problem which demands a level
of complexity than a "Hello World" will lock up Rhide.  I searched the
documents but can't find anything.

   Anybody can help?

TH

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019