GTK+ cross compilation



Dear Mr./Mis
                      I'm trying to cross-compiling the GTK+ for ARM processor using i686-linux PC
I failed to cross-compile the glib2-22-4, i configured it using
./configure --host=arm-linux --build=i686-linux --target=arm-linux --cache-file=arm-linux.cache CC=/usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 --disable-shared --disable-threads

and the content of the arm-linux.cache is as follow:

glib_cv_long_format=ll
glib_cv_stack_grows=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_posix_getgrgid_r=yes
glib_cv_uscore=no


I configured it successfully but
but when i run the make command i got this error

make glib-genmarshal
make[3]: Entering directory `/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/gobject'
make[3]: `glib-genmarshal' is up to date.
make[3]: Leaving directory `/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/gobject'
echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
    && echo "#define __G_MARSHAL_H__" >> xgen-gmh \
    && /usr/local/bin/glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ./gmarshal.list --header >> xgen-gmh \
    && echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
    && (cmp -s xgen-gmh gmarshal.h 2>/dev/null || cp xgen-gmh gmarshal.h) \
    && rm -f xgen-gmh xgen-gmh~ \
    && echo timestamp > stamp-gmarshal.h
/bin/bash: line 2: /usr/local/bin/glib-genmarshal: cannot execute binary file
make[2]: *** [stamp-gmarshal.h] Error 126
make[2]: Leaving directory `/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/gobject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4'
make: *** [all] Error 2

for more information you can see the log file

i run this comand
                          $ pkg-config --variable=glib_genmarshal glib-2.0
and this was the output
                         glib-genmarshar
i run this command after
                         which glib-genmarshal
and this was the output
                         /usr/local/bin/glib-genmarshal

could you help me please because i'm tried several times and i don't got any benefit

i use 9.04 ubuntu linux OS
and i run this OS under windows using the Sun VirtualBox 3.1.2

Thanks for  help
M.Hamed




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

It was created by glib configure 2.22.4, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --host=arm-linux --build=i686-linux --target=arm-linux --cache-file=arm-linux.cache CC=/usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 --disable-shared --disable-threads

## --------- ##
## Platform. ##
## --------- ##

