Hi, After 2.0.13 was tagged yesterday, I pulled the configure branch into the master branch. The configure branch attempts to get rid of the special casing and weak helper lib by instead doing a "typical" configure compile and runtime test before building fio. I did NOT use autogen/conf (I think it's crap), I just rolled my own based on what qemu also has. Basically what this means is that you must run ./configure before building fio. Fio will do this automatically, if it hasn't already been run, when make is invoked. Not only does this get rid of the guessing we currently have to do, it also gets rid of the need to use EXTRA_ for cflags/libs. For instance, it will automatically build the RDMA engine or use the libnuma support, if it's available at build time. Much easier. If you use git to update, please do a make clean after pulling in everything! And please do report any issues you found, either configure not working right or mis-detections (failure to find foo, or finding foo when it's not really there). Windows build is currently broken, but apart from that, I think it should work mostly everywhere. -- 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