Message-Id: <363611EB.8980F964@cableol.co.uk> Date: Tue, 27 Oct 1998 18:33:15 +0000 From: The Allens X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Header Woes References: <36351B0C DOT 7E582C05 AT umich DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Add SET lfn=y into your autoexec.bat file, and read the faq. Peter Allen Maciej Wdziekonski wrote: > > 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