怎么在FC6下安装GCC3.2而仍保留GCC4.1??
编译mplayer源码包时FC6默认安装的GCC4.1不可以用,而是要安装GCC3.2。但安装在安装GCC3.2时说现有的版本比GCC3.2新。搞了几天了,找了很多资料,还是无法安装上去,高手帮忙一下。万分感谢
[root@localhost mplayer]# rpm -ivh gcc-3.2.2-5.i386.rpm
error: Failed dependencies:
cpp = 3.2.2-5 is needed by gcc-3.2.2-5.i386
[root@localhost mplayer]# rpm -ivh cpp-3.2.2-5.i386.rpm
Preparing... ########################################### [100%]
package cpp-4.1.1-30 (which is newer than cpp-3.2.2-5) is already installed
file /usr/bin/cpp from install of cpp-3.2.2-5 conflicts with file from package cpp-4.1.1-30
file /usr/share/info/cpp.info.gz from install of cpp-3.2.2-5 conflicts with file from package cpp-4.1.1-30
file /usr/share/info/cppinternals.info.gz from install of cpp-3.2.2-5 conflicts with file from package cpp-4.1.1-30
file /usr/share/man/man1/cpp.1.gz from install of cpp-3.2.2-5 conflicts with file from package cpp-4.1.1-30