Linux下报错:bash: make:未找到命令
如果确定已经安装好gcc与g++
那么更新gcc与g++:
apt-get install gcc
apt-get install g++
添加make工具:
apt-get install gcc automake autoconf libtool make
如果确定已经安装好gcc与g++
那么更新gcc与g++:
apt-get install gcc
apt-get install g++
添加make工具:
apt-get install gcc automake autoconf libtool make