步驟如下:
$ cd
$ wget https://ftp.gnu.org/gnu/bison/bison-3.2.tar.gz -O bison.tar.gz
$ tar xvf bison.tar.gz
$ cd bison-3.2
$ ./configure --prefix=$PREFIX
$ make
ar: two different operation options specified
$ vim Makefile +1865
LDEXPL_LIBM =
$ make
$ make install