Installation of Bison First we use a patch to bison, backported from CVS, which fixes a minor compliation problem with some packages: patch -Np1 -i ../bison-1.875-attribute.patch Prepare Bison for compilation: ./configure --prefix=/usr Compile the package: make Test the results: make check And install the package: make install