What was formerly known as yacc has been replaced by bison. I met your problem before building from a knoppix 5.2 system. My workaround was to build a toolchain bison right before bash. $ ./configure --prefix=/tools $ make $ make check $ make install
If I remember correctly, on Knoppix 5.2, I also had to build texinfo right before binutils-pass1. Hope that helps, Dominic. On Sat, Aug 22, 2009 at 6:03 PM, <[email protected]> wrote: > for bash 3.2 on ch 5.15 Book v 6.4 > when i ran the make command i received this error > yacc -d ./parse.y > make: yacc: Command not found > make: *** [y.tab.c] Error 127 > > i dont see why its calling yacc instead of gcc > i have tried reinstalling it and re-downloaded the package > any help will be appreciated > if you need any more info let me know > > > thanks > Jusitn > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
