Alan Tam wrote:
>
> After I downloaded / installed flex, done the ./default-configure. When come to
> make, it still asks for lex instead of knowing that I've installed flex (the
> default-configure program automatically replaces yacc with bison in the prior
> stage).
>
> Eventually, I come to a file named Makefile.conf where there is a line
> export ......bison -y
> export.......lex there I changed lex to flex, then do make again
>
Hi Allan,
the configure program caches the names of installed programs. There was
no flex, when
it run last and, using the cached values, the program did'nt realise the
appearence of
flex. Just do a "make pristine". That should solve your problem.
Reinhard