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:654: checking host system type configure:675: checking target system type configure:693: checking build system type configure:725: checking for gcc configure:842: checking whether we are using GNU C configure:866: checking whether gcc accepts -g configure:896: checking for g++ configure:1013: checking for ar configure:1080: checking for as configure:1147: checking for ranlib configure:1214: checking for ld configure:1281: checking for dlltool configure:1348: checking for windres configure:1414: checking how to run the C preprocessor configure:1496: checking for working alloca.h configure:1529: checking for alloca configure:1728: checking whether make sets ${MAKE} configure:1778: g++ -c $(CFLAGS) conftest.C 1>&5 g++: $(CFLAGS): No such file or directory configure: In function `void foo(char *, int, unsigned int)': configure:1770: implicit declaration of function `int __builtin_memset(...)' configure: failed program was: #line 1765 "configure" #include "confdefs.h" #include void foo(char *s, int c, size_t n) { __builtin_memset(s, c, n); } int main() { ; return 0; } configure:1903: checking if newlib is part of the build tree configure:1918: checking if installed newlib needed configure:1928: gcc -o conftest -gstabs+ -O2 conftest.c 1>&5