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
目录
相关文章
|
5月前
|
编译器
“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
423 0
configure: error: C compiler cannot create executables
configure: error: C compiler cannot create executables
323 0
configure: error: libacl not found
configure: error: libacl not found
82 0
configure: error: gperf is needed
configure: error: gperf is needed
121 0
解决办法:configure: error: C compiler cannot create executables错误
解决办法:configure: error: C compiler cannot create executables错误
616 0
C compiler test failed.
C compiler test failed.
166 0
No plugin found for prefix ‘doclint‘ in the current project
No plugin found for prefix ‘doclint‘ in the current project
132 0
cl.exe is unable to create an executable file. C compiler test failed.
cl.exe is unable to create an executable file. C compiler test failed.
198 0
|
应用服务中间件 Linux nginx
./configure: error: C compiler cc is not found
./configure: error: C compiler cc is not found
831 0