From 6de43c1b6bb1027b551927f92385867d46c18b30 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 11 Apr 2008 09:16:59 +0200 Subject: [PATCH 1/1] README: add hint on missing libaio-devel package Signed-off-by: Jens Axboe --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index db8e6724..ea8f5ef8 100644 --- a/README +++ b/README @@ -57,6 +57,19 @@ $ make -f Makefile.Freebsd && make -f Makefile.FreeBSD install Likewise with OpenSolaris, use the Makefile.solaris to compile there. This might change in the future if I opt for an autoconf type setup. +If your compile fails with an error like this: + + CC gettime.o +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:119: error: field 'iocb' has incomplete type +make: *** [gettime.o] Error 1 + +Check that you have the libaio development package installed. On RPM +based distros, it's typically called libaio-devel. + Command line ------------ -- 2.25.1