HElib
HElib copied to clipboard
make[1]: *** No rule to make target `check_Test_Bin_IO_x'. Stop. make: *** [check] Error 2
I have been trying to install Helib and followed all the steps given in the install.txt. I have install ntl, g++, gmp and all the other dependencies. But when i try to go make check it gives me the following error. make[1]: *** No rule to make target `check_Test_Bin_IO_x'. Stop. make: *** [check] Error 2
It's the same issue I reported shortly before you did: https://github.com/shaih/HElib/issues/217 :) The fix is to look in the makefile for the line "$(MAKE) check_Test_Bin_IO_x" and change it to "$(MAKE) check_Bin_IO_x".
解决了?我也遇到同样问题,求指教。