码迷,mamicode.com
首页 > 其他好文 > 详细

安装RabbitMQ编译erlang时,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.

时间:2018-05-05 14:16:17      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:网上   lang   bsp   err   tables   src   声明   style   com   

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,查看是否安装,:

果然没有,然后安装:

技术分享图片

技术分享图片

再次编译,发现换了一个错误:

技术分享图片

这个,就很清楚了,是少了mpfr依赖包,安装,编译:

技术分享图片

技术分享图片

成功了!

 

 

版权声明:本文为博主原创文章,转载请注明出处,谢谢!

 

安装RabbitMQ编译erlang时,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.

标签:网上   lang   bsp   err   tables   src   声明   style   com   

原文地址:https://www.cnblogs.com/lfalex0831/p/8994406.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!