我用的是linux9.1
我在安装mplayer时运行./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/en/users_against_developers.html ***
Error: Bad gcc version
Check "configure.log" if you do not understand why it filed.
接下来运行make时就stop了
咋办?
[quote:7628bdda94="iceco"]好像没装gcc,安装盘拿来装上[/quote]
我装了gcc后出现如下
[root@localhost root]# /usr/local/lib/MPlayer-0.90rc5/configure --enable-gui
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc version ... 3.2.2, ok
Checking for CPU vendor ... GenuineIntel (15:1:3)
Checking for CPU type ... Intel(R) Celeron(R) CPU 1.70GHz
Checking for GCC & CPU optimization abilities ... pentium4
Checking for kernel support of mmx ... yes
Checking for kernel support of mmx2 ... yes
Checking for kernel support of sse ... yes
Checking for kernel support of sse2 ... yes
Checking for mtrr support ... yes
Checking for assembler (as 2.13.90.0.18 ) ... ok
Checking for Linux kernel version ... 2.4.20-8, ok
Checking for awk ... gawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for i18n ... yes
Checking for setlocale() ... yes
Checking for language ... zh not found, using zh
Error: help/help_mp-zh.h not found
Check "configure.log" if you do not understand why it failed.
好像是中文找不到阿!
咋办?