i want to use the q3fill under linux, so im supposed to compile it right?
so i did put all the files from the q3fill in a folder /home/q3
and then i do: gcc -o q3fill q3fill.c md5.c
and i get this? whats wrong
Code:
/tmp/cc5r5ui9.o: In function `demonware_bdcrypto_prepare':
q3fill.c:(.text+0x368e): undefined reference to `tiger'
/tmp/cc5r5ui9.o: In function `demonware_bdcrypto_encrypt':
q3fill.c:(.text+0x3ad2): undefined reference to `tiger'
q3fill.c:(.text+0x3b24): undefined reference to `des3_set3key_enc'
q3fill.c:(.text+0x3b80): undefined reference to `des3_crypt_cbc'
collect2: ld returned 1 exit status