Message-ID: <5BF60CD649EDD411A04600B0D049F53A5443D9@hydmail02.hyd.wilco-int.com> From: Prashant Ramachandra To: "'djgpp AT delorie DOT com'" Subject: RE: Compile problem gcc Date: Thu, 14 Jun 2001 10:25:23 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Did you see http://www.delorie.com/djgpp/v2faq/faq8_3.html -- Prashant TR Web: http://www.midpec.com/ PGP (Office): http://www.midpec.com/pgp.asc PGP (Personal): http://www.midpec.com/whois/prashant.html Get your own key: http://www.pgpi.org/ On Thursday, June 14, 2001 9:19 AM, Anil Augustine [SMTP:anilaugust AT bplnet DOT com] wrote: | 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 |