
Was anyone able to compile amule on a x86_64 ?
I've tried but i'm geting a error when i run make
gcc -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -o cas cas.o -L/usr/lib64 -lcurl -L/usr/ssl/lib -lz -lssl -lcrypto -ldl -lz -lcryptopp
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../../../x86_64-suse-linux/bin/ld: cannot find -lcryptopp
collect2: ld returned 1 exit status
make[2]: ** [cas] Erro 1
make[2]: Leaving directory `/home/******/*********/amule-cvs/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Leaving directory `/home/******/***********/amule-cvs'
make: ** [all] Erro
So i've tried to install crypto-5.1
and this hapens
In file included from cryptlib.cpp:5:
misc.h: In function `bool CryptoPP::IsAlignedOn(const void*, unsigned int)':
misc.h:145: warning: cast from pointer to integer of different size
misc.h:145: warning: cast from pointer to integer of different size
misc.h: At global scope:
misc.h: In instantiation of `CryptoPP::CompileAssert
':
cryptlib.cpp:17: instantiated from here
misc.h:22: error: creating array with size zero (`-1')
make: ** [cryptlib.o] Erro 1
I'm using SUSE 9.0 -amd64
Can anyone help me ?
thanks