make安装问题
利用make && make install 进行编译安装时出现这个问题make: Entering directory `/home/pythonmodules/glibc-2.27/intl'
bison --yacc --name-prefix=__gettext --output /home/pythonmodules/glibc-2.27/build/intl/plural.c plural.y
plural.y:46.1-7: error: POSIX Yacc does not support %define [-Werror=yacc]
%define api.pure full
^~~~~~~
plural.y:47.1-7: error: POSIX Yacc does not support %expect [-Werror=yacc]
%expect 7
^~~~~~~
make: *** Error 1
make: Leaving directory `/home/pythonmodules/glibc-2.27/intl'
make: *** Error 2
make: Leaving directory `/home/pythonmodules/glibc-2.27'
make: *** Error 2
已经更新了bison,不知道出错的原因是什么?请大神们赐教,谢谢啦
楼主解决了吗,能分享一下吗 这个需要root权限安装 make && make install 在打上命令的时候 在前面打上 sodu 然后后面再打上命令 看看可以不 。
页:
[1]