如果问题仍然存在,检查config.log文件(通常位于运行./configure的同一目录下),该文件包含了配置过程中的详细错误信息和日志,这有助于进一步诊断问题。 按照这些步骤操作后,您应该能够解决“checking for c compiler ... not found”的问题。如果问题依旧,请检查是否有其他系统级的问题,或者考虑在相关的技术支持
source /etc/profile(使配置生效) 测试erlang,命令行输入下面命令:erl ps:安装过程中我出现了这样的问题,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.(解决方案请点击) 二、安装rabbitmq: 1、下载rabbitmq: htt...
./configure: error: C compiler cc is not found 解决办法,安装环境需要 yuminstallgccgcc-c++ -y 看到这里稍等,如果没有安装openssl openssl-devel 也会编译失败 报错如下 ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http...
51CTO博客已为您找到关于checking for C compiler ... not found的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及checking for C compiler ... not found问答内容。更多checking for C compiler ... not found相关解答可以来51CTO博客参与分享和学习,帮助广大
checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details. 打开config.log查看明细: 网上找了下,说是没有安装cpp,libc5-devel,而在redhat中指的是glibc,glibc-devel,cpp,查看是否安装,: ...
checking for C compiler default output... configure: error: C compiler cannot create executables 的解决方案 sudo apt-get install libc6-dev 执行这个就可以了
经过一番研究终于解决了,错误的提示是:检查c编译器。。。不能创建可执行文件。意思是:c编译器可以工作,但是编译某个文件的时候不成功。后来发现是少了个库,就是 -l 把那个库先编译并安装了,问题就解决了。你这个错误应该是少了 so 库,或者 其他的,你可以检查一下是否每个依赖都 装了。
checking for C compiler default output file name...configure:error:C compiler cannot create executablesSee `config.log' for more details. 相关知识点: 试题来源: 解析 1.maybe it's because you dont have the write permission of the folder.2.you dont have the libiconv or packaged installed,or ...
checking for C compiler default output file name...configure:error:C compiler cannot create executablesSee `config.log' for more details. 相关知识点: 试题来源: 解析 1.maybe it's because you dont have the write permission of the folder.2.you dont have the libiconv or packaged installed,or...
checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details. 打开config.log查看明细: 网上找了下,说是没有安装cpp,libc5-devel,而在redhat中指的是glibc,glibc-devel,cpp,查看是否安装,: ...