We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/bin/ld: 找不到 -lEigen3 collect2: error: ld returned 1 exit status make[2]: *** [src/tools/CMakeFiles/slam_in_auto_driving.tools.dir/build.make:582:/home/yep/A_OpenSource/slam_in_autonomous_driving/lib/libslam_in_auto_driving.tools.so] 错误 1
网上说是-l 链接不到动态库,但是Eigen3是头文件,本来就没有动态库和静态库,之前编译有关ORBslam2也遇到过,一直没有解决,求助!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/usr/bin/ld: 找不到 -lEigen3
collect2: error: ld returned 1 exit status
make[2]: *** [src/tools/CMakeFiles/slam_in_auto_driving.tools.dir/build.make:582:/home/yep/A_OpenSource/slam_in_autonomous_driving/lib/libslam_in_auto_driving.tools.so] 错误 1
网上说是-l 链接不到动态库,但是Eigen3是头文件,本来就没有动态库和静态库,之前编译有关ORBslam2也遇到过,一直没有解决,求助!
The text was updated successfully, but these errors were encountered: