While running a makefile in gcc 4.1.2 (linux 5), I got the following error
make: yacc: Command not found
By googling, I came to know that this error can be rectified by installing Bison-GNU parser generator. But even after installing Bison, I get the same error.
How can this error be solved?
whereis yacc
? – Crakeyacc
is, and finding why it's not on your $PATH. This is more of a ServerFault or SuperUser question BTW. – Crake