Message-ID: <374B3D94.7A244467@videotron.ca> Date: Tue, 25 May 1999 20:17:25 -0400 From: Jonathan Patenaude X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com here my problem, when I run gcc, here what I get.. C:\>gcc hello.cpp -o In file included from hello.cpp:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) It seam like it can't find the file streambuf.h require by iostream.h I'm running on win98, anyone can help? Thanks