HElib icon indicating copy to clipboard operation
HElib copied to clipboard

make[1]: *** No rule to make target `check_Test_Bin_IO_x'. Stop. make: *** [check] Error 2

Open robinsaheb opened this issue 7 years ago • 2 comments

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

robinsaheb avatar Jun 20 '18 10:06 robinsaheb

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".

AlexDanDuna avatar Jun 20 '18 12:06 AlexDanDuna

解决了?我也遇到同样问题,求指教。

Linz0ne avatar Oct 01 '18 00:10 Linz0ne