浏览 6318 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2009-07-10
写道
configure: error: installation or configuration problem: C compiler cannot create executables.
的解决
在linux从源代码安装文件时出现如下问题的原因如下:
写道
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. configure:566: checking for gcc configure:679: checking whether the C compiler (gcc ) works configure:695: gcc -o conftest conftest.c 1>&5 /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1 exit status configure: failed program was: #line 690 "configure" #include "confdefs.h" main(){return(0);}
写道
意思是不能生成可执行文件,可能是你的开发环境安装不完全
我把glib2 和 g++ 安装后 解决了这个问题
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |