From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Can't find streambuf.h Date: Wed, 01 Apr 1998 19:06:10 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 21 Message-ID: <3522D672.33A1@cs.com> References: <6ft0jo$6cl$1 AT studium DOT student DOT umu DOT se> NNTP-Posting-Host: ppp217.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jörgen Jones wrote: > > The compiler complains that it cant find streambuf.h. How to fix this? > I think I've done everything the faq said and it still doesn't work. > Am I supposed to change every long filename to short filename???! > (eg streambuf.h > stream~1.h in the iostream.h file) > /Jorgen Negative. If you unzipped the packages in an LFN-clean way (see chapter 8.2 of the FAQ), then DJGPP programs should find all the includes whether they are longer than 8+3 or not. If you do not have a completely clean installation, then type "SET LFN=Y" at the DOS prompt and see if that fixes the problem. If it does not, try "SET LFN=N". -- --------------------------------------------------------------------- | John M. Aldrich | "Always listen to experts. They'll | | aka Fighteer I | tell you what can't be done, and why.| | mailto:fighteer AT cs DOT com | Then do it." | | http://www.cs.com/fighteer/| - Lazarus Long | ---------------------------------------------------------------------