From: Allens Newsgroups: comp.os.msdos.djgpp Subject: Re: not able to compile c++ header Date: Mon, 03 Aug 1998 18:51:39 +0100 Organization: Cable Online Lines: 17 Message-ID: <35C5F8AB.63C4@cableol.co.uk> References: <6q43ub$a1q$1 AT mawar DOT singnet DOT com DOT sg> NNTP-Posting-Host: 194.168.181.31 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Lucas wrote: > > Hi there! I'm a beginner programmer and i'm trying to learn C++, i've > downloaded and installed djgpp...it works fine for compiling c programs but > every time i try to compile a c++ code, i get the following message > > .c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h :no such file or > directory. > > I've installed all the c++ conmponents of djgpp and edited my autoexec.bat > file as instructed. Please tell me how to solve this problem. > Thanks a lot, > Lucas. put 'SET lfn=y' in your autoexec.bat Peter Allen