小编Jas*_*tel的帖子

/bin/bash: g++: 命令未找到错误 127

我试图从 tar.gz 文件安装软件 quicknet。运行后./configure,当我尝试运行时make,它显示以下错误:

g++ -I. -I.   -c QN_args.cc
/bin/bash: g++: command not found
make: *** [QN_args.o] Error 127
Run Code Online (Sandbox Code Playgroud)

我已经安装了gcc编译器。

command-line bash compiling gcc software-installation

14
推荐指数
1
解决办法
4万
查看次数