|
发表于 2003-6-10 00:22:59
|
显示全部楼层
checking for ANSI C header files... yes
关键是这一句。你看一下,在config.log里面:
configure:4531: gcc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning: as it has already been specified as a non-system directory
configure: failed program was:
#line 4523 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
这里出错了。而我的config.log里面:
configure:4518: checking for ANSI C header files
configure:4531: gcc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
没有出错。你是在chroot下? |
|