Closed Yulatu closed 4 years ago
Do you have all depemdencies installed?
Yes, I have installed gmp-6.1.2, ntl-11.4.3 and all the C++ boost libraries.
Thank you for your very fast reply, the problem has been solved. I have uninstalled ntl-11.4.3 and then install ntl-9.6.2 using the script in project directory, then everything is ok.
Hi, I'm trying to build the project on Ubuntu. When I run "cmake -DCMAKE_BUILD_TYPE=Debug .." or "cmake -DCMAKE_BUILD_TYPE=Release ..", I notice that there is a little "Failed" word but I don't know what it means and I tried to search it on google but failed.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
And if I then directly run "make", I will get follwing error, could you please tell me what's going on here and how can I solve it? I'm not very good at building process on Linux, thank you very much.