Date: Wed, 15 Mar 2000 10:54:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ian Chapman cc: djgpp AT delorie DOT com Subject: Re: Strange error In-Reply-To: <38CE9582.108D042F@nortelnetworks.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 14 Mar 2000, Ian Chapman wrote: > I had a directory directly under djgpp f:djgpp/Mine that is. I was in > a win95 dos window and using rhide and bash147. I ended with hello > world in that directory. The compiler did not seem to know about cout, > endl and all the stuff it normally knows about. I had all the includes > that you need to find those calls. > > I eventually copied f:/djgpp/Mine to e:/xxx/Mine after that it was the > way it usually is. That's by the way a great way. I've never used > rhide in a directory below djgpp before and was most surprised by the > strange behavior. > > It's not serious since I have a wrok round, but I'm curious as to what > is wrong. Sorry, I cannot figure out what the problem is. Please explain. It is usually a good idea to post the command line and the error messages. If you are referring to the problems with cout, the most probable reason is that you didn't use gpp to link C++ programs. See section 8.8 of the FAQ for more details.