You are not logged in.
Pages: 1
Please help:
make
gcc -Wwrite-strings -Wall -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG -rdynamic -c -o gettime.o gettime.c
In file included from fio.h:23,
from gettime.c:8:
os/os.h:15:20: error: libaio.h: No such file or directory
In file included from gettime.c:8:
fio.h:111: error: field 'iocb' has incomplete type
make: *** [gettime.o] Error 1
I compile fio from:
http://freshmeat.net/projects/fio/
Offline
try to install libaio from AUR.
Offline
os/os.h:15:20: error: libaio.h: No such file or directory
There's the problem. Missing library.
Offline
Pages: 1