我在终端下是这样打的命令。然后它有这样的提示。请看。
[root@aa MPlayer-0.90pre10]# ./configure --enable-gui
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc version ... not found
Checking for gcc-3.1 version ... not found
Checking for gcc3 version ... not found
Checking for gcc-3.0 version ... not found
Checking for cc version ... not found
*** 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/users_against_developers.html ***
Error: Bad gcc version
Check configure.log if you do not understand why it failed.
然后我在运行。maker命令的时候。又有这样的提示。请看
[root@aa MPlayer-0.90pre10]# make
Makefile:7: config.mak: No such file or directory
make: *** No rule to make target `config.mak'. Stop.
请各位高手指教。
我现在已经下载完了。gcc了。是3.1版本的。可是当我在终端下打入。
../configure --enable-gui的时候。又有提示。好像又是错误的意思。请看
[root@aa MPlayer-0.90pre10]# ./configure --enable-gui
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc version ... 3.1, ok
Checking for CPU vendor ... GenuineIntel (6:8:10)
Checking for CPU type ... Pentium III (Coppermine)
Checking for GCC & CPU optimization abilities ... Your gcc does not support even "i386" for '-march' and '-mcpu'.
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 mmx2 ... failed
It seems that your kernel does not correctly support mmx2.
To use mmx2 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 mtrr support ... yes
Checking for assembler (as ) ... failed
Upgrade binutils to 2.9.1 ...
Error: obsolete binutils version
Check configure.log if you do not understand why it failed.
请指教