Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在我的程序中使用 POSIX API 'lio_listio' 来发出多个异步 I/O 系统调用,并产生 1 个内核上下文切换的开销。
我已经包含了库 aio.h 并且还使用 -laio 标志编译了我的代码。我也安装了 libaio_devel 包。
仍然当我编译我的程序时,它给出了以下编译错误:
/home/me/bon/bon.cpp:2509:未定义对“lio_listio”的引用
有人可以建议我缺少什么。
你很-lrt可能失踪了。
-lrt