Message-Id: <35CC9EB7.114@cableol.co.uk> Date: Sat, 08 Aug 1998 19:53:43 +0100 From: Allens Mime-Version: 1.0 To: John Meyer Cc: djgpp AT delorie DOT com Subject: Re: STL and another problem References: <3 DOT 0 DOT 5 DOT 32 DOT 19980807142527 DOT 007ef260 AT mail DOT geocities DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk John Meyer wrote: > > Hi, I've asked this question before, but I didn't get an answer: Does > DJGPP support the Standard Template Library. > > Also, I have the iostream.h file in my library, and it is spelled > "iostream.h". The problem is whenever I compile C++, it says iostream.h(4) > error streambuf.h: file not found. What is strange is that I have the > streambuf.h file as well, and spelled exactly that way. > > --------------------------------------------------------------------------- > John Meyer > john_meyer AT geocities DOT com > Subscribe to the Stephen King List > http://www.geocities.com/Athens/Forum/3843/sklist.html > > > "Anyone who fights for the future, lives in it today" -Ayn Rand > "Bad Cop! No Donut!" > --------------------------------------------------------------------------- No idea about the standard template library, never heard of it.... For streambuf.h, it has 9 characters, so you need to set lfn=y in your autoexec.bat file. Peter Allen