LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 672|回复: 3

mplayer的configure.log

[复制链接]
发表于 2004-9-12 16:24:56 | 显示全部楼层 |阅读模式
== Checking for cc version ============
Result is: 3.3.4, ok
##########################################

============ Checking for CPU vendor ============
Result is: AuthenticAMD (6:8:0)
##########################################

============ Checking for CPU type ============
Result is:  AMD Athlon(tm) XP 1800+
##########################################

============ Checking for GCC & CPU optimization abilities ============

int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -march=athlon-4 -mcpu=athlon-4
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -march=athlon -mcpu=athlon
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -march=i686 -mcpu=i686
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -march=i586 -mcpu=i586
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -march=i486 -mcpu=i486
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -march=i386 -mcpu=i386
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: Your cc does not even support "i386" for '-march' and '-mcpu'.
##########################################

Result is: error
##########################################

============ Checking for kernel support of mmx ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("emms":::"memory");return(0);
}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:20: signal.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: failed
##########################################

============ Checking for kernel support of mmx2 ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("sfence":::"memory");return(0);
}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:20: signal.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5587.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: failed
##########################################

============ Checking for kernel support of 3dnow ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("femms":::"memory");return(0);
}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:20: signal.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: failed
##########################################

============ Checking for kernel support of 3dnowex ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("pswapd %%mm0, %%mm0":::"memory");return(0);
}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:20: signal.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: failed
##########################################

============ Checking for kernel support of sse ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("xorps %%xmm0, %%xmm0":::"memory");return(0);
}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:20: signal.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: failed
##########################################

============ Checking for mtrr support ============
Result is: yes
##########################################


int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -mno-sse
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

============ Checking for assembler (as 2.14.90.0.7) ============
Result is: ok
##########################################

============ Checking for Linux kernel version ============
Result is: 2.6.8-1-386, ok
##########################################

============ Checking for mplayer binary name ============
Result is: mplayer
##########################################

============ Checking for awk ============

Result is: mawk
##########################################

============ Checking for extra headers ============
Result is: none
##########################################

============ Checking for extra libs ============
Result is: none
##########################################

============ Checking for i18n ============

