On Thursday 21 August 2003 07:37 pm, Kurniawan Mitchell wrote:

> checking lex output file root... ./configure: line
> 2482: lex: command not found
> configure: error: cannot find output from lex; giving
> up

The configure script is looking for the /bin/lex command, that file is 
included in the flex package.  

excerpt:  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. 

You need to install the development packages before you can compile 
applications on your machine.  You should install the flex package and any 
others that the configure or compile scripts ask for.
-- 
Bryan Phinney
Software Test Engineer


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to