Message-ID: <36351B0C.7E582C05@umich.edu> From: Maciej Wdziekonski X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Header Woes X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 15 Date: Mon, 26 Oct 1998 20:00:01 -0500 NNTP-Posting-Host: 207.75.176.66 X-Trace: news.itd.umich.edu 909449701 207.75.176.66 (Mon, 26 Oct 1998 19:55:01 EDT) NNTP-Posting-Date: Mon, 26 Oct 1998 19:55:01 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am having problems with DJGPP, when I compile a program it looks for extra header files that I did not include. It gives me an error like: file.cc(1) In file included from file.cc:1: c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or directory While in my program streambuf.h was not included, and streambuf.h is in c:/djgpp/lang/cxx/ I had DJGPP working on my previous computer, but now that I installed it on this machine it is giving me this strange problem. It wont compile anything even a test program. Any help would be greatly appreciated. -Maciej