/usr/bin/ld: cannot find -lvtkproj4 解决办法

背景:安装LOAM链接的时候,遇到编译问题如下:

/usr/bin/ld: cannot find -lvtkproj4

解决办法:

sudo ln -s /usr/lib/x86_64-linux-gnu/libvtkCommonCore-6.2.so /usr/lib/libvtkproj4.so

参考:

https://github.com/PointCloudLibrary/pcl/issues/1594

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章