Ubuntu(64ビット)のOpenCVで使用するためにPCLをコンパイルしようとしています。
公式サイトの指示に従っています。
「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
これを理解するのを手伝ってください。