Date: Tue, 4 Jan 2000 11:26:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: dd cc: djgpp AT delorie DOT com Subject: Re: C++ compile problem (ENOENT error) In-Reply-To: <38716349.F25C2016@tc.umn.edu> 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 Mon, 3 Jan 2000, dd wrote: > In file included from hello.cc:1: > d:/gcc/lang/cxx/iostream.h:31: streambuf.h: No such file or directory > (ENOENT) > > streambuf.h is in d:/gcc/lang/cxx. When I search for it in > d:/gcc/lang/, NT always find it, but when I search for it in > d:/gcc/lang/cxx, NT returns file not found. The C compiler works fine, > so it's not a long file name problem, is it? Yes, it's probably a long file-name problem. See section 8.2 of the DJGPP FAQ list for how to solve this; search for "NT" in that section.