filebench on freebsd?

Rick Macklem rmacklem at uoguelph.ca
Wed Oct 1 14:22:23 UTC 2008



On Wed, 1 Oct 2008, Thomas Vogt wrote:

> 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
Which probably means that "struct aiocb64" isn't properly defined at this 
point.
>
> 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
> _______________________________________________
> freebsd-fs at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscribe at freebsd.org"
>


More information about the freebsd-fs mailing list