swatbotics / apriltag

Extensions and tweaks to APRIL Robotics Laboratory apriltag C software
https://april.eecs.umich.edu/software/apriltag.html
Other
176 stars 64 forks source link

/usr/bin/ld: cannot find -lippicv #1

Open ahmedwahhab opened 7 years ago

ahmedwahhab commented 7 years ago

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 ?

mzucker commented 6 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.

huangzonghao commented 5 years ago

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