我正在尝试编译 PCL 以在 Ubuntu(64 位)上与 OpenCV 一起使用。
我正在按照官方网站上的说明进行操作。
当我执行“ make ”时,出现以下错误:
Linking CXX executable ../../bin/pcl_example_extract_clusters_normals
/usr/bin/ld: cannot find -lpcl_visualization
collect2: ld returned 1 exit status
make[2]: *** [bin/pcl_example_extract_clusters_normals] Error 1
make[1]: *** [examples/segmentation/CMakeFiles/pcl_example_extract_clusters_normals.dir/all] Error 2
make: *** [all] Error 2
请帮我解决这个问题。