Date: Tue, 29 Dec 1998 10:12:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Dong-Yueh Liu cc: djgpp AT delorie DOT com Subject: Re: Fail to compile C++ program In-Reply-To: <3687f0e2.9856212@news.silkera.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 28 Dec 1998, Dong-Yueh Liu wrote: > In file included from d:/djgpp/lang/cxx/iostream:6, > from hello.cpp:1: > d:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or > directory (ENOENT) > > When I check the directory d:\djgpp\lang\cxx\, it has the > streambuf.h file. Sounds like a problem with long file names. DJGPP cannot support long file names on NT, so you need to unzip the packages with a DOS unzip program. See section 8.2 of the DJGPP FAQ list (v2/faq211.zip from the same place you get DJGPP), for more details.