源码地址 https://ftp.gnu.org/gnu/bison/
编译指令 ./configure &&make
生成可执行程序bison yacc
测试通过的版本:
bison-3.4.2.tar.xz
bison-3.0.5.tar.xz
异常测试版本:
bison-3.4.tar.xz
出错信息
tests/bison: line 37: 16925 Segmentation fault (core dumped) $PREBISON “$abs_top_builddir/src/bison” ${1+”$@”} 2> “$stderr”
make[2]: *** [Makefile:6774: doc/bison.help] Error 139
原创文章,作者:kepupublish,如若转载,请注明出处:https://blog.ytso.com/195270.html