From: Jim Brooks Newsgroups: comp.os.msdos.djgpp Subject: Re: cout problem Date: Wed, 28 Jan 1998 21:46:59 -0800 Organization: Internet Gateway Corporation Lines: 44 Message-ID: <34D017D3.526B@pop.intergate.bc.ca> References: <199801230001 DOT QAA22980 AT adit DOT ap DOT net> <34CF0C88 DOT 22CB07BD AT dalton DOT net> Reply-To: jimb AT diablo DOT intergate DOT bc DOT ca NNTP-Posting-Host: pm33s15.intergate.bc.ca 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 Philip Garrett wrote: > > Try renaming the file tmp.cc. > > Philip Garrett > > Nate Eldredge wrote: > > > At 10:10 1/22/1998 +0100, Tomasz Ostrowski wrote: > > >I'm trying to compile file tmp.cpp: > > > > > > #include > > > int main() > > > { > > > cout<<"Hello world!"; > > > } > > > > > >but compiler reports errors: > > > > > >c:/jezyki/djgpp/tmp\ccdaaaaa(.text+0x1e):tmp.cc: undefined reference to `cout' > > >c:/jezyki/djgpp/tmp\ccdaaaaa(.text+0x23):tmp.cc: undefined reference to > > `ostream > > >::operator<<(char const *)' > > Use the `gxx' command to link, instead of `gcc'. Had you read the README.1ST > > file, you would know this. > > [snipped] > > >My problem is the following: > > >============================ > > > > > > > > >Rhide crashes. > > Huh? Is this another problem, or what? > > > > Nate Eldredge > > eldredge AT ap DOT net Been There Done That. I wonder how many times these same questions go through the group. One further not, the crash is in rhide v1.3 you should v 1.4 to eliminate the problem. I just downloaded it (hopefully) here is the site http://www.tu-chemnitz.de/~sho/rho/rhide/rhide.html Hope This helps. Jim