From: Barry Rodewald Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem getting started Date: Tue, 28 Oct 1997 16:13:57 +1300 Lines: 21 Message-ID: <34555874.7B3@hn.pl.net> References: <34556324 DOT 7D34 AT erols DOT com> NNTP-Posting-Host: bsr.hn.planet.gen.nz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk nick wrote: > > I am having a problem getting started. > When I tried a little program to see if djgpp workes I got an error saying it could not > find the file. Looks like you might not have downloaded the C++ libraries. There are separate but should be available where ever you got DJGPP. By including iostream.h I am assuming you are trying to write a C++ (rather than C) program. You will need to download the files gpp2721b.zip (compiler, 666kB) and lgp271b.zip (libraries, 624kB). A nice idea might be to use the Zip-Picker at http://www.delorie.com/djgpp/ This will tell you what files you may need for whatever purpose you have in mind. Hope this helps, Barry Rodewald.