From: "Anil Augustine" To: Subject: Compile problem gcc Date: Thu, 14 Jun 2001 09:19:12 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com Hi, I have installed the DJGPP and was trying to compile,but found with the problem,: "In file included from test.cpp:1: d:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT)" The program is like this test.cpp -------- #include int main() { cout << "Hello World!\n"; return 0; } --------- compliled on prompt>gcc -c -Wall test.cpp ----------- Checked the following: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% go32-v2 for the, Memory available:42743kb Swap Memory:19605Kb checked the env.lst & djgpp.env all enlisted as required,but still have the problem. I am working on a Windows98 O/s the DJGPP installed on D:partition of Hard disk had checked in the c:partition as well has the same problem. Please let me have your help to solve this problem. Regards Anil A.Augustine