From: "Matthew Smith" Newsgroups: comp.os.msdos.djgpp Subject: Re: Question Date: Tue, 3 Aug 1999 08:33:12 +0100 Organization: Virgin Net Usenet Service Message-ID: <7o65oa$9pk$1@nclient11-gui.server.virgin.net> References: <000301bed878$3d304000$e0ae2599 AT pavilion> NNTP-Posting-Host: p-133-virgin12.tch.virgin.net X-Trace: nclient11-gui.server.virgin.net 933665354 10036 212.250.132.133 (3 Aug 1999 07:29:14 GMT) X-Complaints-To: abuse AT virgin DOT net NNTP-Posting-Date: 3 Aug 1999 07:29:14 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Lines: 39 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sorry that I'm replying to a reply, but the original message isn't displayed (I hope that it didn't say anything I should know about :) It could be that you haven't got the path set. If your compiler doesn't know where the libraries are, then it's not going to find iostream.h. I don't know what recent versions are like (can't be bothered w/ a huge download) but for the version I'm using you must also run "SetDjgpp - " from \bin before running gcc.exe >Joshua Bryson wrote in message <000301bed878$3d304000$e0ae2599 AT pavilion>... >>hello, >> >>I have a programing question but do not know the proper adress to send my >>question to. Please foreward my message to someone who can help me. >> >>I recently purchased a SAMS Teach Yourself C++ in 24 Hrs. second edition >>starter kit, but whenever I try to run a program using the DJGPP compiler, >>the program apears to get only as far as the #include when it >>errors out and says >> >> c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or >>directory (ENOENT) >>There were some errors >> >>Needless to say, this is very frustrating. Please help me figure this out. >>thank you for your time >> >> >>josh bryson >> >>joshuabryson AT gte DOT net >> >> > >