From: "Ya'qub" Newsgroups: comp.os.msdos.djgpp References: <3661C677 DOT 7842 AT wco DOT com> Subject: Re: make.info troubles Date: Mon, 30 Nov 1998 13:50:22 -0000 Lines: 28 X-Newsreader: Microsoft Outlook Express 4.72.3115.0 X-Mimeole: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 193.123.236.199 Message-ID: <3662a20a.0@nnrp1.news.uk.psi.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I think that I had a similar problem when looking for information on make. Try the following and see if you have better luck. It worked for me. goto c:\djgpp\info directory (assuming you are using the default directory structure) type dir make* In the listing see if you find a file called 'make.info'. If you do then rename that file to 'make.inf' using ren make.info make.inf Then if you type 'info make', you should be able to get help on make. Hope this solves your problem. regards Ya'qub Mike_and_Beth wrote in message <3661C677 DOT 7842 AT wco DOT com>... >2-parts... > >part-1::get make module plugged into info- >I've downloaded all djgpp /v2.. from simtel ftp. "info" runs for most >of it's nodes but not for the "make" node. I've found make.info but have >no idea how to hook it up to the "info" that currently runs. what do I >need to do to be able to use make.info ? > >Thanks - Mike Purtell