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
你好,我用的centos系统,在用这个库的过程中报错误undefined reference to 'muduo::net::EventLoop::runInLoop(boost::function<void ()> const&)',这个问题该怎么解决?
The text was updated successfully, but these errors were encountered:
请使用提问模板,并阅读 提问须知。
Sorry, something went wrong.
这个问题发现,链接时候调整,uduo_net,uduo_base的顺序就可以解决
add_executable(pingpong_client client.cc) target_link_libraries(pingpong_client muduo_base muduo_net pthread)
add_executable(pingpong_server server.cc) target_link_libraries(pingpong_server muduo_base muduo_net pthread)
add_executable(pingpong_bench bench.cc) target_link_libraries(pingpong_bench muduo_net muduo_base pthread)
No branches or pull requests
你好,我用的centos系统,在用这个库的过程中报错误undefined reference to 'muduo::net::EventLoop::runInLoop(boost::function<void ()> const&)',这个问题该怎么解决?
The text was updated successfully, but these errors were encountered: