You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug (描述bug)
x86的环境下在输出一个错误日志:
查看代码好像是用了自己的log实现,而不是glog
实际编译库的时候带上了glog的选项,编译命令:
sudo sh config_brpc.sh --headers=/usr/local/include --libs=/usr/local/lib --with-glog; sudo make clean; sudo make -j8
Describe the bug (描述bug)
x86的环境下在输出一个错误日志:
查看代码好像是用了自己的log实现,而不是glog
实际编译库的时候带上了glog的选项,编译命令:
sudo sh config_brpc.sh --headers=/usr/local/include --libs=/usr/local/lib --with-glog; sudo make clean; sudo make -j8
arm的环境就没有这个问题,编译都是默认带了glog的选项,对比了一下静态库,发现x86的没有GLOG相关的符号,arm的有:
x86:
arm:
请问这是什么原因
To Reproduce (复现方法)
Expected behavior (期望行为)
Versions (各种版本)
OS: centos
Compiler:gcc492
brpc: release 1.5
protobuf: 2.4.1
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: