|
|
checking for gcc... gcc
checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile
See 'config.log' for more details.
查看 config.log ,有下面的错误
configure : 2361 : checking for gcc
configure : 2377 : found /tools/bin/gcc
configure : 2387 : result:gcc
configure : 2631 : checking for c compiler version
configure : 2634 : gcc -version </dev/null > &5
../glibc-2.3.4/configure : line 2635 : /tools/bin/gcc : No such file or directory
configure : 2637 : $? = 127
configure : 2639 : gcc -v </dev/null > &5
../glibc-2.3.4/configure : line 2640 : /tools/bin/gcc : No such file or directory
configure : 2642 : $? = 127
configure : 2644 : gcc -V </dev/null > &5
../glibc-2.3.4/configure : line 2645 : /tools/bin/gcc : No such file or directory
configure : 2647 : $? = 127
configure : 2651 : checking for suffix of object files
configure : 2672 : gcc -c conftest.c >&5
../glibc-2.3.4/configure : line 2673 : /tools/bin/gcc : No such file or directory
configure : 2675 : $? = 127
configure : failed program was:
/* confdefs.h */
define .....
/* end confdefs.h */
int
main ()
{
;
return 0 ;
}
configure: 2689 : error: cannot compute suffix of object files: cannot compile
See 'config.log' for more details.
因为是在VM下,不能复制出来,我就手工抄了下来。
不知道问题出在哪里呢?怎么办? |
|