From: Scott Stewart Newsgroups: comp.os.msdos.djgpp Subject: Help? Date: Mon, 03 May 1999 13:20:35 -0700 Organization: San Diego State University Lines: 20 Message-ID: <372E0512.BE2E9C52@hotmail.com> NNTP-Posting-Host: 130.191.184.85 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 3 May 1999 20:23:55 GMT X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hey guys, I'm new to this whole programming deal. i know a little Java but am now trying to leearn C ++ and have the DJGPP compiler. I'm having a little trouble though. My path statements are correct, those I have checked. I enter this trying to compile a simple Hello World program. gxx -o Hello.exe Hello.cpp It then prints out a message like this: In file included from Hello.cpp:1: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) What am I doing wrong? Can anyone please help me? Scott