码迷,mamicode.com
首页 > 其他好文 > 详细

DSO missing from command line

时间:2019-12-12 14:45:32      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:local   解决   build   and   oca   lib64   col   nginx   链接   

C++ 改成C语言接口时,build遇到错误如下:

/usr/bin/ld: objs/addon/src/KeepAliveNotify.o: undefined reference to symbol ‘_ZNKSs5c_strEv@@GLIBCXX_3.4‘
/usr/local/lib64/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: 错误:ld 返回 1
make[1]: *** [objs/nginx] 错误 1

错误原因:

没有链接libstdc++.so库,导致C++文件无法编译(或链接,自己不太确定),链接库中加入‘-lstdc++‘解决

DSO missing from command line

标签:local   解决   build   and   oca   lib64   col   nginx   链接   

原文地址:https://www.cnblogs.com/micoblog/p/12028806.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!