From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: Finding my way through the sources... Date: Wed, 04 Feb 1998 12:15:17 -0500 Organization: Nortel Message-ID: <34D8A225.4C76@nortel.ca> References: Reply-To: ichapman AT nortel DOT ca NNTP-Posting-Host: bcarib90.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Noam Rotem wrote: > > Hello everybody, > > I'm stuck in a never ending loop here: > > I can't find the right way to read the faq which comes with the sources of djgpp. Hi, goto where you got it and get infoxxxb.zip. pkunzip -d infoxxxb then take the info lesson. Info is a drag but you can read most of the stuff in gnu with it. one other point for after, in djgpp/info there are a lot of *.inf files. There is also a file called dir. Edit dir and add any *.inf files it's easy to figure out how. Once that is done you will be up to speed on all this stuff. Regards Ian. PS if you are really stuck you can read faq.inf with edit but that's even worse. Oh yes you should have got all *b.zip files not *s.zip. The latter is if you need to fix the sources and that's for an expert.