小阳fishC 发表于 2019-3-19 11:33:33

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,不知道出错的原因是什么?请大神们赐教,谢谢啦

brave2017 发表于 2019-3-28 11:24:01

楼主解决了吗,能分享一下吗

albert999 发表于 2019-6-11 18:29:43

这个需要root权限安装

then0011 发表于 2019-6-12 13:54:54

make && make install    在打上命令的时候 在前面打上 sodu 然后后面再打上命令 看看可以不 。
页: [1]
查看完整版本: make安装问题