From: "Tanes Sriviroolchai" References: <01bde0ff$e7d1a380$38aba0d1 AT default> Subject: Re: Need help. Date: Thu, 17 Sep 1998 09:56:15 +0700 Lines: 23 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Nick wrote in message <01bde0ff$e7d1a380$38aba0d1 AT default>... >I'm having some trouble with gcc/gpp v 2.81since I switched to using Win95. > I had no difficulty compiling before, but now, when I attempted to write >and compile a simple "hello world" program in C++ (including "iostream.h"), >I receive a message saying "c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: >No such file or directory (ENOENT)". Admittedly, I'm still new to C++ in >general, but as far as I can tell, streambuf.h is there. This may seem >like a stupid question to ask, but when you're teaching yourself how to do >everything, things like that happen. > Make sure that you have set enviroment variable LFN=y (you can do this by add line "set LFN=y" in your autoexec.bat or whatever batch file that executed before running gcc) and make sure that your streambuf.h exists (it is 9.1 characters not a ordinary 8.3). Regards, Tanes Sriviroolchai