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

configure编译时,出现 configure: error: C compiler cannot create executables错误解决 .

时间:2014-11-05 22:50:34      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   for   sp   on   log   bs   ef   

 今天在服务器上安装bind9.9.2的时候,gcc和gcc-c++已经安装过了,但是./configure的时候还是报错:

   checking build system type... x86_64-unknown-linux-gnu
   checking host system type... x86_64-unknown-linux-gnu
   checking whether make sets $(MAKE)... yes
   checking for gcc... gcc
   checking whether the C compiler works... no
   configure: error: in `/tmp/bind-9.9.2‘:
   configure: error: C compiler cannot create executables
   See `config.log‘ for more details
 

解决方法:

在linux的命令行中,输入下面的两行,清空CFLAGS和LIBS的值:

export LIBS=

export CFLAGS=

然后,就再运行./configue 等时,就可以正常通过了。

本文出自 “linux开源-不断的总结....” 博客,请务必保留此出处http://fantefei.blog.51cto.com/2229719/1070919

configure编译时,出现 configure: error: C compiler cannot create executables错误解决 .

标签:blog   http   os   for   sp   on   log   bs   ef   

原文地址:http://www.cnblogs.com/Oman/p/4077462.html

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