preston29 发表于 2008-9-29 17:10:56

make出错...

root@slax:~# cd /mnt/hda6/LinSoft/drcom/drcom-1.3.7
root@slax:/mnt/hda6/LinSoft/drcom/drcom-1.3.7# make
make -C drcomc
make: Entering directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomc'
make: Nothing to be done for `all'.
make: Leaving directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomc'
make -C drcomd
make: Entering directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomd'
make: Nothing to be done for `all'.
make: Leaving directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomd'
make -C kmod
make: Entering directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod'
make -C /lib/modules/2.6.24.4/build M=/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod modules
make: Entering directory `/usr/src/linux-2.6.24.4'

WARNING: Symbol version dump /usr/src/linux-2.6.24.4/Module.symvers
         is missing; modules will have no dependencies and modversions.

CC /mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.o
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c: In function 'init_hijack':
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:450: error: 'security_ops' undeclared (first use in this function)
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:450: error: (Each undeclared identifier is reported only once
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:450: error: for each function it appears in.)
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c: In function 'cleanup_hijack':
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:461: error: 'security_ops' undeclared (first use in this function)
make: *** Error 1
make: *** Error 2
make: Leaving directory `/usr/src/linux-2.6.24.4'
make: *** Error 2
make: Leaving directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod'
make: *** Error 2

---------------------------------
make , make install, make && make install都是类似的错误

这个东西我在UB现在安装过的 很顺利 不过之前要安装gcc等编译环境

请老鸟们提示下要怎么解决...   我没有装gcc 不知道怎么装...

[ 本帖最后由 preston29 于 2008-9-29 19:37 编辑 ]

layla2007 发表于 2008-11-13 13:00:44

偶也是用drcom的,不过我装的是drcom-1.4.5,用的是slax6.0.7,只是在安装时出了一些
warnings,不过还是安装成功了!!!!!

layla2007 发表于 2008-11-13 13:01:57

slax6.0.7已经集成了编译环境和gcc啊,make啊之类的,直接用。
可能是drcom源码的问题
页: [1]
查看完整版本: make出错...