From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: iostream.h Date: 25 Apr 1997 09:02:50 GMT Organization: Oxford University, England Lines: 21 Message-ID: <5jprvq$6th@news.ox.ac.uk> References: <335FDB7F DOT 3707 AT pacbell DOT net> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk adamk AT pacbell DOT net wrote: : Ok, I tried to do this #include : : I am doing this under Rhide.exe but when I try to compile it I get this : message "hello.cc<1> Error: iostream.h: No such file or directory : " : and then under it "There were some errors" : Can someone tell me what this means? Do I need a file called iostream.h? Yes. You're compiling a C++ program and so you need to download the C++ zip files. They are gpp????b.zip and lgp????b.zip, versions (I think) are 2721 and 271. Unzip these as you did for the rest of your installation and it should work. If not, make sure you've read readme.1st and, in particular, make sure you have SET DJGPP=(...)\DJGPP.ENV and added (...)\BIN to your path, where (...) is the path to your base DJGPP directory. -- George Foot Merton College, Oxford