On Thu, Nov 19 2009, Jens Axboe wrote: > On Thu, Nov 19 2009, Tom wrote: > > Hello! > > > > I've a problem to make that fio for solaris: > > > > > gmake -f Makefile.solaris > > gcc -o gettime.o -c -Wall -O2 -g -D_GNU_SOURCE -D_LARGEFILE_SOURCE > > -D_FILE_OFFSET_BITS=64 -DFIO_INC_DEBUG gettime.c > > In file included from gettime.c:11: > > hash.h:27:2: #error Define GOLDEN_RATIO_PRIME for your wordsize. > > In file included from gettime.c:11: > > hash.h: In function `hash_long': > > hash.h:51: error: `GOLDEN_RATIO_PRIME' undeclared (first use in this > > function) > > hash.h:51: error: (Each undeclared identifier is reported only once > > hash.h:51: error: for each function it appears in.) > > hash.h:55: error: `__WORDSIZE' undeclared (first use in this function) > > gmake: *** [gettime.o] Error 1 > > > > I've no idea what that means, any help? > > Probably my define shuffling, I'll check and fix that up. Re-pull (or download latest snapshot), it's fixed. I just did a check compile on Solaris. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html