This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:568: checking for a BSD compatible install configure:621: checking whether build environment is sane configure:678: checking whether make sets ${MAKE} configure:717: checking for working aclocal configure:730: checking for working autoconf configure:743: checking for working automake configure:756: checking for working autoheader configure:769: checking for working makeinfo configure:784: checking whether to enable maintainer-specific portions of Makefiles configure:822: checking for c++ configure:854: checking whether the C++ compiler (c++ -fno-common ) works configure:870: c++ -o conftest -fno-common conftest.C 1>&5 configure:896: checking whether the C++ compiler (c++ -fno-common ) is a cross-compiler configure:901: checking whether we are using GNU C++ configure:910: c++ -E conftest.C configure:929: checking whether c++ accepts -g configure:972: checking for a BSD compatible install configure:1027: checking how to run the C preprocessor configure:1048: cc -E conftest.c >/dev/null 2>conftest.out configure:1107: checking for ANSI C header files configure:1120: cc -E conftest.c >/dev/null 2>conftest.out configure:1187: cc -o conftest -fno-common conftest.c 1>&5 configure:1214: checking for malloc.h configure:1224: cc -E conftest.c >/dev/null 2>conftest.out configure:1214: checking for unistd.h configure:1224: cc -E conftest.c >/dev/null 2>conftest.out configure:1214: checking for regex.h configure:1224: cc -E conftest.c >/dev/null 2>conftest.out configure:1252: checking for working const configure:1306: cc -c -fno-common conftest.c 1>&5 configure:1328: checking return type of signal handlers configure:1350: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1334: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure: failed program was: #line 1333 "configure" #include "confdefs.h" #include #include #ifdef signal #undef signal #endif #ifdef __cplusplus extern "C" void (*signal (int, void (*)(int)))(int); #else void (*signal ()) (); #endif int main() { int i; ; return 0; } configure:1371: checking for regcomp configure:1399: cc -o conftest -fno-common conftest.c 1>&5