|
已经搞定,缺少zlib1g-dev包
奇怪的是,很多编译文档中都没有提到这个包
make[1]: Leaving directory `/usr/src/linux-2.6.31'
> /usr/bin/make ARCH=i386 \
> -C Documentation/lguest
> make[1]: Entering directory `/usr/src/linux-2.6.31/Documentation/lguest'
> cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE lguest.c -o lguest
> lguest.c:21:25: error: sys/eventfd.h: 没有那个文件或目录
> lguest.c: In function ‘create_thread’:
> lguest.c:1021: warning: implicit declaration of function ‘eventfd’
> make[1]: *** [lguest] 错误 1
> make[1]: Leaving directory `/usr/src/linux-2.6.31/Documentation/lguest'
bash: command substitution: line 1: unexpected EOF while looking for matching `''
已经试过几种编译方式,包括make menuconfig 和xconfig
都是以上提示
望达人指教哦 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|