From: jeremywf AT yahoo DOT com (Jeremy Ford) Newsgroups: comp.os.msdos.djgpp Subject: Please Help: Strange iostream error Date: Sat, 01 Aug 1998 03:11:20 GMT Message-ID: <35c2868e.17977546@news.intercom.net> NNTP-Posting-Host: sby09036.intercom.net Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk When I try to compile a simple program in DJGPP I get the following error: c:\djgpp\lang\cxx\iostream.h(31) Error: streambuf.h : No such file or directory. (ENOENT) The program is a C++ program with a .cc extension. The program compiles fine under MVC++ 4.0...also I checked and the file streambuf.h does appear in c:\djgpp\lang\cxx.... Does anybody know why I get this error and how I can fix it. I really need to get this working! Any help would be appreciated! Thank You Jeremy Ford p.s. I have installed the correct files for C++ programming