gtxyzz

make 命令出现:make: *** No targets specified and no makefile found. Stop.

gtxyzz 运维技术 2023-01-28 638浏览 0

解决办法
安装  yum install gcc-c++

确保 gcc 是安装成功的。

然后执行

wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.3.tar.gz
tar zxvf ncurses-6.3.tar.gz
cd ncurses-6.3
 ./configure -prefix=/usr/local -with-shared -without-debug
make
make install

继续浏览有关 技术运维 的文章
发表评论