dazuko-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Re: [Dazuko-help] dazuko compilation


From: root
Subject: Fwd: Re: [Dazuko-help] dazuko compilation
Date: Fri, 25 Jun 2004 12:17:33 +0200
User-agent: KMail/1.4.3

Hi All,

I have a problem with the compilation of dazuko.
Below my command line output with the dazuko_2.0.2 version:

gateway:/var/opt/antivirus/dazuko/dazuko-2.0.2 # make
cc -Wall -O -DLINUX -Dlinux -D__KERNEL__ -DMODULE
-I/lib/modules/2.4.18-4GB/build/include -DON_OPEN_SUPPORT -DON_CLOSE_SUPPORT
-DON_EXEC_SUPPORT -D__NO_VERSION__ -c dazuko_xp.c
cc -Wall -O -DLINUX -Dlinux -D__KERNEL__ -DMODULE
-I/lib/modules/2.4.18-4GB/build/include -DON_OPEN_SUPPORT -DON_CLOSE_SUPPORT
-DON_EXEC_SUPPORT -D__NO_VERSION__ -c dazuko_call.c
cc -Wall -O -DLINUX -Dlinux -D__KERNEL__ -DMODULE
-I/lib/modules/2.4.18-4GB/build/include -DON_OPEN_SUPPORT -DON_CLOSE_SUPPORT
-DON_EXEC_SUPPORT -c dazuko_linux.c
ld -m elf_i386 -r -o dazuko.o dazuko_xp.o dazuko_call.o dazuko_linux.o
make[1]: Entering directory
 `/var/opt/antivirus/dazuko/dazuko-2.0.2/example_c' cc -Wall -O -I../ -c
 ../dazukoio.c
cc -Wall -O -I../ -c ../dazukoio_compat12.c
ar r dazukoio.a dazukoio.o dazukoio_compat12.o
ranlib dazukoio.a
cc -Wall -O -I../ -o example example.c dazukoio.a
cc -Wall -O -I../ -pthread -o example_mt example_mt.c dazukoio.a
make[1]: Leaving directory `/var/opt/antivirus/dazuko/dazuko-2.0.2/example_c'
gateway:/var/opt/antivirus/dazuko/dazuko-2.0.2 # cd example_c
gateway:/var/opt/antivirus/dazuko/dazuko-2.0.2/example_c # make
make: Nothing to be done for `all'.
gateway:/var/opt/antivirus/dazuko/dazuko-2.0.2/example_c # /sbin/insmod
../dazuko.o
../dazuko.o: unresolved symbol _mmx_memcpy

A test with older versions have the same result: 
For example version dazuko-1.2.0
gateway:/var/opt/antivirus/dazuko/dazuko-1.2.0 # make dazuko
gcc -Wall -O2 -DLINUX -Dlinux  -D__KERNEL__ -DMODULE -I/usr/src/linux/include
-DON_OPEN_SUPPORT -DON_CLOSE_SUPPORT -DON_EXEC_SUPPORT -c dazuko.c
gateway:/var/opt/antivirus/dazuko/dazuko-1.2.0 # /sbin/insmod dazuko.o
dazuko.o: unresolved symbol _mmx_memcpy


What is the problem ?

Thanks for help !!!


Regards

Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]