From: "Brad O'Connor" Newsgroups: comp.os.msdos.djgpp Subject: Stumped Newbie Date: Mon, 19 Oct 1998 23:54:48 +1300 Organization: poor Lines: 19 Message-ID: <362B1A77.F24F1C7C@ihug.co.nz> NNTP-Posting-Host: newsch.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5b2 [en] (Win95; I) X-Accept-Language: en Cache-Post-Path: newsch.es.co.nz!unknown AT p53-max8 DOT chc DOT ihug DOT co DOT nz X-Cache: nntpcache 2.3.2.1 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've just downloaded DJGPP to teach myself to program in C++ and have hit a stumbling block. I can't get the damn thing to work. I am trying to compile hello.cpp (yes. you know the one) as per the FAQs instructions, but I get this response. C:\djgpp>gxx -o c:\djgpp\source\hello.exe c:\djgpp\source\hello.cpp In file included from c:\djgpp\source\hello.cpp:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) I am using a Dos window under win95. I am fairly certain I have downloaded the necessary programs and made the appropriate changes to my autoexec.bat file. Anyone have any ideas as to what I am doing wrong? Thanks in advance, and apologies for the appalling newbie-ness of this posting.