SVF-example icon indicating copy to clipboard operation
SVF-example copied to clipboard

make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libtinfo.so', needed by 'bin/svf-ex'. Stop.

Open chenzhihuan17 opened this issue 2 years ago • 1 comments

➜ SVF-example git:(master) ✗ make [ 50%] Building CXX object src/CMakeFiles/svf-ex.dir/svf-ex.cpp.o make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libtinfo.so', needed by 'bin/svf-ex'. Stop. make[1]: *** [CMakeFiles/Makefile2:178: src/CMakeFiles/svf-ex.dir/all] Error 2 make: *** [Makefile:84: all] Error 2

chenzhihuan17 avatar Sep 25 '22 02:09 chenzhihuan17

I solved it: sudo ln -s /usr/lib/x86_64-linux-gnu/libtinfo.so.5.9 /usr/lib/x86_64-linux-gnu/libtinfo.so

chenzhihuan17 avatar Sep 25 '22 03:09 chenzhihuan17