We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如标题所示,在使用xquic动态库时,发生链接错误undefined reference to `xqc_engine_get_conn_by_scid'
编译环境: CMake Version: 3.29.7 CMake Generator: Ninja Operating System: Ubuntu22.04(Linux 5.15.167.4-microsoft-standard-WSL2) Compiler: GNU 11.4.0 Building with dynamic libssl
编写demo,demo中只要调用了 xqc_engine_get_conn_by_scid就会发生链接错误
xqc_engine_get_conn_by_scid
[build] /usr/bin/ld: code/client/CMakeFiles/client.dir/App.cpp.o: in function `App::On_conn_create_notify(xqc_connection_s*, xqc_cid_s const*, void*, void*)': [build] /***/App.cpp:28: undefined reference to `xqc_engine_get_conn_by_scid' [build] collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
[=] fix link error (alibaba#464)
3e296c6
[=] fix link error (#464) (#465)
6ba26c9
Thanks for the solution in #465. The PR has been merged.
Sorry, something went wrong.
No branches or pull requests
What happened?
如标题所示,在使用xquic动态库时,发生链接错误undefined reference to `xqc_engine_get_conn_by_scid'
Steps To Reproduce
编译环境:
CMake Version: 3.29.7
CMake Generator: Ninja
Operating System: Ubuntu22.04(Linux 5.15.167.4-microsoft-standard-WSL2)
Compiler: GNU 11.4.0
Building with dynamic libssl
编写demo,demo中只要调用了
xqc_engine_get_conn_by_scid
就会发生链接错误Relevant log output
The text was updated successfully, but these errors were encountered: