This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:609: checking host system type
configure:630: checking target system type
configure:648: checking build system type
configure:785: checking for gcc
configure:898: checking whether the C compiler (/arm/bin/gcc -O2 ) works
configure:914: /arm/bin/gcc -o conftest -O2   conftest.c  1>&5
configure:940: checking whether the C compiler (/arm/bin/gcc -O2 ) is a cross-compiler
configure:945: checking whether we are using GNU C
configure:954: /arm/bin/gcc -E conftest.c
configure:973: checking whether /arm/bin/gcc accepts -g
configure:1005: checking how to run the C preprocessor
configure:1026: /arm/bin/gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1086: checking whether /arm/bin/gcc needs -traditional
configure:1133: checking whether the linker is GNU ld
configure:1149: checking whether /arm/bin/gcc -E accepts -o
configure:1161: /arm/bin/gcc -E -o conftest.i conftest.c >/dev/null 2>conftest.out
configure:1233: checking for bison
configure:1266: checking for ranlib
configure:1333: checking for ar
configure:1367: checking for ar
configure:1574: checking whether ln -s works
configure:1595: checking whether make sets ${MAKE}
configure:1624: checking for AIX
configure:1649: checking for minix/config.h
configure:1659: /arm/bin/gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1655:26: minix/config.h: No such file or directory
configure: failed program was:
#line 1654 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:1698: checking for Cygwin environment
configure:1714: /arm/bin/gcc -c -O2  conftest.c 1>&5
configure: In function `main':
configure:1710: error: `__CYGWIN32__' undeclared (first use in this function)
configure:1710: error: (Each undeclared identifier is reported only once
configure:1710: error: for each function it appears in.)
configure: failed program was:
#line 1703 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1731: checking for mingw32 environment
configure:1743: /arm/bin/gcc -c -O2  conftest.c 1>&5
configure: In function `main':
configure:1739: error: `__MINGW32__' undeclared (first use in this function)
configure:1739: error: (Each undeclared identifier is reported only once
configure:1739: error: for each function it appears in.)
configure: failed program was:
#line 1736 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1762: checking for executable suffix
configure:1772: /arm/bin/gcc -o conftest -O2   conftest.c  1>&5
configure:1793: checking for object suffix
configure:1799: /arm/bin/gcc -c -O2  conftest.c 1>&5
configure:1818: checking size of int
configure:1858: checking size of short
configure:1898: checking size of long
configure:1938: checking size of long long
configure:1978: checking size of __int64
configure:2018: checking size of void*
configure:2058: checking size of float
configure:2098: checking size of double
configure:2139: checking for prototypes
configure:2151: /arm/bin/gcc -c -O2  conftest.c 1>&5
configure:2172: checking token paste string
configure:2184: /arm/bin/gcc -c -O2  conftest.c 1>&5
configure:2210: checking for variable length prototypes and stdarg.h
configure:2232: /arm/bin/gcc -c -O2  conftest.c 1>&5
configure:2253: checking for gcc attribute noreturn
configure:2265: /arm/bin/gcc -c -O2  conftest.c 1>&5
configure:2467: checking for crypt in -lcrypt
configure:2486: /arm/bin/gcc -o conftest -O2   conftest.c -lcrypt  -lm  1>&5
configure:2514: checking for dlopen in -ldl
