zl
Results
2
issues of
zl
**Describe the bug** 用FISCO仓库里的client-c编译生成的libkv_client.a在我测试程序里链接编译出现很多未定义错误  这种如何解决呢,其中grpc是编译的动态库,我这边查看头文件和库目录都在cmakelist包含了。
Add compilation options such as:cmake -DENABLE_TESTS=ON .. This command causes compilation to fail,As mentioned in the pingcap Developer Forum, grpc is compiled with dynamic libraries. The old version of clien-c...