From: Tristan Newsgroups: comp.os.msdos.djgpp Subject: Streambuf.h exists, yet not found Date: Tue, 17 Oct 2000 23:31:01 +0200 Organization: Wanadoo, l'internet avec France Telecom Lines: 12 Message-ID: <39ECC515.476674D6@wanadoo.fr> NNTP-Posting-Host: mix-montsouris-103-2-131.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: wanadoo.fr 971819024 5936 193.250.125.131 (17 Oct 2000 21:43:44 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 17 Oct 2000 21:43:44 GMT X-Mailer: Mozilla 4.5 [fr] (Win98; I) X-Accept-Language: fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm not used to command-line compilers. I'm trying to compile a small c+ program of the "Hello World" type with djgpp. I get the following error message : c:/djgpp/lang/cxx/iostream.h:31: streambuf.h : No such file or directory (ENOENT) ...but there is a streambuf.h file in that very same directory, how comes ? Thank you Tristan