gpt4 book ai didi

linux - EC2 上没有 C 编译器?

转载 作者:IT王子 更新时间:2023-10-29 00:32:32 26 4
gpt4 key购买 nike

我一直在尝试在我的 EC2 实例上安装 Gearman,但是当我尝试 ./configure gearmand 时,我得到了这个:

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/ec2-user/gearmand-1.1.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

现在,奇怪的是 GCC 肯定安装了。

which gcc46

返回

/usr/bin/gcc46

但是,当我尝试运行命令“gcc”时,找不到...

我尝试通过 yum 删除/安装/重新安装 gcc 和 gcc-c++,但这似乎没有帮助。

有什么建议吗?提前致谢。

最佳答案

您可以通过使用以下命令将 /usr/bin/gcc 链接到 /usr/bin/gcc46 来解决此问题:

ln /usr/bin/gcc46 /usr/bin/gcc

当您升级gcc 时,您可以使用名为/usr/bin/gccXX 的二进制文件保留多个版本并简单地指向/usr/bin/gcc 链接到您要使用的版本(可能是最新版本)。

关于linux - EC2 上没有 C 编译器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13326984/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com