我按照提示用了./configure然后用make就不行了,提示如下:
[root@localhost gaim-0.64]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
没有通过的是什么呀?哪位大哥好心告诉我,谢谢了!!!
[root@localhost gaim-0.64]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
[root@localhost gaim-0.64]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost gaim-0.64]# cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
configure:1513: checking for a BSD-compatible install
configure:1567: result: /usr/bin/install -c
configure:1578: checking whether build environment is sane
configure:1621: result: yes
configure:1636: checking whether make sets $(MAKE)
configure:1656: result: yes
configure:1688: checking for working aclocal-1.4
configure:1695: result: found
configure:1703: checking for working autoconf
configure:1710: result: found
configure:1718: checking for working automake-1.4
configure:1725: result: found
configure:1733: checking for working autoheader
configure:1740: result: found
configure:1748: checking for working makeinfo
configure:1759: result: missing
configure:1769: checking for sed
configure:1787: found /bin/sed
configure:1799: result: /bin/sed
configure:1853: checking for gcc
configure:1869: found /usr/bin/gcc
configure:1879: result: gcc
configure:2123: checking for C compiler version
configure:2126: gcc --version </dev/null >&5
gcc (GCC) 3.1 (Red Hat Linux Rawhide 3.1-1)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2129: $? = 0
configure:2131: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.1/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib
Thread model: posix
gcc version 3.1 (Red Hat Linux Rawhide 3.1-1)
configure:2134: $? = 0
configure:2136: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2139: $? = 1
configure:2163: checking for C compiler default output
configure:2166: gcc conftest.c >&5
gcc: installation problem, cannot exec `as': No such file or directory
configure:2169: $? = 1
configure: failed program was:
| #line 2142 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gaim"
| #define VERSION "0.64"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2208: error: C compiler cannot create executables
See `config.log' for more details.