zhangyifan27 opened a new pull request #694:
URL: https://github.com/apache/incubator-pegasus/pull/694
### What problem does this PR solve? <!--add issue link with summary if
exists-->
Although `dsn_aio` has been linked to `dsn_runtime`, pegasus also reported
compilation errors:
```
/home/zyf/pegasus/DSN_ROOT/lib/libdsn_runtime.a(service_api_c.cpp.o): In
function `dsn::utils::singleton<dsn::disk_engine>::instance()':
/home/zyf/pegasus/rdsn/include/dsn/utility/singleton.h:44: undefined
reference to `dsn::disk_engine::disk_engine()'
../../client_lib/libpegasus_client_static.a(service_api_c.cpp.o): In
function `dsn::utils::singleton<dsn::disk_engine>::instance()':
/home/zyf/pegasus/rdsn/include/dsn/utility/singleton.h:44: undefined
reference
```
### What is changed and how it works?
Linking `dsn_aio` to some libraries manually.
Related changes
[752](https://github.com/XiaoMi/rdsn/pull/752)
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]