求gcc3.2!!!

Totem,mplayer,sopcast,realplayer,bmp
回复
haolong886
帖子: 69
注册时间: 2007-12-08 23:04

求gcc3.2!!!

#1

帖子 haolong886 » 2007-12-15 18:01

装mplayer用的,LINUX下上不了网...我晕了..有办法吗??谁有gcc3.2的包??我就是这关过不了.ubuntu下的GCC是4的没办法编译mplayer.被mplayer 弄得晕得不行了.哪里有下或谁有就共享下吧,谢了...
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#2

帖子 BigSnake.NET » 2007-12-15 18:46

先解决上网问题

不能上网 , 就更不用说编译了
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
zhangsong023
帖子: 768
注册时间: 2006-09-20 19:56

Re: 求gcc3.2!!!

#3

帖子 zhangsong023 » 2007-12-15 19:25

haolong886 写了:ubuntu下的GCC是4的没办法编译mplayer
可以。
haolong886
帖子: 69
注册时间: 2007-12-08 23:04

Re: 求gcc3.2!!!

#4

帖子 haolong886 » 2007-12-15 21:31

zhangsong023 写了:
haolong886 写了:ubuntu下的GCC是4的没办法编译mplayer
可以。
怎么可以啊?麻烦说清楚点啊...我试过了编译的时候出现下面提示,请大家看下:
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 4.1.2, ok
Checking for host cc ... cc
Checking for cross compilation ... yes
Checking for CPU vendor ... GenuineIntel (15:4:9)
Checking for CPU type ... Intel(R) Celeron(R) CPU 2.66GHz
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 kernel support of cmov ... failed
It seems that your kernel does not correctly support cmov.
To use cmov extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for GCC & CPU optimization abilities ... CPU optimization disabled. CPU not recognized or your compiler is too old. error
Checking for assembler support of -pipe option ... no
Checking for compiler support of named assembler arguments ... yes
Checking for assembler (as 2.17.50) ... ok
Checking for .align is a power of two ... no
Checking for Linux kernel version ... 2.6.20-15-generic, ok
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 mkstemp ... 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 network ... no
Checking for inttypes.h (required) ... no
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h. There is no chance for compilation to succeed.

Check "configure.log" if you do not understand why it failed.
zhangsong023
帖子: 768
注册时间: 2006-09-20 19:56

#5

帖子 zhangsong023 » 2007-12-16 0:51

你一开始就应该把错误信息贴出来,否则别人怎么知道你错在哪儿。

这行看见了吧:
Error: Cannot find header either inttypes.h or bitypes.h. There is no chance for compilation to succeed.

错误的原因是因为你没有libc的头文件,而不是gcc版本问题。

解决办法
安装libc6-dev。

还有,从configure信息看,你缺包太多,先解决上网问题才是正途。
haolong886
帖子: 69
注册时间: 2007-12-08 23:04

#6

帖子 haolong886 » 2007-12-16 13:56

不能吧 反正我这上网是不可能了,那就只能放弃装mplayer了,好好学学linux吧
回复