红联Linux门户
Linux帮助

FC5下安装MPlayer,提示gcc版本不符,该如何安装低版本?

发布时间:2006-05-23 14:14:46来源:红联作者:redhatlinux100
本人系统FC5,为了装MPlayer费尽了心思,就是没法装上去,老是提示gcc版本不符,要求用gcc 2.95版本,下载了来,安装却提示“已经有高版本,安装退出”,是不是要卸载FC5自带的4.2.1版本,然后再装低版本?
我记得安装系统过程中,已经选择了gcc 32,

安装MP的时候:
./configure
*** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! ***

You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use. Use either the
same compiler as we do, or use --disable-gcc-checking but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3.x version!

Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
mplayer and lame (which is used for mencoder). If you get compile errors,
first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting
bugs!

GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !

*** For details please read DOCS/HTML/en/users-vs-dev.html ***


Error: Bad gcc version

Check "configure.log" if you do not understand why it failed.

[ 本帖最后由 redhatlinux100 于 2006-5-23 14:21 编辑 ]
文章评论

共有 2 条评论

  1. Subbo 于 2006-05-23 20:11:02发表:

    上百度搜索“mplayer gcc4”。

  2. redhatlinux100 于 2006-05-23 14:19:34发表:

    我在SHELL下rpm -qa|grep gcc,得到:
    [redhat@localhost ~]$ rpm -qa|grep gcc
    gcc-gnat-4.1.0-3
    gcc-objc-4.1.0-3
    gcc-java-4.1.0-3
    gcc-gfortran-4.1.0-3
    libgcc-4.1.0-3
    gcc-4.1.0-3
    compat-gcc-32-3.2.3-55.fc5
    compat-gcc-32-c++-3.2.3-55.fc5
    compat-gcc-32-g77-3.2.3-55.fc5
    gcc-c++-4.1.0-3

    请问我该如何处理这个问题,急盼回帖!!!