Suse130224 opened a new issue #1086: 使用cmake依赖brpc编译成功,运行报undefined symbol: pthread_mutex_lock URL: https://github.com/apache/incubator-brpc/issues/1086 使用cmake动态依赖brpc,编译显示正常,但是运行的时候报错:  nm查看libbrpc.so是有这个符号的  ldd查看,可执行程序也确实链接了brpc和pthread,所以不知道问题出在哪里: 
---------------------------------------------------------------- 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]
