wasphin commented on issue #1487:
URL: https://github.com/apache/incubator-brpc/issues/1487#issuecomment-883027070


   怀疑 gcc5.3 的镜像中 protobuf 编译时未启用 CXX11_ABI, 而编译 brpc 时默认启用了导致链接失败. 在 gcc8.5 
中可能所有依赖库都使用了 CXX11_ABI 从而可以编译成功.
   
   可以试试添加 `-D_GLIBCXX_USE_CXX11_ABI=0` 到 `CXXFLAGS`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to