gcc: command not found
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在linux出现gcc:command nof found时,查看是否已经安装了gcc,
查看命令:
rpm -q gcc
[root@localhost local]# rpm -q gcc
package gcc is not installed
从gcc网站上
http://gcc.gnu.org/下载gcc的安装文件,
安装文件有 gcc-x.x.x.tar.gz和gcc-x.x.x.tar.bz2,
我这里下载了gcc-4.9.0.tar.gz
下载下来的安装文件,我放在usr/local目录下。
使用命令:
tar -xzvf gcc-4.9.0.tar.gz
解压到当前目录的gcc-4.9.0
并创建目录gcc-build,进入gcc-build目录,执行命令:
../gcc-4.9.0/configure --prefix=/usr/local/gcc-4.9.0-setup --enable-threads=posix --disable-checking --enable--long-long
--enable-languages=c,c++,java
这时提示异常:
需要先安装:
1,安装GCC需要四个相关的软件:
m4(即an implementation of the traditional Unix macro processor)、
gmp(即GNU Multiple Precision Arithmetic Library)、
mpfr(即multiple-precision floating-point computations with correct rounding)
mpc(即C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding
下载3个软件包及安装参考http://www.comdyn.cn/from-web/68-server-setup/164-centos-48-gcc450.html
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)