[root@redhat9 xine-lib-1-rc6a]# ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
不管编译确认什么,都是提示error: C compiler cannot create executables错误,我用gcc -v查看结果是:[root@redhat9 xine-lib-1-rc6a]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-glibc21-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
系统是redhat 9的,照理说rh9的gcc应该是3.2.2-5的,到底问题在哪里,本来想装个新的gcc,可以编译确认的时候报错,现在是装什么程序都失败,懂的人帮忙看看,问题在哪里,谢谢。