You are not logged in.

#1 2008-04-11 12:43:08

jjslovak
Member
From: Bratislava - Slovakia
Registered: 2007-01-31
Posts: 7

fio -> make

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

#2 2008-04-11 20:37:14

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: fio -> make

try to install libaio from AUR.

Offline

#3 2008-04-11 20:51:17

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: fio -> make

jjslovak wrote:

os/os.h:15:20: error: libaio.h: No such file or directory

There's the problem. Missing library.

Offline

Board footer

Powered by FluxBB