Open ahmedwahhab opened 7 years ago
Sounds like a problem with your OpenCV installation. If you're still having this issue, please let me know what OS and compiler you are using, thanks.
I am having similar issues here with OpenCV 4. And the errors I encountered:
/usr/bin/ld: cannot find -lcufft
/usr/bin/ld: cannot find -lnpps
/usr/bin/ld: cannot find -lnppi
/usr/bin/ld: cannot find -lnppc
/usr/bin/ld: cannot find -lcudart
While running the building code and after typing
make -j4
line i got the error :/usr/bin/ld: cannot find -lippicv collect2: error: ld returned 1 exit status opencv/CMakeFiles/apriltag_opencv.dir/build.make:95: recipe for target 'lib/libapriltag_opencv.so' failed make[2]: *** [lib/libapriltag_opencv.so] Error 1 CMakeFiles/Makefile2:382: recipe for target 'opencv/CMakeFiles/apriltag_opencv.dir/all' failed make[1]: *** [opencv/CMakeFiles/apriltag_opencv.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2
any help ?