ChinaChenp opened a new issue #1304:
URL: https://github.com/apache/incubator-brpc/issues/1304


   **Describe the bug (描述bug)**
   thirdparty/brpc/lib64_release/libbthread.a(stack.cpp.o): In function 
`bthread::allocate_stack_storage(bthread::StackStorage*, int, int)':
   stack.cpp:(.text+0x3e0): undefined reference to `RunningOnValgrind'
   thirdparty/brpc/lib64_release/libbthread.a(stack.cpp.o): In function 
`bthread::deallocate_stack_storage(bthread::StackStorage*)':
   stack.cpp:(.text+0x65d): undefined reference to `RunningOnValgrind'
   collect2: error: ld returned 1 exit status
   **To Reproduce (复现方法)**
   brpc已经编译成 .a 文件,在链接的时候报错
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS: centos
   Compiler: clang 3.4.2
   brpc: 0.9.6
   protobuf: 3.7.1
   
   **Additional context/screenshots (更多上下文/截图)**
   我的期望是不需要链接这个库,或者这个库怎么基础到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.

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