歡迎您光臨本站 註冊首頁

Fedora8.0安裝Mplayer遇到的問題,希望高手幫忙解決

←手機掃碼閱讀     火星人 @ 2014-03-25 , reply:0

下載主程序:
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.

[火星人 ] Fedora8.0安裝Mplayer遇到的問題,希望高手幫忙解決已經有586次圍觀

http://coctec.com/docs/linux/show-post-166831.html