I'm trying to compile bash, but make fails with:
"make: yacc: Command not found"
yacc is not available from my repositories (CentOS 5.3), but after a bit of searching, I found
a post here saying that
yacc was part of
bison, which I've now installed. Still no yacc but the man page says:
Quote:
Bison... should be upwardly compatible with input files designed for yacc.
|
Does this mean that I can simply create a symlink to bison called yacc, and things will work? Tempted to just try it, but scared of terminally breaking things...
Thanks,
Rob