configure: error: C compiler cannot create executables

简介: configure: error: C compiler cannot create executables

在config.log搜索时,会看到下错误:

checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/quantum6/doubango/doubango':
configure: error: C compiler cannot create executables
See `config.log' for more details


意思是什么?不认识-V。关系不大。继续向下找。会发现类似

ld /home/test file format not

之类的错误。说明是配置的参数不对,检查一下。


configure之前运行一次:


autoreconf -fiv

目录
相关文章
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
|
6月前
|
编译器
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
|
Linux
configure: error: cannot guess build type; you must specify one
configure: error: cannot guess build type; you must specify one
435 0
configure: error: gperf is needed
configure: error: gperf is needed
124 0
configure: error: libacl not found
configure: error: libacl not found
86 0
C compiler test failed.
C compiler test failed.
178 0
解决办法:configure: error: C compiler cannot create executables错误
解决办法:configure: error: C compiler cannot create executables错误
649 0
No plugin found for prefix ‘doclint‘ in the current project
No plugin found for prefix ‘doclint‘ in the current project
142 0
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
192 0
|
C++
configure: error: libmpfr not found or uses a different ABI (including static vs shared).
配置mpc的时候提示此错误: configure: error: libmpfr not found or uses a different ABI (including static vs shared).
2812 0