supernear commented on issue #2371: URL: https://github.com/apache/brpc/issues/2371#issuecomment-1707774121
己经解决了,直接修改 gflags的CMakeLists.txt文件,添加一句:add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0) ,然后重新编译gflags这个开源库。 cmake .. -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON make -j8 最后编译brpc就可以了。 -- 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]