#include <libintl.h>
int main(void) { gettext("test"); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:21: libintl.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <libintl.h>
int main(void) { gettext("test"); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lintl
/tmp/mplayer-conf-28864-5588.c:1:21: libintl.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for setlocale() ============

#include <locale.h>
int main(void) { setlocale( LC_ALL,"" ); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:20: locale.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:2: error: `LC_ALL' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:2: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:2: error: for each function it appears in.)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for iconv ============

#include <stdio.h>
#include <unistd.h>
#include <iconv.h>
#define INBUFSIZE 1024
#define OUTBUFSIZE 4096

char inbuffer[INBUFSIZE];
char outbuffer[OUTBUFSIZE];

int main(void) {
  size_t numread;
  iconv_t icdsc;
  char *tocode="UTF-8";
  char *fromcode="cp1250";
  if ((icdsc = iconv_open (tocode, fromcode)) != (iconv_t)(-1)) {
    while ((numread = read (0, inbuffer, INBUFSIZE))) {
      char *iptr=inbuffer;
      char *optr=outbuffer;
      size_t inleft=numread;
      size_t outleft=OUTBUFSIZE;
      if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
          != (size_t)(-1)) {
        write (1, outbuffer, OUTBUFSIZE - outleft);
      }
    }
    if (iconv_close(icdsc) == -1)
      ;
  }
}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lm -liconv
/tmp/mplayer-conf-28864-5588.c:1:19: stdio.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:2:20: unistd.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:3:19: iconv.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:11: error: `size_t' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:11: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:11: error: for each function it appears in.)
/tmp/mplayer-conf-28864-5588.c:11: error: parse error before "numread"
/tmp/mplayer-conf-28864-5588.c:12: error: `iconv_t' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:15: error: `icdsc' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:16: error: `numread' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:19: error: parse error before "inleft"
/tmp/mplayer-conf-28864-5588.c:21: error: `inleft' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:21: error: `outleft' undeclared (first use in this function)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <stdio.h>
#include <unistd.h>
#include <iconv.h>
#define INBUFSIZE 1024
#define OUTBUFSIZE 4096

char inbuffer[INBUFSIZE];
char outbuffer[OUTBUFSIZE];

int main(void) {
  size_t numread;
  iconv_t icdsc;
  char *tocode="UTF-8";
  char *fromcode="cp1250";
  if ((icdsc = iconv_open (tocode, fromcode)) != (iconv_t)(-1)) {
    while ((numread = read (0, inbuffer, INBUFSIZE))) {
      char *iptr=inbuffer;
      char *optr=outbuffer;
      size_t inleft=numread;
      size_t outleft=OUTBUFSIZE;
      if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
          != (size_t)(-1)) {
        write (1, outbuffer, OUTBUFSIZE - outleft);
      }
    }
    if (iconv_close(icdsc) == -1)
      ;
  }
}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lm
/tmp/mplayer-conf-28864-5588.c:1:19: stdio.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:2:20: unistd.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:3:19: iconv.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:11: error: `size_t' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:11: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:11: error: for each function it appears in.)
/tmp/mplayer-conf-28864-5588.c:11: error: parse error before "numread"
/tmp/mplayer-conf-28864-5588.c:12: error: `iconv_t' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:15: error: `icdsc' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:16: error: `numread' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:19: error: parse error before "inleft"
/tmp/mplayer-conf-28864-5588.c:21: error: `inleft' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:21: error: `outleft' undeclared (first use in this function)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for langinfo ============

#include <langinfo.h>
int main(void) { nl_langinfo(CODESET); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:22: langinfo.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c: In function `main':
/tmp/mplayer-conf-28864-5588.c:2: error: `CODESET' undeclared (first use in this function)
/tmp/mplayer-conf-28864-5588.c:2: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-28864-5588.c:2: error: for each function it appears in.)

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for language ============
Result is: using en (man pages: en)
##########################################

============ Checking for enable sighandler ============
Result is: yes
##########################################

============ Checking for runtime cpudetection ============
Result is: no
##########################################

============ Checking for restrict keyword ============

void foo(char * restrict p); int main(){}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1: error: parse error before "p"

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


void foo(char * __restrict p); int main(){}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


void foo(char * __restrict__ p); int main(){}

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/usr/bin/ld: cannot open crt1.o: 没有那个文件或目录
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: none
##########################################

============ Checking for kstat ============

#include <kstat.h>
int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lkstat
/tmp/mplayer-conf-28864-5588.c:1:19: kstat.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for posix4 ============

#include <time.h>
int main(void) { (void) nanosleep(0, 0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lposix4
/tmp/mplayer-conf-28864-5588.c:1:18: time.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for lrintf ============

#include <math.h>
int main(void) { (void) lrintf(0.0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lm
/tmp/mplayer-conf-28864-5588.c:1:18: math.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for nanosleep ============

#include <time.h>
int main(void) { (void) nanosleep(0, 0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:18: time.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for socklib ============

#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lsocket
/tmp/mplayer-conf-28864-5588.c:1:19: netdb.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lnsl
/tmp/mplayer-conf-28864-5588.c:1:19: netdb.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lsocket -lnsl
/tmp/mplayer-conf-28864-5588.c:1:19: netdb.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lsocket -ldnet
/tmp/mplayer-conf-28864-5588.c:1:19: netdb.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <winsock2.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lws2_32
/tmp/mplayer-conf-28864-5588.c:1:22: winsock2.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for inet_pton() ============

#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_pton(0, 0, 0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:23: sys/types.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:2:24: sys/socket.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:3:23: arpa/inet.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_pton(0, 0, 0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lresolv
/tmp/mplayer-conf-28864-5588.c:1:23: sys/types.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:2:24: sys/socket.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:3:23: arpa/inet.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no (=> i'll try inet_aton next)
##########################################

============ Checking for inet_aton() ============

#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_aton(0, 0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:23: sys/types.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:2:24: sys/socket.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:3:23: arpa/inet.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录


#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_aton(0, 0); return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o -lresolv
/tmp/mplayer-conf-28864-5588.c:1:23: sys/types.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:2:24: sys/socket.h: 没有那个文件或目录
/tmp/mplayer-conf-28864-5588.c:3:23: arpa/inet.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no (=> network support disabled)
##########################################

============ Checking for inttypes.h (required) ============

#include <inttypes.h>
int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:22: inttypes.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录

Result is: no
##########################################

============ Checking for bitypes.h (inttypes.h predecessor) ============

#include <sys/bitypes.h>
int main(void) { return 0; }

cc     /tmp/mplayer-conf-28864-5588.c -o /tmp/mplayer-conf-15289-5588.o
/tmp/mplayer-conf-28864-5588.c:1:25: sys/bitypes.h: 没有那个文件或目录

ldd /tmp/mplayer-conf-15289-5588.o
ldd: /tmp/mplayer-conf-15289-5588.o: 没有那个文件或目录
 楼主| 发表于 2004-9-12 16:31:40 | 显示全部楼层
这个是装mplayer的configure.log     编译的时候 它提示我的cc不支持 1386的-mach和-mcpu  还说我的kernel不支持mmx  mmx2  3dnow 3dnowex  sse  而我的kernel是2.6.8.1.386     现在装不了mplay   这个问题怎么解决??
发表于 2004-9-12 20:32:28 | 显示全部楼层
不支持的配置选项,在编译时禁用,
详细的看看 ./configure --help;
cup不支持就没办法了,
除非换cpu.

ps:amd当然不会支持mmx/mmx2/sse了
 楼主| 发表于 2004-9-12 21:48:58 | 显示全部楼层
就是说我不能安装这个mplayer了???!!!

有其他的方法可以安装吗??    这个mplayer和nvidia的驱动 我没一次安装成功

都心灰意冷了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表