使用动态连接库libxquic.so编译错误 #365
Unanswered
SMALL-head
asked this question in
Q&A
Replies: 2 comments 5 replies
-
你好,请问你lib目录下的文件libxquic.so动态库是怎么编译产生的呢,我这边按照教程编译并没有找到对应的文件 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
环境:ubuntu 20.04 amd64
xquic版本:release v1.6.2
我在尝试通过动态链接库的方式来编译自己的项目,于是我先用源码中提供的test_server.c和test_client.c做编译测试。简单的来说就是,原来官方提供的编译教程中是源码编译,而我现在想用原来编译后生成的动态连接库(即build/libquic.so)来和test_server.c、test_client.c两文件编译。
我的项目结构如下图所示:
CMakeLists内容如下所示
在执行make命令的时候报错:
Beta Was this translation helpful? Give feedback.
All reactions