[root@saoyu MPlayer-0.90pre8]# make
make: *** Warning: File `Makefile' has modification time in the future (2002-09-09 19:47:54 > 2000-10-13 09:28:12)
############################################################
####### Please run ./configure again - it's changed! #######
############################################################
make: *** [config.h] Error 1
请看看我的情况吧!我以前曾经编译过mplayer没有大的问题。不过最近重新编译时却make不了啦。终端显示的最后几行如下:
/usr/lib/libSDL.a(SDL_fbevents.lo)(.text+0x942): In function `find_pid':
: undefined reference to `__ctype_b'
/usr/lib/libSDL.a(SDL_fbelo.lo)(.text+0x465): In function `eloSendQuery':
: undefined reference to `__ctype_toupper'
/usr/lib/libSDL.a(SDL_fbelo.lo)(.text+0x5f1): In function `eloInitController':
: undefined reference to `__ctype_tolower'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
我以为是需要sdl包,于是去下载安装了,可问题还是一样。不知哪位大侠肯赐教。