On 6/4/07, jordan krohn <[EMAIL PROTECTED]> wrote: > > when i give the make command for bash-3.1 i get an error > > [EMAIL PROTECTED]:/LFS/sources/bash-3.1$ make > yacc -d ./parse.y > make: yacc: Command not found > make: *** [y.tab.c] Error 127 > [EMAIL PROTECTED]:/LFS/sources/bash-3.1$ > > i dont know what to do. i have patched the source correctly and configured > the package. any help would be great
Sorry, you need to have bison (and maybe bison-dev or something like that on your host system). This is in the LFS errata. http://www.linuxfromscratch.org/lfs/errata/stable/ -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
