看我错在哪儿,为什么Mplayer装不成功?附原码

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
zhaoguanfeng
帖子: 44
注册时间: 2006-06-22 9:42

看我错在哪儿,为什么Mplayer装不成功?附原码

#1

帖子 zhaoguanfeng » 2006-08-26 6:22

z@ubuntu:~$ cd Desktop/
z@ubuntu:~/Desktop$ cd MPlayer-1.0pre8/
z@ubuntu:~/Desktop/MPlayer-1.0pre8$ ./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.
z@ubuntu:~/Desktop/MPlayer-1.0pre8$ make
bash: make: command not found
z@ubuntu:~/Desktop/MPlayer-1.0pre8$
头像
Jungherr
帖子: 269
注册时间: 2006-07-08 9:00
来自: Deutschland

#2

帖子 Jungherr » 2006-08-26 7:37

不是说的很清楚了么?没有GCC。
zhaoguanfeng
帖子: 44
注册时间: 2006-06-22 9:42

#3

帖子 zhaoguanfeng » 2006-08-26 7:49

Jungherr 写了:不是说的很清楚了么?没有GCC。
如何解决GCC问题?
糊涂
帖子: 15
注册时间: 2006-08-26 9:35

#4

帖子 糊涂 » 2006-08-26 9:43

我也是遇到了同样的问题
说没有GCC
我在新立得里边找到了一个,安装了一下,但是还提示(Error: Bad gcc version )
不知道是怎么回事

还有一个问题:
是不是用:
# ./configure
# make
# make install
的命令进行安装
gruijie
帖子: 4
注册时间: 2006-08-11 11:22

#5

帖子 gruijie » 2006-08-26 12:00

本人不是高手,不知道错在哪,不过各位可以参考下面这篇文章:
www.ubuntunow.cn/bbs/archiver/?tid-287.html
头像
cheaper
帖子: 198
注册时间: 2006-01-06 17:26

#6

帖子 cheaper » 2006-08-26 12:31

代码: 全选

sudo apt-get install build-essential
在编译试一试
我是学习linux,不是学习如何装linux。

Myblog
头像
drivel
帖子: 1918
注册时间: 2006-07-08 9:21
来自: University of Science and Technology Beijing
联系:

#7

帖子 drivel » 2006-08-26 12:49

如果你坚持要自己编译就

代码: 全选

sudo apt-get install build-essential

要是想更省事就

代码: 全选

sudo apt-get install mplayer-386 mplayer-fonts mozilla-mplayer w32codecs
回复