[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation error in SCSI AIC* driver.
On Mon, Apr 16, 2001 at 03:19:52PM +0100, Jamie Harris wrote:
> Fabricio Delocco wrote:
>
> > I've downloaded the new kernel 2.4.3, it seemed that the 2.4.2 upgrade was
> > going to be ok, but when it tryes to compile this driver it calls yacc, and I
> > don't have it installed. Bison has replaced it..
> > How can I compile it? Any1 can help me out?
>
> Have you tried simply creating a symlink, e.g.
>
> ln -s /usr/bin/bison /usr/bin/yacc
You need to pass -y to bison, so it must be a shell script:
------- snip --------
#!/bin/sh
bison -y $*
------- snip --------
Christoph
--
Of course it doesn't work. We've performed a software upgrade.
-
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/
IRC Channel: irc.openprojects.net / #kernelnewbies
Web Page: http://www.kernelnewbies.org/