LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Make-problem installing bash-4.0 (https://www.linuxquestions.org/questions/linux-from-scratch-13/make-problem-installing-bash-4-0-a-756017/)

Berend58 09-17-2009 03:56 PM

Make-problem installing bash-4.0
 
I'am trying to install bash-4.0 and it went oke until the make command.Here I'am getting the following error:
Quote:

/mnt/lfs/sources/bash-4.0$ make
yacc -d ./parse.y
make: yacc: Command not found
make: *** [y.tab.c] Error 127
I followed the instructions from the book (6.5: chapter 5.15) and the test in the chapters before did succeed.
Any suggestions on this point?
My host system is Ubuntu 9.04.

druuna 09-17-2009 04:14 PM

Hi,

As the error states: yacc is not installed.

Did you check this before starting: iv. Host System Requirements?

Especially the part about yacc.

Hope this helps.

Berend58 09-17-2009 04:43 PM

That was the point. Forgot to install bison on my host.
Thanks a lot.


All times are GMT -5. The time now is 01:32 AM.