Date: Thu, 12 Apr 2001 13:10:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Daniel Taupin cc: djjgpp list Subject: Re: man gcc waiting In-Reply-To: <3AD506CD.1E93FD4@lps.u-psud.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 11 Apr 2001, Daniel Taupin wrote: > C:\DJGPP>man gcc > Reformatting page. Wait...c:/djgpp/bin/man.exe: c:/djgpp/bin/less.exe > or groff.exe -man -Tascii: No such file or directory (ENOENT) > > Of course gcc.1 does exist: It doesn't say that gcc.1 doesn't exist. It says either less.exe or groff.exe doesn't exist (it cannot easily know which one is missing because it runs a pipe with both of them). > but "groff"does not. Is this the explanation? Yes, you need to install Groff to be able to display unformatted man pages. I believe the README file in the distribution explains that. Also, I think there is a problem in the GCC distribution: the *b.zip files should come with formatted man pages, so that users will not need to install Groff just to read the docs.