[C++]共享内存cmake报错undefined reference to symbol ‘shm_unlink@@GLIBC_2.2.5

Posted FL1623863129

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[C++]共享内存cmake报错undefined reference to symbol ‘shm_unlink@@GLIBC_2.2.5相关的知识,希望对你有一定的参考价值。

今日研究共享内存写得很好的CMakeLists.txt但是会报错

/usr/bin/ld: CMakeFiles/main.dir/main.cpp.o: undefined reference to symbol 'shm_unlink@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/librt.so.1: 无法添加符号: DSO missing from command line
collect2: error: ld returned 1 exit status
CMakeFiles/main.dir/build.make:111: recipe for target 'main' failed
make[2]: *** [main] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/main.dir/all' failed
make[1]: *** [CMakeFiles/main.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
于是乎网上查找资料,解决了,方法是

target_link_libraries(main $OpenCV_LIBS -lrt)

就是在链接库的时候加个-lrt不知道为啥要加这个库,有知道可以评论留言。不过问题是解决了。

以上是关于[C++]共享内存cmake报错undefined reference to symbol ‘shm_unlink@@GLIBC_2.2.5的主要内容,如果未能解决你的问题,请参考以下文章

VSCode c++和CMake环境搭建(for Mac OS)

C++《从零开始详细介绍CMake》- 知识点目录

使用 Cmake 创建一个依赖于 dlib 的共享库

CMAKE LINKING ERROR 与用户定义的共享库

CMake 添加和删除宏定义以编译共享库/可执行文件

使用 cmake 在 windows 上编译 c++ 数据库时出错