Hi there,
I have difficulties in compiling the file using the provided "makefile" instruction. Without altering any library, I face some errors about undefined reference to pthread_key_create, then I add -pthread in the end of command which I expect it will solve the issue. However, it produces another issue such as undefined reference to CipherText::operator*(NTL::ZZ const&) const , CipherText::operator=(CipherText const&), and CipherText::coeff_reduce(NTL::ZZ const&) in homlib.cpp.
Could someone suggest me what I have done wrong or missing something?
Any written documentation or tutorial would highly appreciated.
Hi there,
I have difficulties in compiling the file using the provided "makefile" instruction. Without altering any library, I face some errors about
undefined reference to pthread_key_create, then I add-pthreadin the end of command which I expect it will solve the issue. However, it produces another issue such asundefined reference to CipherText::operator*(NTL::ZZ const&) const,CipherText::operator=(CipherText const&), andCipherText::coeff_reduce(NTL::ZZ const&)inhomlib.cpp.Could someone suggest me what I have done wrong or missing something?
Any written documentation or tutorial would highly appreciated.