configure error C compiler cannot create executables错误解决
Posted LeLe.xu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了configure error C compiler cannot create executables错误解决相关的知识,希望对你有一定的参考价值。
我们在编译软件的时候,是不是经常遇到下面的错误信息呢?
?
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log‘ for more details.
? ?
有很多人建议重装GCC,但是确无济于事。
? ?
这个错误产生的原因其实很简单: 由于我们在编译软件之前,进行了export操作,改变了CFLAGS和LIBS的值。
? ?
这个时候只要讲这个值清空就可以了。
? ?
export LIBS=
export DYLD_LIBRARY_PATH=
export LD_LIBRARY_PATH=
以上是关于configure error C compiler cannot create executables错误解决的主要内容,如果未能解决你的问题,请参考以下文章
configure: error: no acceptable C compiler found in $PATH
安装RabbitMQ编译erlang时,checking for c compiler default output file name... configure:error:C compiler c
./configure: error: C compiler cc is not found
./configure: error: C compiler cc is not found