Date: Thu, 15 Apr 1999 14:01:00 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Kmolles3 AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: Compiler problems In-Reply-To: <121a35d3.2446c1b8@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 15 Apr 1999 Kmolles3 AT aol DOT com wrote: > c:/djgpp/lang/cxx/iostream:31: streambuf.h: No such file or directory > (ENOENT). See section 8.2 of the FAQ where it describes the problems with file names which exceed the DOS 8+3 file-name restrictions. You have some mess related to that. Also, make sure you have the latest version 2.11 of the FAQ (v2/faq211b.zip). If you cannot figure this out, please tell which OS are you using (Windows 9X or NT), since the reason(s) and solution(s) vary accordingly. > I tried typing set > env.1st Typing "set > env.lst" is not supposed to solve problems. It's a way to gather the information about your environment variables and post it here. In other words, you are supposed to post the contents of the file env.lst created by the above command on this forum together with the description of the problem.