From: dd Newsgroups: comp.os.msdos.djgpp Subject: C++ compile problem (ENOENT error) Date: Mon, 03 Jan 2000 22:04:41 -0500 Organization: University of Minnesota, Twin Cities Campus Lines: 13 Message-ID: <38716349.F25C2016@tc.umn.edu> NNTP-Posting-Host: pub56k-24-69.dialup.umn.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.05 [en] (WinNT; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I just downloaded djgpp for NT4, but couldn't get C++ compiler to work. I tried to compile a little hello.cc test program, but always got this error: 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? Any help is greatly appreciated.