It's nice to know I wasn't the only one with that prob.  I go upgrade
now...

On 06 Apr 2001 15:15:01 +0200, Geoffrey Lee wrote:
> --=-=-=
> Name        : flex                         Relocations: (not relocateable)
> Version     : 2.5.4a                            Vendor: MandrakeSoft
> Release     : 14mdk                         Build Date: Fri Apr  6 14:37:12 2001
> Install date: (not installed)               Build Host: ke.mandrakesoft.com
> Group       : Development/Other             Source RPM: (none)
> Size        : 287470                           License: GPL
> Packager    : Geoffrey Lee <[EMAIL PROTECTED]>
> Summary     : A tool for creating scanners (text pattern recognizers)
> Description :
> The flex program generates scanners. Scanners are programs which can recognize
> lexical patterns in text.
> 
> Flex takes pairs of regular expressions and C code as input and generates a C
> source file as output. The output file is compiled and linked with a library
> to produce an executable.
> 
> The executable searches through its input for occurrences of the regular
> expressions. When a match is found, it executes the corresponding C code.
> 
> Flex was designed to work with both Yacc and Bison, and is used by many programs
> as part of their build process.
> 
> You should install flex if you are going to use your system for application
> development.
> 
> --=-=-=
> 
> * Fri Apr 06 2001 Geoffrey Lee <[EMAIL PROTECTED]> 2.5.4a-14mdk
> 
> - Rebuild to fix an obscure problem I had building the kernel with aic7xxx
>   enabled (donno why).
> 
> -- 
> http://www.linux-mandrake.com/en/cookerdevel.php3
> 

Reply via email to