filebench on freebsd?
Thomas Vogt
freebsdlists at bsdunix.ch
Wed Oct 1 00:06:45 UTC 2008
Hello
Has someone ever tried to compile filebench on current (64bit)?
http://sourceforge.net/projects/filebench
filebench is a multithreaded file system benchmark similar to postmark
(single threaded). Maybe someone can help to make it work if it's not
that difficult.
I can't compile it:
In file included from ipc.h:33,
from filebench.h:55,
from misc.c:35:
threadflow.h:66: error: field 'al_aiocb' has incomplete type
*** Error code 1
Stop in /root/filebench-1.3.4/filebench.
*** Error code 1
This is:
#ifdef HAVE_AIO
typedef struct aiolist {
int al_type;
struct aiolist *al_next;
struct aiolist *al_worknext;
struct aiocb64 al_aiocb;
} aiolist_t;
#endif
Regards,
Thomas
More information about the freebsd-fs
mailing list