linux fedora11安装cce时,编译出错了,高手帮一下啊

来源:百度知道 编辑:UC知道 时间:2024/06/09 12:47:46
[root@localhost cce-0.51]# make
Making all in src
make[1]: Entering directory `/home/wlzx/Public/cce-0.51/src'
Making all in input
make[2]: Entering directory `/home/wlzx/Public/cce-0.51/src/input'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -DCCELIB=\"/usr/local/share/cce\" -MT associate.o -MD -MP -MF ".deps/associate.Tpo" -c -o associate.o associate.c; \
then mv -f ".deps/associate.Tpo" ".deps/associate.Po"; else rm -f ".deps/associate.Tpo"; exit 1; fi
In file included from associate.c:39:
../../include/defs.h: In function âbzero2â:
../../include/defs.h:61: error: lvalue required as increment operand
../../include/defs.h: In function âwzeroâ:
../../include/defs.h:68: error: lvalue required as increment operand
../../include/defs.h: In function âlzeroâ:
../../include/defs.h:76: e

cce太旧了,改用zhcon吧,可用yum安装
http://zhcon.sourceforge.net/

good luck :)

zhcon和cce都很旧,对2.6内核支持得很烂。不过zhcon可以yum安装,而cce不可。另外网上有更改zhcon的方法,建议去sourceforge上下来源码包再编译安装。
为什么编译出错实在回答不了。