lex and yacc: Where to get them
Jerry McBride
mcbrides9
Mon May 17 11:46:28 PDT 2004
On Sat, 12 Apr 2003 10:44:20 -0400 Joel Hammer <Joel at HammersHome.com> wrote:
> I am trying to compile a new kernel on my lindows box. The kernel went fine
> but the modules are not. (What else is new?)
>
> I get errors saying, among other things, that I need yacc and lex.
> yacc and lex do no appear to exist, anywhere. However, bison exists and
> appears to be a drop in replacement for yacc. Is this true?
> flex exists, and appears to be a replacemnt for lex. Is this true?
>
You should install yacc.... as for lex, if you have flex installed then find out
where flex is with: which flex, then make a soft link with something like ln -s
/usr/bin/flex/usr/bin/lex. I needed the mentioned link in OpenLinux 3.11....
It will then compile your modules.
Welcome to the new kernel.
--
***************************************************************************
Registered Linux User Number 185956
http://groups.google.com/groups?hl=en&safe=off&group=linux
Join me in chat at #linux-users on irc.freenode.net
This email account no longers accepts attachments or messages containing html.
12:14pm up 94 days, 16:48, 3 users, load average: 0.00, 0.00, 0.00
More information about the Linux-users
mailing list