mplayer and gcc problem

Totem,mplayer,sopcast,realplayer,bmp
回复
deepass_high
帖子: 1
注册时间: 2006-08-11 16:59

mplayer and gcc problem

#1

帖子 deepass_high » 2006-08-11 17:03

root@deepass-desktop:/home/deepass/Desktop/MPlayer-1.0pre7try2# ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... not found
Checking for gcc version ... not found
Checking for gcc-3.4 version ... not found
Checking for gcc-3.3 version ... not found
Checking for gcc-3.2 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/HTML/en/users-vs-dev.html ***


Error: Bad gcc version

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

I have donwloaded the source,but I can't configure and the gcc command can't be used
I also donwloaded the source, but it can't be configure,why?
fteye
帖子: 201
注册时间: 2005-11-18 20:52

#2

帖子 fteye » 2006-08-11 17:16

sudo apt-get install build-essential
yellowp
帖子: 10
注册时间: 2006-08-19 21:37

#3

帖子 yellowp » 2006-08-22 21:35

我也遇到这样的问题了。
用gcc -v 检查gcc的版本,显示是4.0.3。安装mplayer的时候出错,显示gcc版本是2.96, 要我用2.95或3.X版的gcc才能装mplayer.

楼上的命令我打进去了,结果还是一样。我的出错信息也是和lz一样。现在应该是降级呢还是升级gcc呢?
gtx
帖子: 172
注册时间: 2005-10-28 17:40

#4

帖子 gtx » 2006-08-22 22:26

现在MPlayer已经有1.0pre8了,那个可以用gcc4.0编译。
回复