problem with installing bison
Hi All,
I am getting the following error while installing bison. What is the cause and change in installation? I am using Ubuntu 11.10. I did ./configure and then make which gave the error.
make[3]: Leaving directory `/home/newuser/Desktop/bison-2.4.1.dfsg/src'
make[2]: Leaving directory `/home/newuser/Desktop/bison-2.4.1.dfsg/src'
Making all in doc
make[2]: Entering directory `/home/newuser/Desktop/bison-2.4.1.dfsg/doc'
make[2]: *** No rule to make target `bison.texinfo', needed by `bison.info'. Stop.
make[2]: Leaving directory `/home/newuser/Desktop/bison-2.4.1.dfsg/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/newuser/Desktop/bison-2.4.1.dfsg'
make: *** [all] Error 2
|