我试图从 tar.gz 文件安装软件 quicknet。运行后./configure,当我尝试运行时make,它显示以下错误:
./configure
make
g++ -I. -I. -c QN_args.cc /bin/bash: g++: command not found make: *** [QN_args.o] Error 127
我已经安装了gcc编译器。
gcc
command-line bash compiling gcc software-installation
bash ×1
command-line ×1
compiling ×1
gcc ×1
software-installation ×1