0
点赞
收藏
分享

微信扫一扫

安装 ncurses 5.7 时make出错_F_hawk189_新浪博客


cd ../objects; -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -c ../c++/cursesf.cc
/bin/sh: -I../c++: not found
make[1]: *** [../objects/cursesf.o] Error 127
make[1]: Leaving directory `/home/lauren/Downloads/ncurses-5.7/c++'
make: *** [all] Error 2

解决办法:
./configure --without-cxx-binding

举报

相关推荐

0 条评论