hostname = mohamed-desktop
uname -m = i686
uname -r = 2.6.28-18-generic
uname -s = Linux
uname -v = #59-Ubuntu SMP Thu Jan 28 01:23:03 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/arm/4.3.2/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2152: loading cache arm-linux.cache
configure:2309: checking for a BSD-compatible install
configure:2377: result: /usr/bin/install -c
configure:2388: checking whether build environment is sane
configure:2448: result: yes
configure:2497: checking for arm-linux-strip
configure:2513: found /usr/local/arm/4.3.2/bin/arm-linux-strip
configure:2524: result: arm-linux-strip
configure:2589: checking for a thread-safe mkdir -p
configure:2628: result: /bin/mkdir -p
configure:2641: checking for gawk
configure:2657: found /usr/bin/gawk
configure:2668: result: gawk
configure:2679: checking whether make sets $(MAKE)
configure:2701: result: yes
configure:2848: checking whether to enable maintainer-specific portions of Makefiles
configure:2857: result: no
configure:2877: checking build system type
configure:2895: result: i686-pc-linux-gnu
configure:2917: checking host system type
configure:2932: result: arm-unknown-linux-gnu
configure:2955: checking for the BeOS
configure:2965: result: no
configure:2969: checking for Win32
configure:3003: result: no
configure:3009: checking for Mac OS X Carbon support
configure:3023: checking for style of include used by make
configure:3051: result: GNU
configure:3081: checking for arm-linux-gcc
configure:3108: result: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
configure:3380: checking for C compiler version
configure:3388: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 --version >&5
arm-linux-gcc-4.3.2 (Sourcery G++ Lite 2008q3-72) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3392: $? = 0
configure:3399: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -v >&5
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
Thread model: posix
gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) 
configure:3403: $? = 0
configure:3410: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -V >&5
arm-linux-gcc-4.3.2: '-V' option must have argument
configure:3414: $? = 1
configure:3437: checking for C compiler default output file name
configure:3459: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2    conftest.c  >&5
configure:3463: $? = 0
configure:3501: result: a.out
configure:3520: checking whether the C compiler works
configure:3553: result: yes
configure:3560: checking whether we are cross compiling
configure:3562: result: yes
configure:3565: checking for suffix of executables
configure:3572: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest    conftest.c  >&5
configure:3576: $? = 0
configure:3602: result: 
configure:3608: checking for suffix of object files
configure:3634: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c   conftest.c >&5
configure:3638: $? = 0
configure:3663: result: o
configure:3667: checking whether we are using the GNU C compiler
configure:3696: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c   conftest.c >&5
configure:3703: $? = 0
configure:3720: result: yes
configure:3729: checking whether /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 accepts -g
configure:3759: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g  conftest.c >&5
configure:3766: $? = 0
configure:3867: result: yes
configure:3884: checking for /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 option to accept ISO C89
configure:3958: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2  -c -g -O2  conftest.c >&5
configure:3965: $? = 0
configure:3988: result: none needed
configure:4008: checking dependency style of /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
configure:4118: result: gcc3
configure:4139: checking how to run the C preprocessor
configure:4179: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
configure:4186: $? = 0
configure:4217: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:4224: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4257: result: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E
configure:4286: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
configure:4293: $? = 0
configure:4324: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:4331: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4387: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
conftest.c:14:27: error: Carbon/Carbon.h: No such file or directory
conftest.c:15:39: error: CoreServices/CoreServices.h: No such file or directory
configure:4394: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| /* end confdefs.h.  */
| 
| #include <Carbon/Carbon.h>
| #include <CoreServices/CoreServices.h>
| 
configure:4409: result: no
configure:4856: checking whether to enable garbage collector friendliness
configure:4867: result: no
configure:4871: checking whether to disable memory pools
configure:4874: result: no
configure:4916: checking for arm-linux-gcc
configure:4943: result: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
configure:5215: checking for C compiler version
configure:5223: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 --version >&5
arm-linux-gcc-4.3.2 (Sourcery G++ Lite 2008q3-72) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5227: $? = 0
configure:5234: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -v >&5
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
Thread model: posix
gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) 
configure:5238: $? = 0
configure:5245: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -V >&5
arm-linux-gcc-4.3.2: '-V' option must have argument
configure:5249: $? = 1
configure:5252: checking whether we are using the GNU C compiler
configure:5305: result: yes
configure:5314: checking whether /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 accepts -g
configure:5452: result: yes
configure:5469: checking for /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 option to accept ISO C89
configure:5573: result: none needed
configure:5593: checking dependency style of /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
configure:5703: result: gcc3
configure:5723: checking how to run the C preprocessor
configure:5841: result: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E
configure:5870: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
configure:5877: $? = 0
configure:5908: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:5915: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5960: checking for arm-linux-c++
configure:5976: found /usr/local/arm/4.3.2/bin/arm-linux-c++
configure:5987: result: arm-linux-c++
configure:6174: checking for C++ compiler version
configure:6182: arm-linux-c++ --version >&5
arm-linux-c++ (Sourcery G++ Lite 2008q3-72) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6186: $? = 0
configure:6193: arm-linux-c++ -v >&5
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
Thread model: posix
gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) 
configure:6197: $? = 0
configure:6204: arm-linux-c++ -V >&5
arm-linux-c++: '-V' option must have argument
configure:6208: $? = 1
configure:6211: checking whether we are using the GNU C++ compiler
configure:6240: arm-linux-c++ -c   conftest.cpp >&5
configure:6247: $? = 0
configure:6264: result: yes
configure:6273: checking whether arm-linux-c++ accepts -g
configure:6303: arm-linux-c++ -c -g  conftest.cpp >&5
configure:6310: $? = 0
configure:6411: result: yes
configure:6436: checking dependency style of arm-linux-c++
configure:6546: result: gcc3
configure:6583: arm-linux-c++ -c -g -O2  conftest.cpp >&5
configure:6590: $? = 0
configure:6627: checking for arm-linux-gcc
configure:6654: result: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
configure:6926: checking for C compiler version
configure:6934: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 --version >&5
arm-linux-gcc-4.3.2 (Sourcery G++ Lite 2008q3-72) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6938: $? = 0
configure:6945: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -v >&5
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
Thread model: posix
gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) 
configure:6949: $? = 0
configure:6956: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -V >&5
arm-linux-gcc-4.3.2: '-V' option must have argument
configure:6960: $? = 1
configure:6963: checking whether we are using the GNU C compiler
configure:7016: result: yes
configure:7025: checking whether /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 accepts -g
configure:7163: result: yes
configure:7180: checking for /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 option to accept ISO C89
configure:7284: result: none needed
configure:7304: checking dependency style of /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
configure:7414: result: gcc3
configure:7433: checking whether /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 and cc understand -c and -o together
configure:7468: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c conftest.c -o conftest2.o >&5
configure:7472: $? = 0
configure:7478: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c conftest.c -o conftest2.o >&5
configure:7482: $? = 0
configure:7493: cc -c conftest.c >&5
configure:7497: $? = 0
configure:7505: cc -c conftest.c -o conftest2.o >&5
configure:7509: $? = 0
configure:7515: cc -c conftest.c -o conftest2.o >&5
configure:7519: $? = 0
configure:7537: result: yes
configure:7578: checking for a BSD-compatible install
configure:7646: result: /usr/bin/install -c
configure:7665: checking for special C compiler options needed for large files
configure:7760: result: no
configure:7766: checking for _FILE_OFFSET_BITS value needed for large files
configure:7801: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
conftest.c:19: warning: left shift count >= width of type
conftest.c:19: warning: left shift count >= width of type
conftest.c:21: error: size of array 'off_t_is_large' is negative
configure:7808: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:7852: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:7859: $? = 0
configure:7877: result: 64
configure:8020: checking for pkg-config
configure:8038: found /usr/bin/pkg-config
configure:8051: result: /usr/bin/pkg-config
configure:8143: checking for gawk
configure:8170: result: gawk
configure:8185: checking for perl5
configure:8215: result: no
configure:8185: checking for perl
configure:8201: found /usr/bin/perl
configure:8212: result: perl
configure:8226: checking for indent
configure:8256: result: no
configure:8275: checking for perl
configure:8293: found /usr/bin/perl
configure:8305: result: /usr/bin/perl
configure:8354: checking for a Python interpreter with version >= 2.4
configure:8371: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:8374: $? = 0
configure:8381: result: python
configure:8389: checking for python
configure:8407: found /usr/bin/python
configure:8419: result: /usr/bin/python
configure:8437: checking for python version
configure:8444: result: 2.6
configure:8456: checking for python platform
configure:8463: result: linux2
configure:8470: checking for python script directory
configure:8499: result: ${prefix}/lib/python2.6/dist-packages
configure:8508: checking for python extension module directory
configure:8537: result: ${exec_prefix}/lib/python2.6/dist-packages
configure:8570: checking for iconv_open
configure:8626: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c  >&5
configure:8633: $? = 0
configure:8653: result: yes
configure:9046: checking for grep that handles long lines and -e
configure:9106: result: /bin/grep
configure:9111: checking for egrep
configure:9175: result: /bin/grep -E
configure:9181: checking whether we are using the GNU C Library 2.1 or newer
configure:9212: result: yes
configure:9226: checking Whether to cache iconv descriptors
configure:9252: result: no
configure:9260: checking for ANSI C header files
configure:9290: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9297: $? = 0
configure:9428: result: yes
configure:9452: checking for sys/types.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for sys/stat.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for stdlib.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for string.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for memory.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for strings.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for inttypes.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for stdint.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9452: checking for unistd.h
configure:9473: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9497: result: yes
configure:9528: checking locale.h usability
configure:9545: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9552: $? = 0
configure:9566: result: yes
configure:9570: checking locale.h presence
configure:9585: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
configure:9592: $? = 0
configure:9606: result: yes
configure:9639: checking for locale.h
configure:9648: result: yes
configure:9664: checking for LC_MESSAGES
configure:9690: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c  >&5
configure:9697: $? = 0
configure:9717: result: yes
configure:9746: checking libintl.h usability
configure:9763: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:9770: $? = 0
configure:9784: result: yes
configure:9788: checking libintl.h presence
configure:9803: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  conftest.c
configure:9810: $? = 0
configure:9824: result: yes
configure:9857: checking for libintl.h
configure:9864: result: yes
configure:9875: checking for ngettext in libc
configure:9903: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c  >&5
configure:9910: $? = 0
configure:9931: result: yes
configure:9935: checking for dgettext in libc
configure:9963: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c  >&5
configure:9970: $? = 0
configure:9991: result: yes
configure:10000: checking for bind_textdomain_codeset
configure:10056: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c  >&5
configure:10063: $? = 0
configure:10085: result: yes
configure:10601: checking for msgfmt
configure:10628: result: /usr/bin/msgfmt
configure:10641: checking for dcgettext
configure:10697: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c   >&5
conftest.c:51: warning: conflicting types for built-in function 'dcgettext'
configure:10704: $? = 0
configure:10726: result: yes
configure:10739: checking if msgfmt accepts -c
configure:10754: $MSGFMT -c -o /dev/null conftest.foo
configure:10757: $? = 0
configure:10759: result: yes
configure:10769: checking for gmsgfmt
configure:10800: result: /usr/bin/msgfmt
configure:10810: checking for xgettext
configure:10837: result: /usr/bin/xgettext
configure:10866: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c   >&5
configure:10873: $? = 0
configure:11049: checking for catalogs to be installed
configure:11074: result:  am ar as az be be latin bg bn bn_IN bs ca ca valencia cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kn ko ku lt lv mai mg mk ml mn mr ms nb ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr latin sr ije sv ta te th tl tr tt uk vi wa xh yi zh_CN zh_HK zh_TW
configure:11537: checking for a sed that does not truncate output
configure:11603: result: /bin/sed
configure:11621: checking for fgrep
configure:11685: result: /bin/grep -F
configure:11720: checking for ld used by /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
configure:11787: result: /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
configure:11796: checking if the linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) is GNU ld
configure:11811: result: yes
configure:11823: checking for BSD- or MS-compatible name lister (nm)
configure:11872: result: /usr/local/arm/4.3.2/bin/arm-linux-nm -B
configure:11990: checking the name lister (/usr/local/arm/4.3.2/bin/arm-linux-nm -B) interface
configure:11997: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:12000: /usr/local/arm/4.3.2/bin/arm-linux-nm -B "conftest.o"
configure:12003: output
00000000 B some_variable
configure:12010: result: BSD nm
configure:12013: checking whether ln -s works
configure:12017: result: yes
configure:12025: checking the maximum length of command line arguments
configure:12145: result: 1572864
configure:12162: checking whether the shell understands some XSI constructs
configure:12172: result: yes
configure:12176: checking whether the shell understands "+="
configure:12182: result: yes
configure:12217: checking for /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld option to reload object files
configure:12224: result: -r
configure:12253: checking for arm-linux-objdump
configure:12280: result: objdump
configure:12349: checking how to recognize dependent libraries
configure:12545: result: pass_all
configure:12565: checking for arm-linux-ar
configure:12581: found /usr/local/arm/4.3.2/bin/arm-linux-ar
configure:12592: result: arm-linux-ar
configure:12670: checking for arm-linux-strip
configure:12697: result: arm-linux-strip
configure:12769: checking for arm-linux-ranlib
configure:12785: found /usr/local/arm/4.3.2/bin/arm-linux-ranlib
configure:12796: result: arm-linux-ranlib
configure:12926: checking command to parse /usr/local/arm/4.3.2/bin/arm-linux-nm -B output from /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 object
configure:13044: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:13047: $? = 0
configure:13051: /usr/local/arm/4.3.2/bin/arm-linux-nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:13054: $? = 0
configure:13108: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   conftest.c conftstm.o >&5
configure:13111: $? = 0
configure:13149: result: ok
configure:14014: checking for dlfcn.h
configure:14035: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  conftest.c >&5
configure:14042: $? = 0
configure:14059: result: yes
configure:14186: checking for C++ compiler version
configure:14194: arm-linux-c++ --version >&5
arm-linux-c++ (Sourcery G++ Lite 2008q3-72) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:14198: $? = 0
configure:14205: arm-linux-c++ -v >&5
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /scratch/julian/lite-respin/linux/src/gcc-4.3/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery G++ Lite 2008q3-72' --with-bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --with-mpfr=/scratch/julian/lite-respin/linux/obj/host-libs-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi/bin
Thread model: posix
gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) 
configure:14209: $? = 0
configure:14216: arm-linux-c++ -V >&5
arm-linux-c++: '-V' option must have argument
configure:14220: $? = 1
configure:14223: checking whether we are using the GNU C++ compiler
configure:14276: result: yes
configure:14285: checking whether arm-linux-c++ accepts -g
configure:14423: result: yes
configure:14448: checking dependency style of arm-linux-c++
configure:14558: result: gcc3
configure:14581: checking how to run the C++ preprocessor
configure:14617: arm-linux-c++ -E  conftest.cpp
configure:14624: $? = 0
configure:14655: arm-linux-c++ -E  conftest.cpp
conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory
configure:14662: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14695: result: arm-linux-c++ -E
configure:14724: arm-linux-c++ -E  conftest.cpp
configure:14731: $? = 0
configure:14762: arm-linux-c++ -E  conftest.cpp
conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory
configure:14769: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14950: checking for objdir
configure:14965: result: .libs
configure:15257: checking if /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 supports -fno-rtti -fno-exceptions
configure:15275: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:15279: $? = 0
configure:15292: result: no
configure:15312: checking for /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 option to produce PIC
configure:15584: result: -fPIC -DPIC
configure:15596: checking if /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 PIC flag -fPIC -DPIC works
configure:15614: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:15618: $? = 0
configure:15631: result: yes
configure:15655: checking if /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 static flag -static works
configure:15683: result: yes
configure:15698: checking if /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 supports -c -o file.o
configure:15719: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:15723: $? = 0
configure:15745: result: yes
configure:15753: checking if /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 supports -c -o file.o
configure:15800: result: yes
configure:15833: checking whether the /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries
configure:16907: result: yes
configure:17146: checking dynamic linker characteristics
configure:17589: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c   >&5
configure:17596: $? = 0
configure:17832: result: GNU/Linux ld.so
configure:17934: checking how to hardcode library paths into programs
configure:17959: result: immediate
configure:18792: checking whether stripping libraries is possible
configure:18797: result: yes
configure:18832: checking if libtool supports shared libraries
configure:18834: result: yes
configure:18837: checking whether to build shared libraries
configure:18858: result: no
configure:18861: checking whether to build static libraries
configure:18865: result: yes
configure:19015: checking for ld used by arm-linux-c++
configure:19082: result: /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
configure:19091: checking if the linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) is GNU ld
configure:19106: result: yes
configure:19161: checking whether the arm-linux-c++ linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries
configure:20136: result: yes
configure:20164: arm-linux-c++ -c -g -O2  conftest.cpp >&5
configure:20167: $? = 0
configure:20349: checking for arm-linux-c++ option to produce PIC
configure:20666: result: -fPIC -DPIC
configure:20675: checking if arm-linux-c++ PIC flag -fPIC -DPIC works
configure:20693: arm-linux-c++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:20697: $? = 0
configure:20710: result: yes
configure:20731: checking if arm-linux-c++ static flag -static works
configure:20759: result: yes
configure:20771: checking if arm-linux-c++ supports -c -o file.o
configure:20792: arm-linux-c++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:20796: $? = 0
configure:20818: result: yes
configure:20823: checking if arm-linux-c++ supports -c -o file.o
configure:20870: result: yes
configure:20900: checking whether the arm-linux-c++ linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries
configure:20926: result: yes
configure:21063: checking dynamic linker characteristics
configure:21454: arm-linux-c++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp   >&5
configure:21461: $? = 0
configure:21697: result: GNU/Linux ld.so
configure:21748: checking how to hardcode library paths into programs
configure:21773: result: immediate
configure:21832: creating ./config.lt

## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:606: creating libtool
configure:23546: checking for extra flags for POSIX compliance
configure:23569: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:38: warning: unused variable 'dir'
configure:23576: $? = 0
configure:23581: result: none needed
configure:23641: checking for ANSI C header files
configure:23809: result: yes
configure:23825: checking for vprintf
configure:23881: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:58: warning: conflicting types for built-in function 'vprintf'
configure:23888: $? = 0
configure:23910: result: yes
configure:23919: checking for _doprnt
configure:23975: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccyl1jor.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:70: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:23982: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:24002: result: no
configure:24018: checking for working alloca.h
configure:24045: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24052: $? = 0
configure:24072: result: yes
configure:24082: checking for alloca
configure:24129: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24136: $? = 0
configure:24156: result: yes
configure:24402: checking for mmap
configure:24458: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24465: $? = 0
configure:24487: result: yes
configure:24402: checking for posix_memalign
configure:24458: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24465: $? = 0
configure:24487: result: yes
configure:24402: checking for memalign
configure:24458: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24465: $? = 0
configure:24487: result: yes
configure:24402: checking for valloc
configure:24458: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24465: $? = 0
configure:24487: result: yes
configure:24402: checking for fsync
configure:24458: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24465: $? = 0
configure:24487: result: yes
configure:24402: checking for pipe2
configure:24458: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccCKi1VD.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:77: undefined reference to `pipe2'
collect2: ld returned 1 exit status
configure:24465: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| /* end confdefs.h.  */
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pipe2 innocuous_pipe2
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pipe2 (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pipe2
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pipe2 ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pipe2 || defined __stub___pipe2
| choke me
| #endif
| 
| int
| main ()
| {
| return pipe2 ();
|   ;
|   return 0;
| }
configure:24487: result: no
configure:24506: checking for atexit
configure:24562: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24569: $? = 0
configure:24591: result: yes
configure:24506: checking for on_exit
configure:24562: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24569: $? = 0
configure:24591: result: yes
configure:24506: checking for timegm
configure:24562: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24569: $? = 0
configure:24591: result: yes
configure:24506: checking for gmtime_r
configure:24562: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:24569: $? = 0
configure:24591: result: yes
configure:24608: checking size of char
configure:24638: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:24645: $? = 0
configure:24675: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:83: error: size of array 'test_array' is negative
configure:24682: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:24675: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:24682: $? = 0
configure:24953: result: 1
configure:24967: checking size of short
configure:24997: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25004: $? = 0
configure:25034: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:84: error: size of array 'test_array' is negative
configure:25041: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25034: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:84: error: size of array 'test_array' is negative
configure:25041: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25034: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25041: $? = 0
configure:25189: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25196: $? = 0
configure:25312: result: 2
configure:25326: checking size of long
configure:25356: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25363: $? = 0
configure:25393: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:85: error: size of array 'test_array' is negative
configure:25400: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25393: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:85: error: size of array 'test_array' is negative
configure:25400: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25393: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:85: error: size of array 'test_array' is negative
configure:25400: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25393: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25400: $? = 0
configure:25548: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25555: $? = 0
configure:25548: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25555: $? = 0
configure:25671: result: 4
configure:25685: checking size of int
configure:25715: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25722: $? = 0
configure:25752: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:86: error: size of array 'test_array' is negative
configure:25759: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25752: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:86: error: size of array 'test_array' is negative
configure:25759: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25752: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:86: error: size of array 'test_array' is negative
configure:25759: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:25752: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25759: $? = 0
configure:25907: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25914: $? = 0
configure:25907: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:25914: $? = 0
configure:26030: result: 4
configure:26044: checking size of void *
configure:26074: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26081: $? = 0
configure:26111: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:87: error: size of array 'test_array' is negative
configure:26118: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26111: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:87: error: size of array 'test_array' is negative
configure:26118: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26111: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:87: error: size of array 'test_array' is negative
configure:26118: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26111: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26118: $? = 0
configure:26266: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26273: $? = 0
configure:26266: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26273: $? = 0
configure:26389: result: 4
configure:26403: checking size of long long
configure:26433: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26440: $? = 0
configure:26470: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: size of array 'test_array' is negative
configure:26477: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26470: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: size of array 'test_array' is negative
configure:26477: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26470: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: size of array 'test_array' is negative
configure:26477: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26470: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: size of array 'test_array' is negative
configure:26477: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26470: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26477: $? = 0
configure:26625: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26632: $? = 0
configure:26625: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26632: $? = 0
configure:26625: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:26632: $? = 0
configure:26748: result: 8
configure:26762: checking size of __int64
configure:26792: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:89: error: '__int64' undeclared (first use in this function)
conftest.c:89: error: (Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.)
conftest.c:89: warning: unused variable 'test_array'
configure:26799: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:26883: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:89: error: '__int64' undeclared (first use in this function)
conftest.c:89: error: (Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.)
conftest.c:89: warning: unused variable 'test_array'
configure:26890: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) < 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:27107: result: 0
configure:27134: checking for format to printf and scanf a guint64
configure:27215: result: none
configure:27238: checking for an ANSI C-conforming const
configure:27313: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:83: warning: 't' is used uninitialized in this function
conftest.c:99: warning: 'b' may be used uninitialized in this function
conftest.c:105: warning: 'cs[0]' is used uninitialized in this function
configure:27320: $? = 0
configure:27335: result: yes
configure:27347: checking if malloc() and friends prototypes are gmem.h compatible
configure:27382: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall -Werror  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:27389: $? = 0
configure:27409: result: yes
configure:27413: checking for growing stack pointer
configure:27481: result: yes
configure:27484: checking for __inline
configure:27502: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:27509: $? = 0
configure:27527: result: yes
configure:27536: checking for __inline__
configure:27554: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:27561: $? = 0
configure:27579: result: yes
configure:27588: checking for inline
configure:27607: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:27614: $? = 0
configure:27632: result: yes
configure:27643: checking if inline functions in headers work
configure:27677: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c: In function 'main':
conftest.c:23: warning: unused variable 'i'
conftest.c:24: warning: control reaches end of non-void function
configure:27684: $? = 0
configure:27703: result: yes
configure:27706: checking for working do while(0) macros
configure:27737: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:66: warning: 'main' is normally a non-static function
configure:27744: $? = 0
configure:27760: result: yes
configure:27771: checking for ISO C99 varargs macros in C
configure:27798: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:27805: $? = 0
configure:27819: result: yes
configure:27822: checking for ISO C99 varargs macros in C++
configure:27858: arm-linux-c++ -c -g -O2  -DG_DISABLE_SINGLE_INCLUDES conftest.cpp >&5
configure:27865: $? = 0
configure:27886: result: yes
configure:27889: checking for GNUC varargs macros
configure:27916: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:27923: $? = 0
configure:27937: result: yes
configure:27941: checking for GNUC visibility attribute
configure:27978: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:27984: $? = 0
configure:27987: (if test -s conftest.err; then false ; else true; fi)
configure:27990: $? = 0
configure:28001: result: yes
configure:28012: checking whether using Sun Studio C compiler
configure:28039: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:61:43: error: error: this is not Sun Studio.: No such file or directory
configure:28046: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| /* end confdefs.h.  */
| #if defined(__SUNPRO_C) || (__SUNPRO_C >= 0x550)
| #else
| # include "error: this is not Sun Studio."
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:28060: result: no
configure:28073: checking whether byte ordering is bigendian
configure:28098: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:28105: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:28155: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28162: $? = 0
configure:28194: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:66: error: 'not' undeclared (first use in this function)
conftest.c:66: error: (Each undeclared identifier is reported only once
conftest.c:66: error: for each function it appears in.)
conftest.c:66: error: expected ';' before 'big'
configure:28201: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:28453: result: no
configure:28598: checking dirent.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking dirent.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for dirent.h
configure:28718: result: yes
configure:28598: checking float.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking float.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for float.h
configure:28718: result: yes
configure:28598: checking limits.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking limits.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for limits.h
configure:28718: result: yes
configure:28598: checking pwd.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking pwd.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for pwd.h
configure:28718: result: yes
configure:28598: checking grp.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking grp.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for grp.h
configure:28718: result: yes
configure:28598: checking sys/param.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking sys/param.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for sys/param.h
configure:28718: result: yes
configure:28598: checking sys/poll.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking sys/poll.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for sys/poll.h
configure:28718: result: yes
configure:28598: checking sys/resource.h usability
configure:28615: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28622: $? = 0
configure:28636: result: yes
configure:28640: checking sys/resource.h presence
configure:28655: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28662: $? = 0
configure:28676: result: yes
configure:28709: checking for sys/resource.h
configure:28718: result: yes
configure:28753: checking sys/time.h usability
configure:28770: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28777: $? = 0
configure:28791: result: yes
configure:28795: checking sys/time.h presence
configure:28810: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28817: $? = 0
configure:28831: result: yes
configure:28864: checking for sys/time.h
configure:28873: result: yes
configure:28753: checking sys/times.h usability
configure:28770: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28777: $? = 0
configure:28791: result: yes
configure:28795: checking sys/times.h presence
configure:28810: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28817: $? = 0
configure:28831: result: yes
configure:28864: checking for sys/times.h
configure:28873: result: yes
configure:28753: checking sys/wait.h usability
configure:28770: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28777: $? = 0
configure:28791: result: yes
configure:28795: checking sys/wait.h presence
configure:28810: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28817: $? = 0
configure:28831: result: yes
configure:28864: checking for sys/wait.h
configure:28873: result: yes
configure:28742: checking for unistd.h
configure:28749: result: yes
configure:28753: checking values.h usability
configure:28770: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28777: $? = 0
configure:28791: result: yes
configure:28795: checking values.h presence
configure:28810: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28817: $? = 0
configure:28831: result: yes
configure:28864: checking for values.h
configure:28873: result: yes
configure:28908: checking sys/select.h usability
configure:28925: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28932: $? = 0
configure:28946: result: yes
configure:28950: checking sys/select.h presence
configure:28965: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28972: $? = 0
configure:28986: result: yes
configure:29019: checking for sys/select.h
configure:29028: result: yes
configure:28897: checking for sys/types.h
configure:28904: result: yes
configure:28897: checking for stdint.h
configure:28904: result: yes
configure:28908: checking sched.h usability
configure:28925: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28932: $? = 0
configure:28946: result: yes
configure:28950: checking sched.h presence
configure:28965: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28972: $? = 0
configure:28986: result: yes
configure:29019: checking for sched.h
configure:29028: result: yes
configure:28908: checking malloc.h usability
configure:28925: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:28932: $? = 0
configure:28946: result: yes
configure:28950: checking malloc.h presence
configure:28965: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:28972: $? = 0
configure:28986: result: yes
configure:29019: checking for malloc.h
configure:29028: result: yes
configure:29063: checking sys/vfs.h usability
configure:29080: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29087: $? = 0
configure:29101: result: yes
configure:29105: checking sys/vfs.h presence
configure:29120: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29127: $? = 0
configure:29141: result: yes
configure:29174: checking for sys/vfs.h
configure:29183: result: yes
configure:29063: checking sys/mount.h usability
configure:29080: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29087: $? = 0
configure:29101: result: yes
configure:29105: checking sys/mount.h presence
configure:29120: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29127: $? = 0
configure:29141: result: yes
configure:29174: checking for sys/mount.h
configure:29183: result: yes
configure:29063: checking sys/vmount.h usability
configure:29080: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:112:24: error: sys/vmount.h: No such file or directory
configure:29087: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vmount.h>
configure:29101: result: no
configure:29105: checking sys/vmount.h presence
configure:29120: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:79:24: error: sys/vmount.h: No such file or directory
configure:29127: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h.  */
| #include <sys/vmount.h>
configure:29141: result: no
configure:29174: checking for sys/vmount.h
configure:29183: result: no
configure:29063: checking sys/statfs.h usability
configure:29080: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29087: $? = 0
configure:29101: result: yes
configure:29105: checking sys/statfs.h presence
configure:29120: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29127: $? = 0
configure:29141: result: yes
configure:29174: checking for sys/statfs.h
configure:29183: result: yes
configure:29063: checking sys/statvfs.h usability
configure:29080: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29087: $? = 0
configure:29101: result: yes
configure:29105: checking sys/statvfs.h presence
configure:29120: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29127: $? = 0
configure:29141: result: yes
configure:29174: checking for sys/statvfs.h
configure:29183: result: yes
configure:29219: checking mntent.h usability
configure:29236: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29243: $? = 0
configure:29257: result: yes
configure:29261: checking mntent.h presence
configure:29276: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29283: $? = 0
configure:29297: result: yes
configure:29330: checking for mntent.h
configure:29339: result: yes
configure:29219: checking sys/mnttab.h usability
configure:29236: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:115:24: error: sys/mnttab.h: No such file or directory
configure:29243: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mnttab.h>
configure:29257: result: no
configure:29261: checking sys/mnttab.h presence
configure:29276: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:82:24: error: sys/mnttab.h: No such file or directory
configure:29283: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <sys/mnttab.h>
configure:29297: result: no
configure:29330: checking for sys/mnttab.h
configure:29339: result: no
configure:29219: checking sys/vfstab.h usability
configure:29236: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:115:24: error: sys/vfstab.h: No such file or directory
configure:29243: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vfstab.h>
configure:29257: result: no
configure:29261: checking sys/vfstab.h presence
configure:29276: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:82:24: error: sys/vfstab.h: No such file or directory
configure:29283: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <sys/vfstab.h>
configure:29297: result: no
configure:29330: checking for sys/vfstab.h
configure:29339: result: no
configure:29219: checking sys/mntctl.h usability
configure:29236: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:115:24: error: sys/mntctl.h: No such file or directory
configure:29243: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mntctl.h>
configure:29257: result: no
configure:29261: checking sys/mntctl.h presence
configure:29276: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:82:24: error: sys/mntctl.h: No such file or directory
configure:29283: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <sys/mntctl.h>
configure:29297: result: no
configure:29330: checking for sys/mntctl.h
configure:29339: result: no
configure:29219: checking sys/sysctl.h usability
configure:29236: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29243: $? = 0
configure:29257: result: yes
configure:29261: checking sys/sysctl.h presence
configure:29276: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29283: $? = 0
configure:29297: result: yes
configure:29330: checking for sys/sysctl.h
configure:29339: result: yes
configure:29219: checking fstab.h usability
configure:29236: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29243: $? = 0
configure:29257: result: yes
configure:29261: checking fstab.h presence
configure:29276: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29283: $? = 0
configure:29297: result: yes
configure:29330: checking for fstab.h
configure:29339: result: yes
configure:29370: checking sys/uio.h usability
configure:29387: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29394: $? = 0
configure:29408: result: yes
configure:29412: checking sys/uio.h presence
configure:29427: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:29434: $? = 0
configure:29448: result: yes
configure:29481: checking for sys/uio.h
configure:29490: result: yes
configure:29507: checking for struct stat.st_mtimensec
configure:29535: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:122: error: 'struct stat' has no member named 'st_mtimensec'
configure:29542: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:29575: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:122: error: 'struct stat' has no member named 'st_mtimensec'
configure:29582: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_mtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:29600: result: no
configure:29610: checking for struct stat.st_mtim.tv_nsec
configure:29638: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29645: $? = 0
configure:29703: result: yes
configure:29713: checking for struct stat.st_atimensec
configure:29741: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:123: error: 'struct stat' has no member named 'st_atimensec'
configure:29748: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atimensec)
| return 0;
|   ;
|   return 0;
| }
configure:29781: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:123: error: 'struct stat' has no member named 'st_atimensec'
configure:29788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_atimensec)
| return 0;
|   ;
|   return 0;
| }
configure:29806: result: no
configure:29816: checking for struct stat.st_atim.tv_nsec
configure:29844: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:29851: $? = 0
configure:29909: result: yes
configure:29919: checking for struct stat.st_ctimensec
configure:29947: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:124: error: 'struct stat' has no member named 'st_ctimensec'
configure:29954: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_ctimensec)
| return 0;
|   ;
|   return 0;
| }
configure:29987: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:124: error: 'struct stat' has no member named 'st_ctimensec'
configure:29994: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_ctimensec)
| return 0;
|   ;
|   return 0;
| }
configure:30012: result: no
configure:30022: checking for struct stat.st_ctim.tv_nsec
configure:30050: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:30057: $? = 0
configure:30115: result: yes
configure:30126: checking for struct stat.st_blksize
configure:30166: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:30173: $? = 0
configure:30243: result: yes
configure:30253: checking for struct stat.st_blocks
configure:30293: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:30300: $? = 0
configure:30370: result: yes
configure:30380: checking for struct statfs.f_fstypename
configure:30420: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:107: error: 'struct statfs' has no member named 'f_fstypename'
configure:30427: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/stat.h>
| #include <unistd.h>
| #ifdef HAVE_SYS_STATFS_H
| #include <sys/statfs.h>
| #endif
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_MOUNT_H
| #include <sys/mount.h>
| #endif
| 
| int
| main ()
| {
| static struct statfs ac_aggr;
| if (ac_aggr.f_fstypename)
| return 0;
|   ;
|   return 0;
| }
configure:30472: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:107: error: 'struct statfs' has no member named 'f_fstypename'
configure:30479: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/stat.h>
| #include <unistd.h>
| #ifdef HAVE_SYS_STATFS_H
| #include <sys/statfs.h>
| #endif
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_MOUNT_H
| #include <sys/mount.h>
| #endif
| 
| int
| main ()
| {
| static struct statfs ac_aggr;
| if (sizeof ac_aggr.f_fstypename)
| return 0;
|   ;
|   return 0;
| }
configure:30497: result: no
configure:30507: checking for struct statfs.f_bavail
configure:30547: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:30554: $? = 0
configure:30624: result: yes
configure:30636: checking for struct statvfs.f_basetype
configure:30665: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:97: error: 'struct statvfs' has no member named 'f_basetype'
configure:30672: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| /* end confdefs.h.  */
| #include <sys/statvfs.h>
| 
| int
| main ()
| {
| static struct statvfs ac_aggr;
| if (ac_aggr.f_basetype)
| return 0;
|   ;
|   return 0;
| }
configure:30706: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:97: error: 'struct statvfs' has no member named 'f_basetype'
configure:30713: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| /* end confdefs.h.  */
| #include <sys/statvfs.h>
| 
| int
| main ()
| {
| static struct statvfs ac_aggr;
| if (sizeof ac_aggr.f_basetype)
| return 0;
|   ;
|   return 0;
| }
configure:30731: result: no
configure:30745: checking for nl_langinfo and CODESET
configure:30771: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c: In function 'main':
conftest.c:95: warning: unused variable 'cs'
configure:30778: $? = 0
configure:30799: result: yes
configure:30810: checking whether we are using the GNU C Library 2.1 or newer
configure:30841: result: yes
configure:30865: checking stddef.h usability
configure:30882: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:30889: $? = 0
configure:30903: result: yes
configure:30907: checking stddef.h presence
configure:30922: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:30929: $? = 0
configure:30943: result: yes
configure:30976: checking for stddef.h
configure:30985: result: yes
configure:30854: checking for stdlib.h
configure:30861: result: yes
configure:30854: checking for string.h
configure:30861: result: yes
configure:31004: checking for setlocale
configure:31060: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31067: $? = 0
configure:31089: result: yes
configure:31107: checking size of size_t
configure:31137: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:31144: $? = 0
configure:31174: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:132: error: size of array 'test_array' is negative
configure:31181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:31174: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:132: error: size of array 'test_array' is negative
configure:31181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:31174: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:132: error: size of array 'test_array' is negative
configure:31181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:31174: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:31181: $? = 0
configure:31329: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:31336: $? = 0
configure:31329: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:31336: $? = 0
configure:31452: result: 4
configure:31463: checking for the appropriate definition for size_t
configure:31507: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:31513: $? = 0
configure:31516: (if test -s conftest.err; then false ; else true; fi)
configure:31519: $? = 0
configure:31570: result: unsigned int
configure:31594: checking for lstat
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for strerror
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for strsignal
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for memmove
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:123: warning: conflicting types for built-in function 'memmove'
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for vsnprintf
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:124: warning: conflicting types for built-in function 'vsnprintf'
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for stpcpy
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:125: warning: conflicting types for built-in function 'stpcpy'
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for strcasecmp
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:126: warning: conflicting types for built-in function 'strcasecmp'
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for strncasecmp
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:127: warning: conflicting types for built-in function 'strncasecmp'
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for poll
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for getcwd
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for vasprintf
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for setenv
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for unsetenv
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for getc_unlocked
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for readlink
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for symlink
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31657: $? = 0
configure:31679: result: yes
configure:31594: checking for fdwalk
configure:31650: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccU6axmr.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:147: undefined reference to `fdwalk'
collect2: ld returned 1 exit status
configure:31657: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| /* end confdefs.h.  */
| /* Define fdwalk to an innocuous variant, in case <limits.h> declares fdwalk.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fdwalk innocuous_fdwalk
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fdwalk (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fdwalk
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fdwalk ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_fdwalk || defined __stub___fdwalk
| choke me
| #endif
| 
| int
| main ()
| {
| return fdwalk ();
|   ;
|   return 0;
| }
configure:31679: result: no
configure:31705: checking for chown
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for lchmod
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:142: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:31768: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| /* end confdefs.h.  */
| /* Define lchmod to an innocuous variant, in case <limits.h> declares lchmod.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lchmod innocuous_lchmod
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lchmod (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef lchmod
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lchmod ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_lchmod || defined __stub___lchmod
| choke me
| #endif
| 
| int
| main ()
| {
| return lchmod ();
|   ;
|   return 0;
| }
configure:31790: result: no
configure:31705: checking for lchown
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for fchmod
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for fchown
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for link
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for statvfs
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for statfs
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for utimes
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for getgrgid
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31705: checking for getpwuid
configure:31761: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31768: $? = 0
configure:31790: result: yes
configure:31810: checking for getmntent_r
configure:31866: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31873: $? = 0
configure:31895: result: yes
configure:31810: checking for setmntent
configure:31866: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31873: $? = 0
configure:31895: result: yes
configure:31810: checking for endmntent
configure:31866: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31873: $? = 0
configure:31895: result: yes
configure:31810: checking for hasmntopt
configure:31866: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31873: $? = 0
configure:31895: result: yes
configure:31810: checking for getmntinfo
configure:31866: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccSWSUsn.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:161: undefined reference to `getmntinfo'
collect2: ld returned 1 exit status
configure:31873: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| /* end confdefs.h.  */
| /* Define getmntinfo to an innocuous variant, in case <limits.h> declares getmntinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getmntinfo innocuous_getmntinfo
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getmntinfo (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getmntinfo
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getmntinfo ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getmntinfo || defined __stub___getmntinfo
| choke me
| #endif
| 
| int
| main ()
| {
| return getmntinfo ();
|   ;
|   return 0;
| }
configure:31895: result: no
configure:31913: checking for nanosleep
configure:31969: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:31976: $? = 0
configure:31998: result: yes
configure:31913: checking for nsleep
configure:31969: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/cc8KeMcc.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:162: undefined reference to `nsleep'
collect2: ld returned 1 exit status
configure:31976: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| /* Define nsleep to an innocuous variant, in case <limits.h> declares nsleep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nsleep innocuous_nsleep
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nsleep (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nsleep
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nsleep ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_nsleep || defined __stub___nsleep
| choke me
| #endif
| 
| int
| main ()
| {
| return nsleep ();
|   ;
|   return 0;
| }
configure:31998: result: no
configure:32027: checking crt_externs.h usability
configure:32044: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:161:25: error: crt_externs.h: No such file or directory
configure:32051: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:32065: result: no
configure:32069: checking crt_externs.h presence
configure:32084: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:128:25: error: crt_externs.h: No such file or directory
configure:32091: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:32105: result: no
configure:32138: checking for crt_externs.h
configure:32147: result: no
configure:32166: checking for _NSGetEnviron
configure:32222: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccCCWkrC.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:162: undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:32229: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _NSGetEnviron innocuous__NSGetEnviron
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _NSGetEnviron
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
| 
| int
| main ()
| {
| return _NSGetEnviron ();
|   ;
|   return 0;
| }
configure:32251: result: no
configure:32264: checking for C99 vsnprintf
configure:32352: result: no
configure:32362: checking whether printf supports positional parameters
configure:32426: result: no
configure:32450: checking value of AF_INET
configure:32480: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:32487: $? = 0
configure:32517: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:32524: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_INET) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:32517: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:32524: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_INET) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:32517: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:32524: $? = 0
configure:32672: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:32679: $? = 0
configure:32776: result: 2
configure:32779: checking value of AF_INET6
configure:32809: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:32816: $? = 0
configure:32846: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:32853: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_INET6) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:32846: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:32853: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_INET6) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:32846: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:32853: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_INET6) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:32846: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:32853: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_INET6) <= 7)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:32846: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:32853: $? = 0
configure:33001: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33008: $? = 0
configure:33001: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:33008: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_INET6) <= 9)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:33001: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33008: $? = 0
configure:33105: result: 10
configure:33109: checking value of AF_UNIX
configure:33139: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33146: $? = 0
configure:33176: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:33183: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((AF_UNIX) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:33176: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33183: $? = 0
configure:33435: result: 1
configure:33445: checking value of MSG_PEEK
configure:33475: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33482: $? = 0
configure:33512: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:33519: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((MSG_PEEK) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:33512: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:33519: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((MSG_PEEK) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:33512: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33519: $? = 0
configure:33667: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33674: $? = 0
configure:33771: result: 2
configure:33774: checking value of MSG_OOB
configure:33804: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33811: $? = 0
configure:33841: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:33848: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((MSG_OOB) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:33841: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:33848: $? = 0
configure:34100: result: 1
configure:34103: checking value of MSG_DONTROUTE
configure:34133: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:34140: $? = 0
configure:34170: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:34177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((MSG_DONTROUTE) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:34170: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:34177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((MSG_DONTROUTE) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:34170: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: error: size of array 'test_array' is negative
configure:34177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
|   
| int
| main ()
| {
| static int test_array [1 - 2 * !((MSG_DONTROUTE) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:34170: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:34177: $? = 0
configure:34325: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:34332: $? = 0
configure:34325: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:34332: $? = 0
configure:34429: result: 4
configure:34443: checking for getprotobyname_r
configure:34499: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:34506: $? = 0
configure:34528: result: yes
configure:34443: checking for endservent
configure:34499: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:34506: $? = 0
configure:34528: result: yes
configure:34559: checking netdb.h usability
configure:34576: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:34583: $? = 0
configure:34597: result: yes
configure:34601: checking netdb.h presence
configure:34616: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:34623: $? = 0
configure:34637: result: yes
configure:34670: checking for netdb.h
configure:34679: result: yes
configure:34559: checking winsock2.h usability
configure:34576: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:164:22: error: winsock2.h: No such file or directory
configure:34583: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock2.h>
configure:34597: result: no
configure:34601: checking winsock2.h presence
configure:34616: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:131:22: error: winsock2.h: No such file or directory
configure:34623: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h.  */
| #include <winsock2.h>
configure:34637: result: no
configure:34670: checking for winsock2.h
configure:34679: result: no
configure:34559: checking mswsock.h usability
configure:34576: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:164:21: error: mswsock.h: No such file or directory
configure:34583: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mswsock.h>
configure:34597: result: no
configure:34601: checking mswsock.h presence
configure:34616: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:131:21: error: mswsock.h: No such file or directory
configure:34623: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h.  */
| #include <mswsock.h>
configure:34637: result: no
configure:34670: checking for mswsock.h
configure:34679: result: no
configure:34559: checking wspiapi.h usability
configure:34576: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:164:21: error: wspiapi.h: No such file or directory
configure:34583: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wspiapi.h>
configure:34597: result: no
configure:34601: checking wspiapi.h presence
configure:34616: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:131:21: error: wspiapi.h: No such file or directory
configure:34623: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h.  */
| #include <wspiapi.h>
configure:34637: result: no
configure:34670: checking for wspiapi.h
configure:34679: result: no
configure:34703: checking for strndup
configure:34759: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:154: warning: conflicting types for built-in function 'strndup'
configure:34766: $? = 0
configure:34788: result: yes
configure:34703: checking for setresuid
configure:34759: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:34766: $? = 0
configure:34788: result: yes
configure:34703: checking for setreuid
configure:34759: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:34766: $? = 0
configure:34788: result: yes
configure:34817: checking sys/prctl.h usability
configure:34834: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:34841: $? = 0
configure:34855: result: yes
configure:34859: checking sys/prctl.h presence
configure:34874: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:34881: $? = 0
configure:34895: result: yes
configure:34928: checking for sys/prctl.h
configure:34937: result: yes
configure:34817: checking arpa/nameser_compat.h usability
configure:34834: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:34841: $? = 0
configure:34855: result: yes
configure:34859: checking arpa/nameser_compat.h presence
configure:34874: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:34881: $? = 0
configure:34895: result: yes
configure:34928: checking for arpa/nameser_compat.h
configure:34937: result: yes
configure:34952: checking for res_query
configure:35008: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccwomS25.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:170: undefined reference to `res_query'
collect2: ld returned 1 exit status
configure:35015: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| /* end confdefs.h.  */
| /* Define res_query to an innocuous variant, in case <limits.h> declares res_query.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define res_query innocuous_res_query
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char res_query (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef res_query
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char res_query ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_res_query || defined __stub___res_query
| choke me
| #endif
| 
| int
| main ()
| {
| return res_query ();
|   ;
|   return 0;
| }
configure:35035: result: no
configure:35040: checking for res_query in -lresolv
configure:35075: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -lresolv    >&5
/tmp/ccOtkbul.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:147: undefined reference to `res_query'
collect2: ld returned 1 exit status
configure:35082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char res_query ();
| int
| main ()
| {
| return res_query ();
|   ;
|   return 0;
| }
configure:35103: result: no
configure:35110: checking for res_query in -lresolv (alternate version)
configure:35133: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -lresolv   >&5
configure:35140: $? = 0
configure:35148: result: yes
configure:35267: checking number of arguments to statfs()
configure:35303: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:153: warning: null argument where non-null required (argument 1)
configure:35310: $? = 0
configure:35316: result: 2
configure:35464: checking for signed
configure:35490: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:142: warning: unused variable 'x'
configure:35497: $? = 0
configure:35512: result: yes
configure:35523: checking for long long
configure:35550: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:35557: $? = 0
configure:35577: result: yes
configure:35588: checking for long double
configure:35645: result: yes
configure:35656: checking for wchar_t
configure:35683: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:35690: $? = 0
configure:35705: result: yes
configure:35716: checking for wint_t
configure:35743: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:35750: $? = 0
configure:35765: result: yes
configure:35775: checking for size_t
configure:35803: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:35810: $? = 0
configure:35837: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:178: error: expected expression before ')' token
configure:35844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:35867: result: yes
configure:35879: checking for ptrdiff_t
configure:35907: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:35914: $? = 0
configure:35941: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:178: error: expected expression before ')' token
configure:35948: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:35971: result: yes
configure:35983: checking for inttypes.h
configure:36010: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:148: warning: unused variable 'i'
configure:36017: $? = 0
configure:36032: result: yes
configure:36043: checking for stdint.h
configure:36070: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:149: warning: unused variable 'i'
configure:36077: $? = 0
configure:36092: result: yes
configure:36128: checking for snprintf
configure:36184: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c:169: warning: conflicting types for built-in function 'snprintf'
configure:36191: $? = 0
configure:36213: result: yes
configure:36128: checking for wcslen
configure:36184: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:36191: $? = 0
configure:36213: result: yes
configure:36225: checking for C99 snprintf
configure:36311: result: no
configure:36418: checking for sys_errlist
configure:36445: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/cc6Tgpgw.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:159: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:159: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
configure:36452: $? = 0
configure:36471: result: yes
configure:36482: checking for sys_siglist
configure:36508: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
conftest.c: In function 'main':
conftest.c:154: warning: implicit declaration of function 'exit'
conftest.c:154: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:154: warning: passing argument 1 of 'exit' makes integer from pointer without a cast
configure:36515: $? = 0
configure:36534: result: yes
configure:36545: checking for sys_siglist declaration
configure:36570: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:153: warning: implicit declaration of function 'strlen'
conftest.c:153: warning: incompatible implicit declaration of built-in function 'strlen'
conftest.c:153: warning: statement with no effect
configure:36577: $? = 0
configure:36591: result: yes
configure:36602: checking for fd_set
configure:36625: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:152: warning: unused variable 'writeMask'
conftest.c:152: warning: unused variable 'readMask'
configure:36632: $? = 0
configure:36647: result: yes, found in sys/types.h
configure:36685: checking whether realloc (NULL,) will work
configure:36743: result: yes
configure:36753: checking for nl_langinfo (CODESET)
configure:36780: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:153: warning: unused variable 'codeset'
configure:36787: $? = 0
configure:36802: result: yes
configure:36812: checking for a compliant posix_memalign() implementation
configure:36902: result: no
configure:36908: checking for OpenBSD strlcpy/strlcat
configure:36970: result: no
configure:36981: checking for an implementation of va_copy()
configure:37009: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:37016: $? = 0
configure:37037: result: yes
configure:37039: checking for an implementation of __va_copy()
configure:37067: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
configure:37074: $? = 0
configure:37095: result: yes
configure:37113: checking whether va_lists can be copied by value
configure:37181: result: yes
configure:37215: checking for dlopen
configure:37271: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccmkfupf.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:185: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:37278: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:37298: result: no
configure:37468: checking for NSLinkModule
configure:37524: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccCXUfso.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:185: undefined reference to `NSLinkModule'
collect2: ld returned 1 exit status
configure:37531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| /* Define NSLinkModule to an innocuous variant, in case <limits.h> declares NSLinkModule.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define NSLinkModule innocuous_NSLinkModule
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char NSLinkModule (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef NSLinkModule
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char NSLinkModule ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_NSLinkModule || defined __stub___NSLinkModule
| choke me
| #endif
| 
| int
| main ()
| {
| return NSLinkModule ();
|   ;
|   return 0;
| }
configure:37551: result: no
configure:37560: checking for dlopen in -ldl
configure:37595: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -ldl    >&5
configure:37602: $? = 0
configure:37623: result: yes
configure:37626: checking for dlsym in -ldl
configure:37661: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -ldl    >&5
configure:37668: $? = 0
configure:37689: result: yes
configure:37779: checking for RTLD_GLOBAL brokenness
configure:37852: result: no
configure:37859: checking for preceeding underscore in symbols
configure:37930: result: no
configure:37945: checking for dlerror
configure:38001: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -ldl   >&5
configure:38008: $? = 0
configure:38028: result: yes
configure:38045: checking for the suffix of module shared libraries
configure:38053: result: .so
configure:38074: checking for gspawn implementation
configure:38084: result: gspawn.lo
configure:38089: checking for GIOChannel implementation
configure:38099: result: giounix.lo
configure:38124: checking for is_selinux_enabled in -lselinux
configure:38159: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -lselinux    >&5
/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
configure:38166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char is_selinux_enabled ();
| int
| main ()
| {
| return is_selinux_enabled ();
|   ;
|   return 0;
| }
configure:38187: result: no
configure:38439: checking sys/inotify.h usability
configure:38456: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:38463: $? = 0
configure:38477: result: yes
configure:38481: checking sys/inotify.h presence
configure:38496: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:38503: $? = 0
configure:38517: result: yes
configure:38550: checking for sys/inotify.h
configure:38559: result: yes
configure:38575: checking for inotify_init1
configure:38631: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccDNX0zj.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:186: undefined reference to `inotify_init1'
collect2: ld returned 1 exit status
configure:38638: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| /* end confdefs.h.  */
| /* Define inotify_init1 to an innocuous variant, in case <limits.h> declares inotify_init1.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define inotify_init1 innocuous_inotify_init1
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char inotify_init1 (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef inotify_init1
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char inotify_init1 ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_inotify_init1 || defined __stub___inotify_init1
| choke me
| #endif
| 
| int
| main ()
| {
| return inotify_init1 ();
|   ;
|   return 0;
| }
configure:38660: result: no
configure:38702: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:2:18: error: port.h: No such file or directory
conftest.c:4:2: error: #error "Please upgrade to Nevada 72 or above to suppoert FEN"
configure:38709: $? = 1
configure: failed program was:
| 
| #include <port.h>
| #ifndef PORT_SOURCE_FILE
| #error "Please upgrade to Nevada 72 or above to suppoert FEN"
| #endif
| int main() { return 0; }
configure:38752: checking for FAMOpen in -lfam
configure:38787: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -lfam    >&5
/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lfam
collect2: ld returned 1 exit status
configure:38794: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char FAMOpen ();
| int
| main ()
| {
| return FAMOpen ();
|   ;
|   return 0;
| }
configure:38815: result: no
configure:39052: WARNING: *** FAM support will not be built (FAM library not found) ***
configure:39079: checking for getxattr in -lc
configure:39114: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -lc    >&5
configure:39121: $? = 0
configure:39142: result: yes
configure:39161: checking sys/xattr.h usability
configure:39178: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:39185: $? = 0
configure:39199: result: yes
configure:39203: checking sys/xattr.h presence
configure:39218: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E  -DG_DISABLE_SINGLE_INCLUDES conftest.c
configure:39225: $? = 0
configure:39239: result: yes
configure:39272: checking for sys/xattr.h
configure:39281: result: yes
configure:39535: checking for XATTR_NOFOLLOW
configure:39568: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:168: error: 'XATTR_NOFOLLOW' undeclared (first use in this function)
conftest.c:168: error: (Each undeclared identifier is reported only once
conftest.c:168: error: for each function it appears in.)
conftest.c:168: error: too many arguments to function 'getxattr'
conftest.c:168: warning: unused variable 'len'
configure:39575: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| /* end confdefs.h.  */
| 
|       #include <stdio.h>
|       #ifdef HAVE_SYS_TYPES_H
|       #include <sys/types.h>
|       #endif
|       #ifdef HAVE_SYS_XATTR_H
|       #include <sys/xattr.h>
|       #elif HAVE_ATTR_XATTR_H
|       #include <attr/xattr.h>
|       #endif
| 
| int
| main ()
| {
| ssize_t len = getxattr("", "", NULL, 0, 0, XATTR_NOFOLLOW);
|   ;
|   return 0;
| }
configure:39593: result: no
configure:39605: checking for platform-dependent source
configure:39615: result: 
configure:39619: checking whether to compile timeloop
configure:39629: result: yes
configure:39640: checking if building for some Win32 platform
configure:39650: result: no
configure:39879: checking for thread implementation
configure:39888: result: no
configure:40450: checking thread related libraries
configure:40452: result: 
configure:41867: checking size of void *
configure:41901: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:41908: $? = 0
configure:41938: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:190: error: size of array 'test_array' is negative
configure:41945: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:41938: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:190: error: size of array 'test_array' is negative
configure:41945: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:41938: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:190: error: size of array 'test_array' is negative
configure:41945: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:41938: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:41945: $? = 0
configure:42093: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:42100: $? = 0
configure:42093: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:42100: $? = 0
configure:42202: result: 4
configure:42675: checking for clock_gettime
configure:42731: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c   >&5
/tmp/ccUcxUVa.o: In function `main':
/opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/conftest.c:190: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:42738: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:42760: result: no
configure:42771: checking for clock_gettime in -lrt
configure:42806: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -o conftest -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES  conftest.c -lrt    >&5
configure:42813: $? = 0
configure:42834: result: yes
configure:42852: checking for monotonic clocks
configure:42880: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:42887: $? = 0
configure:42902: result: yes
configure:42914: checking whether to use assembler code for atomic operations
configure:43102: result: arm
configure:43153: checking value of POLLIN
configure:43183: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43190: $? = 0
configure:43220: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:43227: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLIN) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:43220: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43227: $? = 0
configure:43479: result: 1
configure:43482: checking value of POLLOUT
configure:43512: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43519: $? = 0
configure:43549: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:43556: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLOUT) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:43549: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:43556: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLOUT) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:43549: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:43556: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLOUT) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:43549: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43556: $? = 0
configure:43704: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43711: $? = 0
configure:43704: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43711: $? = 0
configure:43808: result: 4
configure:43811: checking value of POLLPRI
configure:43841: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43848: $? = 0
configure:43878: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:43885: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLPRI) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:43878: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:43885: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLPRI) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:43878: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:43885: $? = 0
configure:44033: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44040: $? = 0
configure:44137: result: 2
configure:44140: checking value of POLLERR
configure:44170: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44177: $? = 0
configure:44207: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44214: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLERR) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44207: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44214: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLERR) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44207: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44214: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLERR) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44207: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44214: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLERR) <= 7)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44207: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44214: $? = 0
configure:44362: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44369: $? = 0
configure:44362: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44369: $? = 0
configure:44362: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44369: $? = 0
configure:44466: result: 8
configure:44469: checking value of POLLHUP
configure:44499: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44506: $? = 0
configure:44536: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLHUP) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44536: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLHUP) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44536: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLHUP) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44536: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLHUP) <= 7)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44536: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLHUP) <= 15)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44536: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44543: $? = 0
configure:44691: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44698: $? = 0
configure:44691: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44698: $? = 0
configure:44691: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44698: $? = 0
configure:44691: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44698: $? = 0
configure:44795: result: 16
configure:44798: checking value of POLLNVAL
configure:44828: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44835: $? = 0
configure:44865: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLNVAL) <= 0)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44865: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLNVAL) <= 1)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44865: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLNVAL) <= 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44865: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLNVAL) <= 7)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44865: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLNVAL) <= 15)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44865: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: size of array 'test_array' is negative
configure:44872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.22.4"
| #define PACKAGE_STRING "glib 2.22.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 22
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 2204
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_FSYNC 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_CHOWN 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_STATVFS 1
| #define HAVE_STATFS 1
| #define HAVE_UTIMES 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETMNTENT_R 1
| #define HAVE_SETMNTENT 1
| #define HAVE_ENDMNTENT 1
| #define HAVE_HASMNTOPT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_GETPROTOBYNAME_R 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_NETDB_H 1
| #define HAVE_STRNDUP 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define STATFS_ARGS 2
| #define HAVE_VASPRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_XATTR 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define G_THREAD_SOURCE "gthread-no.c"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_ARM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/poll.h>
| 
| int
| main ()
| {
| static int test_array [1 - 2 * !((POLLNVAL) <= 31)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:44865: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:44872: $? = 0
configure:45020: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:45027: $? = 0
configure:45020: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:45027: $? = 0
configure:45020: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:45027: $? = 0
configure:45020: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:45027: $? = 0
configure:45020: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:45027: $? = 0
configure:45124: result: 32
configure:45141: checking for broken poll
configure:45213: result: no (cross compiling)
configure:45580: checking whether compiler understands -Wno-pointer-sign
configure:45605: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall -Wno-pointer-sign  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:45612: $? = 0
configure:45618: result: yes
configure:45659: checking for EILSEQ
configure:45686: /usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -c -g -O2 -Wall  -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:167: warning: unused variable 'error'
configure:45693: $? = 0
configure:45707: result: yes
configure:45723: checking for glib-genmarshal
configure:45741: found /usr/local/bin/glib-genmarshal
configure:45754: result: /usr/local/bin/glib-genmarshal
configure:45774: checking for gtkdoc-check
configure:45792: found /usr/bin/gtkdoc-check
configure:45804: result: /usr/bin/gtkdoc-check
configure:45816: checking for gtkdoc-rebase
configure:45834: found /usr/bin/gtkdoc-rebase
configure:45846: result: /usr/bin/gtkdoc-rebase
configure:45860: checking for gtkdoc-mkpdf
configure:45893: result: no
configure:45933: checking whether to build gtk-doc documentation
configure:45935: result: no
configure:46261: not updating unwritable cache arm-linux.cache
configure:46541: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by glib config.status 2.22.4, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on mohamed-desktop

config.status:1757: creating glib-2.0.pc
config.status:1757: creating glib-2.0-uninstalled.pc
config.status:1757: creating gmodule-2.0.pc
config.status:1757: creating gmodule-export-2.0.pc
config.status:1757: creating gmodule-no-export-2.0.pc
config.status:1757: creating gmodule-2.0-uninstalled.pc
config.status:1757: creating gmodule-no-export-2.0-uninstalled.pc
config.status:1757: creating gthread-2.0.pc
config.status:1757: creating gthread-2.0-uninstalled.pc
config.status:1757: creating gobject-2.0.pc
config.status:1757: creating gobject-2.0-uninstalled.pc
config.status:1757: creating gio-2.0.pc
config.status:1757: creating gio-unix-2.0.pc
config.status:1757: creating gio-2.0-uninstalled.pc
config.status:1757: creating gio-unix-2.0-uninstalled.pc
config.status:1757: creating glib-zip
config.status:1757: creating glib-gettextize
config.status:1757: creating Makefile
config.status:1757: creating build/Makefile
config.status:1757: creating build/win32/Makefile
config.status:1757: creating build/win32/dirent/Makefile
config.status:1757: creating build/win32/vs8/Makefile
config.status:1757: creating build/win32/vs9/Makefile
config.status:1757: creating glib/Makefile
config.status:1757: creating glib/libcharset/Makefile
config.status:1757: creating glib/gnulib/Makefile
config.status:1757: creating glib/pcre/Makefile
config.status:1757: creating glib/update-pcre/Makefile
config.status:1757: creating glib/tests/Makefile
config.status:1757: creating gmodule/Makefile
config.status:1757: creating gmodule/gmoduleconf.h
config.status:1757: creating gobject/Makefile
config.status:1757: creating gobject/glib-mkenums
config.status:1757: creating gobject/tests/Makefile
config.status:1757: creating gthread/Makefile
config.status:1757: creating gio/Makefile
config.status:1757: creating gio/xdgmime/Makefile
config.status:1757: creating gio/inotify/Makefile
config.status:1757: creating gio/libasyncns/Makefile
config.status:1757: creating gio/fen/Makefile
config.status:1757: creating gio/fam/Makefile
config.status:1757: creating gio/win32/Makefile
config.status:1757: creating gio/tests/Makefile
config.status:1757: creating po/Makefile.in
config.status:1757: creating docs/Makefile
config.status:1757: creating docs/reference/Makefile
config.status:1757: creating docs/reference/glib/Makefile
config.status:1757: creating docs/reference/glib/version.xml
config.status:1757: creating docs/reference/gobject/Makefile
config.status:1757: creating docs/reference/gobject/version.xml
config.status:1757: creating docs/reference/gio/Makefile
config.status:1757: creating docs/reference/gio/version.xml
config.status:1757: creating tests/Makefile
config.status:1757: creating tests/gobject/Makefile
config.status:1757: creating tests/refcount/Makefile
config.status:1757: creating m4macros/Makefile
config.status:1757: creating config.h
config.status:2031: executing depfiles commands
config.status:2031: executing default-1 commands
config.status:2031: executing libtool commands
config.status:2031: executing glibconfig.h commands
config.status:2031: executing chmod-scripts commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PCRE_CFLAGS_set=
ac_cv_env_PCRE_CFLAGS_value=
ac_cv_env_PCRE_LIBS_set=
ac_cv_env_PCRE_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-linux
ac_cv_func_NSLinkModule=no
ac_cv_func__NSGetEnviron=no
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_chown=yes
ac_cv_func_clock_gettime=no
ac_cv_func_dcgettext=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=no
ac_cv_func_endmntent=yes
ac_cv_func_endservent=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_fdwalk=no
ac_cv_func_fsync=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getgrgid=yes
ac_cv_func_getmntent_r=yes
ac_cv_func_getmntinfo=no
ac_cv_func_getprotobyname_r=yes
ac_cv_func_getpwuid=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_hasmntopt=yes
ac_cv_func_iconv_open=yes
ac_cv_func_inotify_init1=no
ac_cv_func_lchmod=no
ac_cv_func_lchown=yes
ac_cv_func_link=yes
ac_cv_func_lstat=yes
ac_cv_func_memalign=yes
ac_cv_func_memmove=yes
ac_cv_func_mmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nsleep=no
ac_cv_func_on_exit=yes
ac_cv_func_pipe2=no
ac_cv_func_poll=yes
ac_cv_func_posix_getgrgid_r=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_printf_unix98=no
ac_cv_func_readlink=yes
ac_cv_func_res_query=no
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_setmntent=yes
ac_cv_func_setresuid=yes
ac_cv_func_setreuid=yes
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=no
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strsignal=yes
ac_cv_func_symlink=yes
ac_cv_func_timegm=yes
ac_cv_func_unsetenv=yes
ac_cv_func_utimes=yes
ac_cv_func_valloc=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=no
ac_cv_func_wcslen=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_arpa_nameser_compat_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fstab_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_mswsock_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_inotify_h=yes
ac_cv_header_sys_mntctl_h=no
ac_cv_header_sys_mnttab_h=no
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_vfstab_h=no
ac_cv_header_sys_vmount_h=no
ac_cv_header_sys_wait_h=yes
ac_cv_header_sys_xattr_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_header_winsock2_h=no
ac_cv_header_wspiapi_h=no
ac_cv_host=arm-unknown-linux-gnu
ac_cv_lib_c_getxattr=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dl_dlsym=yes
ac_cv_lib_fam_FAMOpen=no
ac_cv_lib_resolv_res_query=no
ac_cv_lib_rt_clock_gettime=yes
ac_cv_lib_selinux_is_selinux_enabled=no
ac_cv_member_struct_stat_st_atim_tv_nsec=yes
ac_cv_member_struct_stat_st_atimensec=no
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_ctim_tv_nsec=yes
ac_cv_member_struct_stat_st_ctimensec=no
ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
ac_cv_member_struct_stat_st_mtimensec=no
ac_cv_member_struct_statfs_f_bavail=yes
ac_cv_member_struct_statfs_f_fstypename=no
ac_cv_member_struct_statvfs_f_basetype=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GLIB_GENMARSHAL=/usr/local/bin/glib-genmarshal
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_GTKDOC_CHECK=/usr/bin/gtkdoc-check
ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PERL_PATH=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=arm-linux-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=/usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2
ac_cv_prog_CPP='/usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E'
ac_cv_prog_CXX=arm-linux-c++
ac_cv_prog_CXXCPP='arm-linux-c++ -E'
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_PERL=perl
ac_cv_prog_RANLIB=arm-linux-ranlib
ac_cv_prog_STRIP=arm-linux-strip
ac_cv_prog_cc__usr_local_arm_4_3_2_bin_arm_linux_gcc_4_3_2_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_void_p=4
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_type_long_long=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_langinfo_codeset=yes
am_cv_pathless_PYTHON=python
am_cv_prog_cc_stdc=
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/dist-packages'
am_cv_python_pythondir='${prefix}/lib/python2.6/dist-packages'
am_cv_python_version=2.6
am_cv_val_LC_MESSAGES=yes
bh_cv_c_signed=yes
g_cv_support_dowhile_macros=yes
glib_cv___va_copy=yes
glib_cv_compliant_posix_memalign=0
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_have_strlcpy=no
glib_cv_langinfo_codeset=yes
glib_cv_long_format=ll
glib_cv_long_long_format=ll
glib_cv_monotonic_clock=yes
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_system_thread=4
glib_cv_stack_grows=yes
glib_cv_uscore=no
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
glib_cv_value_AF_INET6=10
glib_cv_value_AF_INET=2
glib_cv_value_AF_UNIX=1
glib_cv_value_MSG_DONTROUTE=4
glib_cv_value_MSG_OOB=1
glib_cv_value_MSG_PEEK=2
glib_cv_value_POLLERR=8
glib_cv_value_POLLHUP=16
glib_cv_value_POLLIN=1
glib_cv_value_POLLNVAL=32
glib_cv_value_POLLOUT=4
glib_cv_value_POLLPRI=2
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
lt_cv_path_LDCXX=/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld
lt_cv_path_NM='/usr/local/arm/4.3.2/bin/arm-linux-nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABS_GLIB_RUNTIME_LIBDIR=''
ACLOCAL='${SHELL} /opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='1'
AR='arm-linux-ar'
AS='as'
AUTOCONF='${SHELL} /opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/missing --run autoconf'
AUTOHEADER='${SHELL} /opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/missing --run autoheader'
AUTOMAKE='${SHELL} /opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/missing --run automake-1.11'
AWK='gawk'
CATALOGS=' am.gmo ar.gmo as.gmo az.gmo be.gmo be latin gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo ca valencia gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mai.gmo mg.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr latin gmo sr ije gmo sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='/usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/po/LINGUAS'
CPP='/usr/local/arm/4.3.2/bin/arm-linux-gcc-4.3.2 -E'
CPPFLAGS=' -DG_DISABLE_SINGLE_INCLUDES'
CROSS_COMPILING_FALSE='#'
CROSS_COMPILING_TRUE=''
CXX='arm-linux-c++'
CXXCPP='arm-linux-c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_MEM_POOLS=''
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE='#'
ENABLE_REGEX_FALSE='#'
ENABLE_REGEX_TRUE=''
ENABLE_TIMELOOP_FALSE='#'
ENABLE_TIMELOOP_TRUE=''
EXEEXT=''
FAM_LIBS=''
FGREP='/bin/grep -F'
GETTEXT_PACKAGE='glib20'
GIO='giounix.lo'
GIO_MODULE_DIR='${libdir}/gio/modules'
GLIBC21='yes'
GLIB_BINARY_AGE='2204'
GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GLIB_EXTRA_CFLAGS=''
GLIB_GENMARSHAL='/usr/local/bin/glib-genmarshal'
GLIB_INTERFACE_AGE='4'
GLIB_MAJOR_VERSION='2'
GLIB_MICRO_VERSION='4'
GLIB_MINOR_VERSION='22'
GLIB_RUNTIME_LIBDIR=''
GLIB_VERSION='2.22.4'
GLIB_WIN32_STATIC_COMPILATION_DEFINE=''
GMOFILES=' am.gmo ar.gmo as.gmo az.gmo be.gmo be latin gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo ca valencia gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mai.gmo mg.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr latin gmo sr ije gmo sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
GMSGFMT='/usr/bin/msgfmt'
GREP='/bin/grep'
GSPAWN='gspawn.lo'
GTHREAD_COMPILE_IMPL_DEFINES=''
GTKDOC_CHECK='/usr/bin/gtkdoc-check'
GTKDOC_MKPDF=''
GTKDOC_REBASE='/usr/bin/gtkdoc-rebase'
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
G_LIBS_EXTRA=''
G_MODULE_BROKEN_RTLD_GLOBAL='0'
G_MODULE_HAVE_DLERROR='1'
G_MODULE_IMPL='G_MODULE_IMPL_DL'
G_MODULE_LDFLAGS='-Wl,--export-dynamic'
G_MODULE_LIBS='-ldl'
G_MODULE_LIBS_EXTRA=''
G_MODULE_NEED_USCORE='0'
G_MODULE_PLUGIN_LIBS=''
G_MODULE_SUPPORTED='true'
G_THREAD_CFLAGS=''
G_THREAD_LIBS=' -lrt'
G_THREAD_LIBS_EXTRA=''
G_THREAD_LIBS_FOR_GTHREAD=' -lrt'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_FAM_FALSE=''
HAVE_FAM_TRUE='#'
HAVE_FEN_FALSE=''
HAVE_FEN_TRUE='#'
HAVE_GLIB_RUNTIME_LIBDIR_FALSE=''
HAVE_GLIB_RUNTIME_LIBDIR_TRUE='#'
HAVE_GNUC_VISIBILITY_FALSE='#'
HAVE_GNUC_VISIBILITY_TRUE=''
HAVE_GOOD_PRINTF_FALSE=''
HAVE_GOOD_PRINTF_TRUE='#'
HAVE_INOTIFY_FALSE='#'
HAVE_INOTIFY_TRUE=''
HAVE_SUNSTUDIO_VISIBILITY_FALSE=''
HAVE_SUNSTUDIO_VISIBILITY_TRUE='#'
HTML_DIR='${datadir}/gtk-doc/html'
ICONV_LIBS=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
LD='/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld'
LDFLAGS=''
LIBASYNCNS_LIBADD='-lresolv'
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^g.*"'
LIB_EXE_MACHINE_FLAG='X86'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='2200'
LT_CURRENT='2200'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.22'
LT_REVISION='4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/local/arm/4.3.2/bin/arm-linux-nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OS_CARBON_FALSE=''
OS_CARBON_TRUE='#'
OS_LINUX_FALSE='#'
OS_LINUX_TRUE=''
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_AND_DLL_COMPILATION_FALSE=''
OS_WIN32_AND_DLL_COMPILATION_TRUE='#'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OS_WIN32_X64_FALSE=''
OS_WIN32_X64_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='glib'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
PACKAGE_NAME='glib'
PACKAGE_STRING='glib 2.22.4'
PACKAGE_TARNAME='glib'
PACKAGE_VERSION='2.22.4'
PATH_SEPARATOR=':'
PCRE_CFLAGS=''
PCRE_LIBS=''
PCRE_REQUIRES=''
PCRE_WARN_CFLAGS=' -Wno-pointer-sign'
PERL='perl'
PERL_PATH='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORMDEP=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' am.po ar.po as.po az.po be.po be latin po bg.po bn.po bn_IN.po bs.po ca.po ca valencia po cs.po cy.po da.po de.po dz.po el.po en_CA.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po id.po is.po it.po ja.po ka.po kn.po ko.po ku.po lt.po lv.po mai.po mg.po mk.po ml.po mn.po mr.po ms.po nb.po ne.po nl.po nn.po oc.po or.po pa.po pl.po ps.po pt.po pt_BR.po ro.po ru.po rw.po si.po sk.po sl.po sq.po sr.po sr latin po sr ije po sv.po ta.po te.po th.po tl.po tr.po tt.po uk.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.6'
RANLIB='arm-linux-ranlib'
REBUILD=''
SED='/bin/sed'
SELINUX_LIBS=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='arm-linux-strip'
USE_NLS='yes'
USE_SYSTEM_PCRE_FALSE=''
USE_SYSTEM_PCRE_TRUE='#'
VERSION='2.22.4'
WINDRES=''
XATTR_LIBS=''
XGETTEXT='/usr/bin/xgettext'
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-linux'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='arm-unknown-linux-gnu'
host_alias='arm-linux'
host_cpu='arm'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /opt/FrinedlyArm/mini2440/Sources/glib-2.22.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='/usr/local/share/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/glib'
pkgpythondir='${pythondir}/glib'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.6/dist-packages'
pythondir='${prefix}/lib/python2.6/dist-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='arm-linux'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "glib"
#define PACKAGE_TARNAME "glib"
#define PACKAGE_VERSION "2.22.4"
#define PACKAGE_STRING "glib 2.22.4"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
#define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 22
#define GLIB_MICRO_VERSION 4
#define GLIB_INTERFACE_AGE 4
#define GLIB_BINARY_AGE 2204
#define _FILE_OFFSET_BITS 64
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "glib20"
#define GLIB_LOCALE_DIR "/usr/local/share/locale"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_VPRINTF 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_MMAP 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_MEMALIGN 1
#define HAVE_VALLOC 1
#define HAVE_FSYNC 1
#define HAVE_ATEXIT 1
#define HAVE_ON_EXIT 1
#define HAVE_TIMEGM 1
#define HAVE_GMTIME_R 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 4
#define SIZEOF_INT 4
#define SIZEOF_VOID_P 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF___INT64 0
#define SANE_MALLOC_PROTOS 1
#define G_HAVE___INLINE 1
#define G_HAVE___INLINE__ 1
#define G_HAVE_INLINE 1
#define HAVE_DOWHILE_MACROS 1
#define HAVE_DIRENT_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VALUES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_SCHED_H 1
#define HAVE_MALLOC_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_MNTENT_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_FSTAB_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_STATFS_F_BAVAIL 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SETLOCALE 1
#define SIZEOF_SIZE_T 4
#define HAVE_LSTAT 1
#define HAVE_STRERROR 1
#define HAVE_STRSIGNAL 1
#define HAVE_MEMMOVE 1
#define HAVE_VSNPRINTF 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_POLL 1
#define HAVE_GETCWD 1
#define HAVE_VASPRINTF 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_READLINK 1
#define HAVE_SYMLINK 1
#define HAVE_CHOWN 1
#define HAVE_LCHOWN 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_LINK 1
#define HAVE_STATVFS 1
#define HAVE_STATFS 1
#define HAVE_UTIMES 1
#define HAVE_GETGRGID 1
#define HAVE_GETPWUID 1
#define HAVE_GETMNTENT_R 1
#define HAVE_SETMNTENT 1
#define HAVE_ENDMNTENT 1
#define HAVE_HASMNTOPT 1
#define HAVE_NANOSLEEP 1
#define HAVE_GETPROTOBYNAME_R 1
#define HAVE_ENDSERVENT 1
#define HAVE_NETDB_H 1
#define HAVE_STRNDUP 1
#define HAVE_SETRESUID 1
#define HAVE_SETREUID 1
#define HAVE_SYS_PRCTL_H 1
#define HAVE_ARPA_NAMESER_COMPAT_H 1
#define STATFS_ARGS 2
#define HAVE_VASPRINTF 1
#define HAVE_LONG_LONG 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_PTRDIFF_T 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define HAVE_SNPRINTF 1
#define HAVE_WCSLEN 1
#define REALLOC_0_WORKS 1
#define HAVE_CODESET 1
#define G_VA_COPY va_copy
#define HAVE_SYS_INOTIFY_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_XATTR 1
#define GLIB_SIZEOF_SYSTEM_THREAD 4
#define G_THREAD_SOURCE "gthread-no.c"
#define HAVE_CLOCK_GETTIME 1
#define HAVE_MONOTONIC_CLOCK 1
#define G_ATOMIC_ARM 1
#define ENABLE_REGEX /**/

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by glib config.status 2.22.4, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status glibconfig.h

on mohamed-desktop

config.status:2031: executing glibconfig.h commands
config.status:3351: glibconfig.h is unchanged


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]