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

本文介绍了在Linux环境下安装bind9.9.2时遇到GCC配置错误的解决方法,通过清空CFLAGS和LIBS环境变量的值,使得./configure命令能够正常执行。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 今天在服务器上安装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

转载于:https://www.cnblogs.com/Oman/p/4077462.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值