From: Kmolles3 AT aol DOT com Message-ID: Date: Sun, 11 Apr 1999 13:38:43 EDT Subject: compiler problems To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 214 Reply-To: djgpp AT delorie DOT com I received the djgpp compiler on a CD from the book "Sams Teach Yourself C++ in 24 Hours". I tried compiling a source file provided by the CD and I kept getting a missing file or directory error. I typed: gcc myfile.cpp -o -myfile.exe -lm or gxx myfile.cpp -o myfile.exe Both gave me the following error message: c:\djgpp\lang\cxx\iostream.h:31: streambuf.h: No such file or directory (ENOENT) What exactly is the missing file or directory? iostream.h and streambuf.h are both in the directory. Is there some other problem I don't know about. Thanks very much, Ken Molles