From: Michael Beckmann Newsgroups: comp.os.msdos.djgpp Subject: may be i'm too stupid. Date: Tue, 21 Aug 2001 23:17:29 GMT Organization: T-Online Lines: 19 Message-ID: <1103_998435849@news.mich-beck.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.t-online.com 998436205 04 5935 hJauSKcSS5ACIY 010821 23:23:25 X-Complaints-To: abuse AT t-online DOT com X-Sender: 520051973372-0001 AT t-dialin DOT net X-Posting-Agent: Hamster/1.3.22.0 User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.11 [en] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Can someone please why djqpp tells me "In file included from hello.cpp:1 c:\Djgpp\lang\cxx\iostdio.h:31: streambuf.h: No uch file or directory (enoent)." although this files are in this mentioned folder. The source is (the ordinary hello world prog): #include int main() { cout << "hello world !\n"; return 0; } please help me, i won't stop learn coding because of being to stupid too use this compiler here.