发新话题
打印

怎么在FC6下安装GCC3.2而仍保留GCC4.1??

怎么在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      

TOP

不可能同时存在,不要浪费时间了.      
更多的LINUX 的应用就到这看看吧.都是我使用时的一些心得 [url="http://blog.sina.com.cn/u/1220145201"]http://blog.sina.com.cn/u/1220145201[/url] [url="http://blog.sina.com.cn/u/1220145201"]http://blog.sina.com.cn/u/1220145201[/url]

TOP

发新话题