You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/12/11 10:32:49 UTC

[GitHub] [incubator-brpc] ChinaChenp opened a new issue #1304: 链接brpc报错

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] ChinaChenp closed issue #1304: 链接brpc报错

Posted by GitBox <gi...@apache.org>.
ChinaChenp closed issue #1304:
URL: https://github.com/apache/incubator-brpc/issues/1304


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org