zyearn commented on issue #695: gflags(2.1.2-3),g++( 4:5.3.1-1ubuntu1) protobuf( 2.6.1-1.3) Linux make编译错误 URL: https://github.com/apache/incubator-brpc/issues/695#issuecomment-475479414 看起来是linker没有找到gflags,用cmake的话,看下CMakeCache.txt里面GFLAGS_LIBRARY=是不是正确找到了。如果都设置了,试一下mkdir build; cmake ..; make VERBOSE=1; 在链接的时候看下gflags有没有被加上去
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
