This file contains any messages produced by compilers etc while running configure, to aid debugging if configure script makes a mistake. >>> configure: rbldnsd === 0.997a (23 Jul 2013) >>> checking for C compiler === gcc >>> checking whether C compiler (gcc) is GNU CC === yes >>> checking whether the C compiler (gcc -Wall -W -O2 -pipe) can produce executables === yes >>> checking for ranlib === ranlib >>> checking for stdint.h === yes >>> checking whether C compiler defines __SIZEOF_POINTER__ === yes >>> checking byte order ==== Command invocation failed. Command line was: ./conftest ==== compiler input was: int main() { long one = 1; if (*(char *)&one) return 1; /* little-endian */ return 0; } ==== output was: ==== === little-endian >>> checking for inline === yes >>> checking for socklen_t === yes >>> checking for libraries needed for connect() === ok (none needed) >>> checking for IPv6 === yes >>> checking for mallinfo() === yes >>> checking for poll() === yes >>> checking for vsnprintf() === yes >>> checking for writev()/readv() === yes >>> checking for setitimer() === yes >>> checking for zlib support === yes >>> creating Makefile === ok >>> creating config.h === ok >>> creating config.status === ok === all done.