Error on 'make'
Closed this issue · 1 comments
gsxryan commented
src/kernel_aio.cc:14:10: fatal error: libaio.h: No such file or directory
#include <libaio.h>
^~~~~~~~~~
compilation terminated.
Makefile:59: recipe for target 'src/kernel_aio.o' failed
make: *** [src/kernel_aio.o] Error 1
gsxryan commented
#install dependency
sudo apt-get install libaio-dev