安装 C 编译器时在 $PATH 中找不到可接受的 C 编译器

No acceptable C compiler found in $PATH while installing the C compiler

我在安装 C 编译器本身 (gcc gnu) 时遇到以下错误。

configure: error: in `/home/gcc-5.3.0':
configure: error: no acceptable C compiler found in $PATH

请注意,我已尝试此 question 中列出的解决方案但没有成功。

OS: RHEL6 和 CentOS

您需要安装编译器才能编译。上述问题中的解决方案应该有效:

yum install gcc

yum groupinstall "Development tools"

之后,尝试 运行 你的编译器以确保一切都对齐:

gcc