Message-ID: <351e05b6.flying-brick@flying-brick.caverock.net.nz> Date: Sun, 29 Mar 1998 20:26:28 +1200 From: "Eric Gillespie (Root)" Organization: The Flying Brick computer To: djgpp AT delorie DOT com Subject: Re: flex info problem Precedence: bulk In article you write: > >I've just installed the DJGPP port of FLEX (flx254b). It's working OK, >but the info file, flex.inf seems to be missing. There is a flex.info >file, which seems to have the correct format, but renaming that to >flex.inf doesn't help. I've also installed bison, and info works for >that. Can anyone help? You will (probably) need to add an entry to your "dir" file in the djgpp/info directory. If you don't already know, the file can be edited by a plain text editor, and you can just add a line for flex. For an example, here's my entry, though I'm surprised you don't already have it. ... blah blah - rest of dir file ... * Bison: (bison.inf). The GNU yacc-like parser generator * Flex: (flex.inf). A fast scanner generator * CPP: (cpp.inf). ... and other entries... Hope this helps you out somewhat. Cheers from The Viking.