红联Linux门户
Linux帮助

Fedora8.0安装Mplayer遇到的问题,希望高手帮忙解决

发布时间:2008-03-16 23:08:36来源:红联作者:zy174558980
下载主程序:
MPlayer-1.0pre8.tar.bz2
官方解码器:
essential-20071007.tar.bz2

官方win32_CODES-all:
windows-essential-20071007.zip

皮肤:
Orange-1.3.tar.bz2


下面使我的安装步骤

安装codecs

tar vjxf essential-20071007.tar.bz2

mv essential-20071007 /usr/lib/codes

chmod 644 /usr/lib/codes/*

chown root.root /usr/lib/codes/*


unzip windows-essential-20071007.zip

mv windows-essential-20071007 /usr/lib/wincodes

chmod 644 /usr/lib/wincodes/*

chown root.root /usr/lib/wincodes/*


安装MPlayer

tar vjxf MPlayer-1.0pre8.tar.bz2

cd MPlayer-1.0pre8

./configure --prefix=/usr/local/mplayer/ --enable-gui --enable-freetype
--with-codecsdir=/usr/lib/codes/ --with-win32libdir=/usr/lib/wincodes/
--disable-gcc-checking --language=zh_CN



回车以后出现以下问题!(希望斑里的兄弟帮忙看看怎么解决)




Checking for host cc ... cc

Checking for cross compilation ... yes
./configure: line 801: cc: command not found
Checking for CPU vendor ... GenuineIntel (6:13:8)
Checking for CPU type ... Intel(R) Pentium(R) M processor 1.73GHz
Checking for GCC & CPU optimization abilities ... CPU optimization disabled. CPU not recognized or your compiler is too old.
error
Checking for kernel support of mmx ... failed
It seems that your kernel does not correctly support mmx.
To use mmx extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of mmxext ... failed
It seems that your kernel does not correctly support mmxext.
To use mmxext extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of sse ... failed
It seems that your kernel does not correctly support sse.
To use sse extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of sse2 ... failed
It seems that your kernel does not correctly support sse2.
To use sse2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for assembler support of -pipe option ... no
Checking for assembler (as 2.17.50.0.18) ... ok
Checking for Linux kernel version ... 2.6.23.1-42.fc8, ok
Checking for MPlayer binary name ... mplayer
Checking for awk ... gawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for -lposix ... no
Checking for -lm ... no
Checking for langinfo ... no
Checking for language ... using zh_CN (man pages: en)
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... none
Checking for __builtin_expect ... no
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... no
Checking for round ... no
Checking for nanosleep ... no
Checking for socklib ... no
Checking for inet_pton() ... no (trying inet_aton next)
Checking for inet_aton() ... no (network support disabled)
Checking for inttypes.h (required) ... no
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html).

Check "configure.log" if you do not understand why it failed.
文章评论

共有 5 条评论

  1. Summerserenity 于 2008-03-17 14:44:11发表:

    是的。全部安装为宜。

  2. zy174558980 于 2008-03-17 00:29:06发表:

    下面的是插件么?都装么?

  3. zy174558980 于 2008-03-17 00:20:31发表:

    有这么多可用的
    Available Packages
    mplayer.i386 1.0-0.90.rc2.lvn8 livna
    mplayer-doc.i386 1.0-0.90.rc2.lvn8 livna
    mplayer-fonts.noarch 1.1-4.lvn6 livna
    mplayer-gui.i386 1.0-0.90.rc2.lvn8 livna
    mplayerplug-in.i386 3.45-2.lvn8 livna

    我应该怎么装的?

  4. zy174558980 于 2008-03-17 00:17:18发表:

    哦,那我试试先,谢谢斑竹了先,这么晚还在处理帖子~~~
    辛苦了

    (6)m:b

  5. gxf 于 2008-03-16 23:49:44发表:

    编译通不过就用yum装一哈算了。

    yum list mplayer* 看一下有哪些2可用的包,顺便把插件也装上