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

目录
相关文章
|
Linux
configure: error: cannot guess build type; you must specify one
configure: error: cannot guess build type; you must specify one
419 0
configure: error: libacl not found
configure: error: libacl not found
80 0
configure: error: gperf is needed
configure: error: gperf is needed
119 0
|
开发工具 git
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
124 0
|
iOS开发
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
112 0
解决办法:configure: error: C compiler cannot create executables错误
解决办法:configure: error: C compiler cannot create executables错误
599 0
C compiler test failed.
C compiler test failed.
164 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 问题解决
181 0
|
应用服务中间件 Linux nginx
./configure: error: C compiler cc is not found
./configure: error: C compiler cc is not found
807 0
configure: error: C compiler cannot create executables
configure: error: C compiler cannot create executables
334 0