Reply-To: From: "Lucas Moten (Krozy)" To: "'rob'" Cc: Subject: RE: Please help: cannot find header file error in C++ with RHIDE Date: Tue, 23 Jun 1998 08:27:18 -0400 Message-ID: <000001bd9ea2$45ea1060$3952cd86@krozy.comm.hq.af.mil> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <358ea065.1340970@news.force9.net> Importance: Normal Precedence: bulk Good luck. You can try about a hundred different things. Theres a few things in the FAQ for it, and sooner or later it will work for you. I would seriously suggest deleting djgpp from your system and installing something more user friendly like borland c++ builder. It works, theres no hassle, and you wont get stupid compiling errors in the header files like djgpp likes to give. -Lucas > -----Original Message----- > From: rob [mailto:robin AT redwing DOT force9 DOT co DOT uk] > Sent: Monday, June 22, 1998 2:26 PM > To: djgpp AT delorie DOT com > Subject: Please help: cannot find header file error in C++ with RHIDE > > > Hello everyone. > > I've just installed DJGPP and can compile C files OK. However, when I > tried a simple C++ program, an error occured in iostream.h, saying: > > c:/djgpp/lang/cxx/iostream.h(31) Error: streambhf.h: No such file or > directory (ENOENT) > > I looked in this directory, and streambuf.h is there. (So is > iostream.h :-) ) > > Please does anyone have any ideas? > > Thanks in advance, > > rob. >