CentOS 中無法使用make,make install 命令
提示錯誤:make: command not found
make是gcc的編譯器,一定要安裝
1、安裝:
yum -y install gcc automake autoconf libtool make
2、安裝g++:
yum install gcc gcc-c++
CentOS 中無法使用make,make install 命令
提示錯誤:make: command not found
make是gcc的編譯器,一定要安裝
1、安裝:
yum -y install gcc automake autoconf libtool make
2、安裝g++:
yum install gcc gcc-c++
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。