Date: Mon, 13 May 1996 19:14:33 +0200 (IST) From: Eli Zaretskii To: Paul Derbyshire Cc: djgpp AT delorie DOT com Subject: Re: INFO docs In-Reply-To: <4n6r9h$ou2@freenet-news.carleton.ca> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 13 May 1996, Paul Derbyshire wrote: > I have all the INFO docs that came with the *DC.ZIP files, and am familiar > with operating the INFO program. There are some things I'd like to look up > but can't seem to find (at least, I haven't just yet). Are you sure you don't mix old documentation with the new DJGPP v2? In v2, there are no *dc.zip files, all the info files come with the binary distributions *b.zip. If you use the old Info files, you might look at the docs for old versions of GNU software. > For starters, preprocessor directives ought to be enumerated, described, > etc. in there somewhere but I havn't found it. (It would logically be in > the GCCnnnDC.ZIP file right?) I don't have the docs handy right now, but did you try the CPP docs? They are called cpp.inf, cpp.i1, etc. I'm not sure the directives are there, because the docs don't describe the C language, only the GCC-specific features. (They also don't describe the syntax of C, for example.). > I have not found some functions of other libraries. Is there another zip I > should have that has these? The C++ class libraries come with its own docs in lgp271b.zip. What other libraries do you miss docs for? > Lastly I installed gdb and the doc file gdbxxxdc.zip, but the info program > menu doesn't now list the gdb docs. I managed to find out what the file Edit the file `dir' in the info/ subdirectory of the main DJGPP installation, and insert these 2 lines somewhere in the middle of it: * GDB: (gdb.inf). The GNU Debugger docs. That's it!