我也遇到了类似的问题,我的环境是Centos5.3 , gcc4.1.2 ,arm-linux-gcc3.3.2 想搭建qt/embedded环境老是不成功,想按照楼主的办法安装低版本的GCC,可是安装完GCC3.3.6后
[halu@localhost gcc-build]$ gcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)
应该是没有安装成功,请教下楼主是咋样安装GCC的,没有受到原系统高版本GCC的影响吗?