All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe] daemonize: fix out of tree builds and configure
@ 2014-07-18 14:57 Ross Burton
  2014-07-18 15:09 ` classpath-native do_configure error MONDON Daniel
  0 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2014-07-18 14:57 UTC (permalink / raw)
  To: openembedded-devel

daemonize ships it's own hand-coded config.h.in, so exclude autoheader from
do_configure().

Also out-of-tree builds are broken so bump the SRC_REV to the next commit, where
they were fixed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-oe/recipes-support/daemonize/daemonize_git.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb
index 57dc15b..8b1591c 100644
--- a/meta-oe/recipes-support/daemonize/daemonize_git.bb
+++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb
@@ -6,7 +6,9 @@ PV = "1.7.3+git${SRCPV}"
 
 inherit autotools
 
-SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4"
+SRCREV = "a4ac64a243af91dc434b7a3915f43482d528a2b1"
 SRC_URI = "git://github.com/bmc/daemonize.git"
 
 S = "${WORKDIR}/git"
+
+EXTRA_AUTORECONF += "--exclude=autoheader"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* classpath-native do_configure error
  2014-07-18 14:57 [PATCH][meta-oe] daemonize: fix out of tree builds and configure Ross Burton
@ 2014-07-18 15:09 ` MONDON Daniel
  2014-07-18 17:04   ` Henning Heinold
  0 siblings, 1 reply; 6+ messages in thread
From: MONDON Daniel @ 2014-07-18 15:09 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

Hi,

Before git pull, it was ok.

Thanks
Daniel.


checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial works... configure: error: The Java compiler /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial failed (see config.log, check the CLASSPATH?)
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 182898 bytes --]

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

It was created by GNU Classpath configure 0.99, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/configure --build=x86_64-linux --host=x86_64-linux --target=x86_64-linux --prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --exec_prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --bindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin --sbindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin --libexecdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/classpath --datadir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share --sysconfdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/etc --sharedstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/com --localstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/var --libdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib --includedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --oldincludedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --infodir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info --mandir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-glibj --enable-local-sockets --disable-Werror --disable-alsa --disable-gconf-peer --disable-gtk-peer --disable-plugin --disable-dssi --disable-gjdoc --disable-examples --enable-tools --includedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include/classpath --disable-nls

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

hostname = SPROD0104
uname -m = x86_64
uname -r = 3.13.0-30-generic
uname -s = Linux
uname -v = #55~precise1-Ubuntu SMP Fri Jul 4 21:52:00 UTC 2014

/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: /home/me/java/openembedded-core/scripts/native-intercept
PATH: /home/me/java/openembedded-core/scripts
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/x86_64-linux
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/sbin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/bin
PATH: /home/me/java/openembedded-core/scripts
PATH: /home/me/java/openembedded-core/bitbake/bin
PATH: /home/me/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:2861: loading site script /home/me/java/openembedded-core/meta/site/native
| ac_cv_path_SED=sed
configure:2993: checking build system type
configure:3007: result: x86_64-pc-linux-gnu
configure:3027: checking host system type
configure:3040: result: x86_64-pc-linux-gnu
configure:3060: checking target system type
configure:3073: result: x86_64-pc-linux-gnu
configure:3137: checking for a BSD-compatible install
configure:3205: result: /usr/bin/install -c
configure:3216: checking whether build environment is sane
configure:3271: result: yes
configure:3422: checking for a thread-safe mkdir -p
configure:3461: result: /bin/mkdir -p
configure:3468: checking for gawk
configure:3484: found /usr/bin/gawk
configure:3495: result: gawk
configure:3506: checking whether make sets $(MAKE)
configure:3528: result: yes
configure:3557: checking whether make supports nested variables
configure:3574: result: yes
configure:3663: checking whether UID '1000' is supported by ustar format
configure:3666: result: yes
configure:3673: checking whether GID '1000' is supported by ustar format
configure:3676: result: yes
configure:3684: checking how to create a ustar tar archive
configure:3695: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3698: $? = 0
configure:3738: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3741: $? = 0
configure:3745: tar -xf - <conftest.tar
configure:3748: $? = 0
configure:3750: cat conftest.dir/file
GrepMe
configure:3753: $? = 0
configure:3766: result: gnutar
configure:3848: checking for style of include used by make
configure:3876: result: GNU
configure:3907: checking for x86_64-linux-gcc
configure:3934: result: gcc 
configure:4203: checking for C compiler version
configure:4212: gcc  --version >&5
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Copyright (C) 2013 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:4223: $? = 0
configure:4212: gcc  -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.1-2ubuntu1~12.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu 4.8.1-2ubuntu1~12.04) 
configure:4223: $? = 0
configure:4212: gcc  -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4223: $? = 4
configure:4212: gcc  -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4223: $? = 4
configure:4243: checking whether the C compiler works
configure:4265: gcc  -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:4269: $? = 0
configure:4317: result: yes
configure:4320: checking for C compiler default output file name
configure:4322: result: a.out
configure:4328: checking for suffix of executables
configure:4335: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:4339: $? = 0
configure:4361: result: 
configure:4383: checking whether we are cross compiling
configure:4391: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:4395: $? = 0
configure:4402: ./conftest
configure:4406: $? = 0
configure:4421: result: no
configure:4426: checking for suffix of object files
configure:4448: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4452: $? = 0
configure:4473: result: o
configure:4477: checking whether we are using the GNU C compiler
configure:4496: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4496: $? = 0
configure:4505: result: yes
configure:4514: checking whether gcc  accepts -g
configure:4534: gcc  -c -g -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4534: $? = 0
configure:4575: result: yes
configure:4592: checking for gcc  option to accept ISO C89
configure:4655: gcc   -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4655: $? = 0
configure:4668: result: none needed
configure:4693: checking whether gcc  understands -c and -o together
configure:4715: gcc  -c conftest.c -o conftest2.o
configure:4718: $? = 0
configure:4715: gcc  -c conftest.c -o conftest2.o
configure:4718: $? = 0
configure:4730: result: yes
configure:4749: checking dependency style of gcc 
configure:4860: result: none
configure:4900: checking for ld used by gcc 
configure:4967: result: ld  
configure:4974: checking if the linker (ld  ) is GNU ld
configure:4989: result: yes
configure:4996: checking for shared library run path origin
configure:5009: result: done
configure:5034: checking how to run the C preprocessor
configure:5104: result: gcc  -E
configure:5124: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:5124: $? = 0
configure:5138: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5138: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5167: checking for grep that handles long lines and -e
configure:5225: result: /bin/grep
configure:5230: checking for egrep
configure:5292: result: /bin/grep -E
configure:5855: checking for iconv
configure:5877: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:5877: $? = 0
configure:5909: result: yes
configure:6100: checking for ANSI C header files
configure:6120: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6120: $? = 0
configure:6193: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:6193: $? = 0
configure:6193: ./conftest
configure:6193: $? = 0
configure:6204: result: yes
configure:6217: checking for sys/types.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for sys/stat.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for stdlib.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for string.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for memory.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for strings.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for inttypes.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for stdint.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for unistd.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6488: checking whether to regenerate the headers
configure:6505: result: no
configure:6516: checking whether to regenerate the GJDoc parser
configure:6533: result: yes
configure:6628: checking whether ln -s works
configure:6632: result: yes
configure:6753: checking for C++ compiler version
configure:6762: g++  --version >&5
g++ (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Copyright (C) 2013 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:6773: $? = 0
configure:6762: g++  -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.1-2ubuntu1~12.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu 4.8.1-2ubuntu1~12.04) 
configure:6773: $? = 0
configure:6762: g++  -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:6773: $? = 4
configure:6762: g++  -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:6773: $? = 4
configure:6777: checking whether we are using the GNU C++ compiler
configure:6796: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp >&5
configure:6796: $? = 0
configure:6805: result: yes
configure:6814: checking whether g++  accepts -g
configure:6834: g++  -c -g -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp >&5
configure:6834: $? = 0
configure:6875: result: yes
configure:6900: checking dependency style of g++ 
configure:7011: result: none
configure:7103: checking how to print strings
configure:7130: result: printf
configure:7151: checking for a sed that does not truncate output
configure:7215: result: sed
configure:7233: checking for fgrep
configure:7295: result: /bin/grep -F
configure:7330: checking for ld used by gcc 
configure:7397: result: ld  
configure:7404: checking if the linker (ld  ) is GNU ld
configure:7419: result: yes
configure:7431: checking for BSD- or MS-compatible name lister (nm)
configure:7480: result: nm
configure:7610: checking the name lister (nm) interface
configure:7617: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:7620: nm "conftest.o"
configure:7623: output
0000000000000000 B some_variable
configure:7630: result: BSD nm
configure:7634: checking the maximum length of command line arguments
configure:7764: result: 1572864
configure:7781: checking whether the shell understands some XSI constructs
configure:7791: result: yes
configure:7795: checking whether the shell understands "+="
configure:7801: result: yes
configure:7836: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:7876: result: func_convert_file_noop
configure:7883: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:7903: result: func_convert_file_noop
configure:7910: checking for ld   option to reload object files
configure:7917: result: -r
configure:7951: checking for x86_64-linux-objdump
configure:7978: result: objdump
configure:8050: checking how to recognize dependent libraries
configure:8252: result: pass_all
configure:8297: checking for x86_64-linux-dlltool
configure:8327: result: no
configure:8337: checking for dlltool
configure:8367: result: no
configure:8397: checking how to associate runtime and link libraries
configure:8424: result: printf %s\n
configure:8440: checking for x86_64-linux-ar
configure:8467: result: ar
configure:8548: checking for archiver @FILE support
configure:8565: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:8565: $? = 0
configure:8568: ar cru libconftest.a @conftest.lst >&5
configure:8571: $? = 0
configure:8576: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8579: $? = 1
configure:8591: result: @
configure:8609: checking for x86_64-linux-strip
configure:8636: result: strip
configure:8708: checking for x86_64-linux-ranlib
configure:8735: result: ranlib
configure:8877: checking command to parse nm output from gcc  object
configure:8997: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:9000: $? = 0
configure:9004: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9007: $? = 0
configure:9073: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c conftstm.o >&5
configure:9076: $? = 0
configure:9114: result: ok
configure:9151: checking for sysroot
configure:9186: result: no
configure:9263: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:9266: $? = 0
configure:9402: checking for x86_64-linux-mt
configure:9432: result: no
configure:9442: checking for mt
configure:9458: found /bin/mt
configure:9469: result: mt
configure:9492: checking if mt is a manifest tool
configure:9498: mt '-?'
configure:9506: result: no
configure:10145: checking for dlfcn.h
configure:10145: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:10145: $? = 0
configure:10145: result: yes
configure:10333: checking for objdir
configure:10348: result: .libs
configure:10615: checking if gcc  supports -fno-rtti -fno-exceptions
configure:10633: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:10637: $? = 0
configure:10650: result: no
configure:10977: checking for gcc  option to produce PIC
configure:10984: result: -fPIC -DPIC
configure:10992: checking if gcc  PIC flag -fPIC -DPIC works
configure:11010: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -fPIC -DPIC -DPIC conftest.c >&5
configure:11014: $? = 0
configure:11027: result: yes
configure:11056: checking if gcc  static flag -static works
configure:11084: result: yes
configure:11099: checking if gcc  supports -c -o file.o
configure:11120: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -o out/conftest2.o conftest.c >&5
configure:11124: $? = 0
configure:11146: result: yes
configure:11154: checking if gcc  supports -c -o file.o
configure:11201: result: yes
configure:11234: checking whether the gcc  linker (ld   -m elf_x86_64) supports shared libraries
configure:12387: result: yes
configure:12424: checking whether -lc should be explicitly linked in
configure:12432: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:12435: $? = 0
configure:12450: gcc  -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:12453: $? = 0
configure:12467: result: no
configure:12627: checking dynamic linker characteristics
configure:13138: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13138: $? = 0
configure:13360: result: GNU/Linux ld.so
configure:13467: checking how to hardcode library paths into programs
configure:13492: result: immediate
configure:14032: checking whether stripping libraries is possible
configure:14037: result: yes
configure:14072: checking if libtool supports shared libraries
configure:14074: result: yes
configure:14077: checking whether to build shared libraries
configure:14098: result: yes
configure:14101: checking whether to build static libraries
configure:14105: result: no
configure:14128: checking how to run the C++ preprocessor
configure:14155: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
configure:14155: $? = 0
configure:14169: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:14169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14194: result: g++  -E
configure:14214: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
configure:14214: $? = 0
configure:14228: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:14228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14397: checking for ld used by g++ 
configure:14464: result: ld   -m elf_x86_64
configure:14471: checking if the linker (ld   -m elf_x86_64) is GNU ld
configure:14486: result: yes
configure:14541: checking whether the g++  linker (ld   -m elf_x86_64) supports shared libraries
configure:15546: result: yes
configure:15582: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp >&5
configure:15585: $? = 0
configure:16105: checking for g++  option to produce PIC
configure:16112: result: -fPIC -DPIC
configure:16120: checking if g++  PIC flag -fPIC -DPIC works
configure:16138: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16142: $? = 0
configure:16155: result: yes
configure:16178: checking if g++  static flag -static works
configure:16206: result: yes
configure:16218: checking if g++  supports -c -o file.o
configure:16239: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -o out/conftest2.o conftest.cpp >&5
configure:16243: $? = 0
configure:16265: result: yes
configure:16270: checking if g++  supports -c -o file.o
configure:16317: result: yes
configure:16347: checking whether the g++  linker (ld   -m elf_x86_64) supports shared libraries
configure:16383: result: yes
configure:16524: checking dynamic linker characteristics
configure:17191: result: GNU/Linux ld.so
configure:17244: checking how to hardcode library paths into programs
configure:17269: result: immediate
configure:17334: checking for gawk
configure:17361: result: gawk
configure:17380: checking for x86_64-linux-gcc
configure:17407: result: gcc 
configure:17676: checking for C compiler version
configure:17685: gcc  --version >&5
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Copyright (C) 2013 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:17696: $? = 0
configure:17685: gcc  -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.1-2ubuntu1~12.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu 4.8.1-2ubuntu1~12.04) 
configure:17696: $? = 0
configure:17685: gcc  -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:17696: $? = 4
configure:17685: gcc  -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:17696: $? = 4
configure:17700: checking whether we are using the GNU C compiler
configure:17728: result: yes
configure:17737: checking whether gcc  accepts -g
configure:17798: result: yes
configure:17815: checking for gcc  option to accept ISO C89
configure:17891: result: none needed
configure:17916: checking whether gcc  understands -c and -o together
configure:17953: result: yes
configure:17972: checking dependency style of gcc 
configure:18083: result: none
configure:18104: checking how to run the C preprocessor
configure:18174: result: gcc  -E
configure:18194: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18194: $? = 0
configure:18208: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:18208: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:18302: checking __attribute__((,,))
configure:18319: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18319: $? = 0
configure:18330: result: yes
configure:18351: checking __attribute__((unused))
configure:18368: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18368: $? = 0
configure:18379: result: yes
configure:18396: checking for ANSI C header files
configure:18500: result: yes
configure:18509: checking size of void *
configure:18529: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:34:20: error: duplicate case value
 switch (0) case 0: case (sizeof (void *) == 4):;
                    ^
conftest.c:34:12: error: previously used here
 switch (0) case 0: case (sizeof (void *) == 4):;
            ^
configure:18529: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (void *) == 4):;
|   ;
|   return 0;
| }
configure:18529: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18529: $? = 0
configure:18541: result: 8
configure:18550: checking whether byte ordering is bigendian
configure:18572: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18572: $? = 0
configure:18589: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:2: error: unknown type name 'not'
  not big endian
  ^
conftest.c:35:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  not big endian
          ^
configure:18589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| /* 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:18625: result: no
configure:18696: checking for unistd.h
configure:18696: result: yes
configure:18696: checking for sys/types.h
configure:18696: result: yes
configure:18696: checking sys/config.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:64:24: fatal error: sys/config.h: No such file or directory
 #include <sys/config.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_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/config.h>
configure:18696: result: no
configure:18696: checking sys/config.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:31:24: fatal error: sys/config.h: No such file or directory
 #include <sys/config.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/config.h>
configure:18696: result: no
configure:18696: checking for sys/config.h
configure:18696: result: no
configure:18696: checking sys/ioctl.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/ioctl.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/ioctl.h
configure:18696: result: yes
configure:18696: checking asm/ioctls.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking asm/ioctls.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for asm/ioctls.h
configure:18696: result: yes
configure:18696: checking for inttypes.h
configure:18696: result: yes
configure:18696: checking for stdint.h
configure:18696: result: yes
configure:18696: checking utime.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking utime.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for utime.h
configure:18696: result: yes
configure:18696: checking sys/utime.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:69:23: fatal error: sys/utime.h: No such file or directory
 #include <sys/utime.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_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/utime.h>
configure:18696: result: no
configure:18696: checking sys/utime.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:36:23: fatal error: sys/utime.h: No such file or directory
 #include <sys/utime.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <sys/utime.h>
configure:18696: result: no
configure:18696: checking for sys/utime.h
configure:18696: result: no
configure:18696: checking sys/filio.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:69:23: fatal error: sys/filio.h: No such file or directory
 #include <sys/filio.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_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/filio.h>
configure:18696: result: no
configure:18696: checking sys/filio.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:36:23: fatal error: sys/filio.h: No such file or directory
 #include <sys/filio.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <sys/filio.h>
configure:18696: result: no
configure:18696: checking for sys/filio.h
configure:18696: result: no
configure:18696: checking sys/time.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/time.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/time.h
configure:18696: result: yes
configure:18696: checking sys/select.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/select.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/select.h
configure:18696: result: yes
configure:18696: checking crt_externs.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:71:25: fatal error: crt_externs.h: No such file or directory
 #include <crt_externs.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_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 <crt_externs.h>
configure:18696: result: no
configure:18696: checking crt_externs.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:38:25: fatal error: crt_externs.h: No such file or directory
 #include <crt_externs.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:18696: result: no
configure:18696: checking for crt_externs.h
configure:18696: result: no
configure:18696: checking fcntl.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking fcntl.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for fcntl.h
configure:18696: result: yes
configure:18696: checking sys/mman.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/mman.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/mman.h
configure:18696: result: yes
configure:18696: checking magic.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking magic.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for magic.h
configure:18696: result: yes
configure:18696: checking sys/event.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:74:23: fatal error: sys/event.h: No such file or directory
 #include <sys/event.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_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/event.h>
configure:18696: result: no
configure:18696: checking sys/event.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:41:23: fatal error: sys/event.h: No such file or directory
 #include <sys/event.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| /* end confdefs.h.  */
| #include <sys/event.h>
configure:18696: result: no
configure:18696: checking for sys/event.h
configure:18696: result: no
configure:18696: checking sys/epoll.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/epoll.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/epoll.h
configure:18696: result: yes
configure:18696: checking ifaddrs.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking ifaddrs.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for ifaddrs.h
configure:18696: result: yes
configure:18696: checking netinet/in_systm.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking netinet/in_systm.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for netinet/in_systm.h
configure:18696: result: yes
configure:18696: checking netinet/ip.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking netinet/ip.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for netinet/ip.h
configure:18696: result: yes
configure:18696: checking net/if.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking net/if.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for net/if.h
configure:18696: result: yes
configure:18696: checking sys/loadavg.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:79:25: fatal error: sys/loadavg.h: No such file or directory
 #include <sys/loadavg.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_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/loadavg.h>
configure:18696: result: no
configure:18696: checking sys/loadavg.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:46:25: fatal error: sys/loadavg.h: No such file or directory
 #include <sys/loadavg.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:18696: result: no
configure:18696: checking for sys/loadavg.h
configure:18696: result: no
configure:18696: checking sys/sockio.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:79:24: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_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/sockio.h>
configure:18696: result: no
configure:18696: checking sys/sockio.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:46:24: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:18696: result: no
configure:18696: checking for sys/sockio.h
configure:18696: result: no
conftest.c:49:24: fatal error: sys/config.h: No such file or directory
 #include <sys/config.h>
                        ^
compilation terminated.
configure:18760: checking for library containing clock_gettime
configure:18791: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
/tmp/cc2sCFVh.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `clock_gettime'
collect2: error: ld returned 1 exit status
configure:18791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:18791: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt   >&5
configure:18791: $? = 0
configure:18808: result: -lrt
configure:18816: checking for library containing inet_pton
configure:18847: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18847: $? = 0
configure:18864: result: none required
configure:18872: checking for gethostname in -lsocket
configure:18897: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lsocket  -lrt  >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:18897: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 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 gethostname ();
| int
| main ()
| {
| return gethostname ();
|   ;
|   return 0;
| }
configure:18906: result: no
configure:18934: checking for ftruncate
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fsync
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for select
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for gethostname
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for socket
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for strerror
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fork
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
conftest.c:78:6: warning: conflicting types for built-in function 'fork' [enabled by default]
 char fork ();
      ^
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for pipe
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for execve
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
conftest.c:80:6: warning: conflicting types for built-in function 'execve' [enabled by default]
 char execve ();
      ^
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for open
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for close
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for lseek
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fstat
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for read
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for readv
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for write
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for writev
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for htonl
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for memset
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
conftest.c:90:6: warning: conflicting types for built-in function 'memset' [enabled by default]
 char memset ();
      ^
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for htons
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for connect
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getsockname
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getpeername
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for bind
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for listen
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for accept
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for recvfrom
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for send
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for sendto
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for setsockopt
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getsockopt
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for time
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for mktime
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for clock_gettime
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for gethostbyname_r
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for localtime_r
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for strerror_r
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fcntl
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for statvfs
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for mmap
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for munmap
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for mincore
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for msync
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for madvise
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getpagesize
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for sysconf
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for lstat
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for readlink
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for inet_aton
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for inet_addr
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for inet_pton
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getifaddrs
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for kqueue
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
/tmp/ccbHa6Az.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `kqueue'
collect2: error: ld returned 1 exit status
configure:18934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| /* end confdefs.h.  */
| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define kqueue innocuous_kqueue
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char kqueue (); 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 kqueue
| 
| /* 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 kqueue ();
| /* 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_kqueue || defined __stub___kqueue
| choke me
| #endif
| 
| int
| main ()
| {
| return kqueue ();
|   ;
|   return 0;
| }
configure:18934: result: no
configure:18934: checking for kevent
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
/tmp/ccX2E0yI.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `kevent'
collect2: error: ld returned 1 exit status
configure:18934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| /* end confdefs.h.  */
| /* Define kevent to an innocuous variant, in case <limits.h> declares kevent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define kevent innocuous_kevent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char kevent (); 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 kevent
| 
| /* 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 kevent ();
| /* 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_kevent || defined __stub___kevent
| choke me
| #endif
| 
| int
| main ()
| {
| return kevent ();
|   ;
|   return 0;
| }
configure:18934: result: no
configure:18934: checking for epoll_create
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getloadavg
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18945: checking for magic_open in -lmagic
configure:18970: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lmagic  -lrt  >&5
configure:18970: $? = 0
configure:18979: result: yes
configure:18987: checking whether struct sockaddr_in6 is in netinet/in.h
configure:19000: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19000: $? = 0
configure:19004: result: yes
configure:19012: checking whether time.h and sys/time.h may both be included
configure:19032: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19032: $? = 0
configure:19039: result: yes
configure:19047: checking whether struct tm is in sys/time.h or time.h
configure:19067: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19067: $? = 0
configure:19074: result: time.h
configure:19082: checking for struct tm.tm_zone
configure:19082: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19082: $? = 0
configure:19082: result: yes
configure:19150: checking for tm_gmtoff in struct tm
configure:19163: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19163: $? = 0
configure:19167: result: yes
configure:19223: checking for an ANSI C-conforming const
configure:19289: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19289: $? = 0
configure:19296: result: yes
configure:19304: checking for inline
configure:19320: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19320: $? = 0
configure:19328: result: inline
configure:19346: checking for __attribute__
configure:19357: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19357: $? = 0
configure:19366: result: yes
configure:19386: checking how many arguments gethostbyname_r() takes
configure:19421: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:115:13: error: too few arguments to function 'gethostbyname_r'
             (void)gethostbyname_r(name) /* ; */
             ^
In file included from conftest.c:109:0:
/usr/include/netdb.h:180:12: note: declared here
 extern int gethostbyname_r (__const char *__restrict __name,
            ^
configure:19421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_EPOLL_CREATE 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_INET6 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define STRUCT_TM_HAS_GMTOFF 1
| /* end confdefs.h.  */
| 
|     #include <netdb.h>
| int
| main ()
| {
| 
|             char *name = "www.gnu.org";
|             (void)gethostbyname_r(name) /* ; */
| 
|   ;
|   return 0;
| }
configure:19452: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19452: $? = 0
configure:19545: result: six
configure:19606: checking for iconv
configure:19660: result: yes
configure:19681: checking for iconv declaration
configure:19710: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19710: $? = 0
configure:19721: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:22009: checking for MSG_NOSIGNAL
configure:22022: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:22022: $? = 0
configure:22023: result: yes
configure:22034: checking for SO_NOSIGPIPE 
configure:22047: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:10: error: 'SO_NOSIGPIPE' undeclared (first use in this function)
  int f = SO_NOSIGPIPE;
          ^
conftest.c:116:10: note: each undeclared identifier is reported only once for each function it appears in
configure:22047: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_EPOLL_CREATE 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_INET6 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define STRUCT_TM_HAS_GMTOFF 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_MSG_NOSIGNAL 1
| /* end confdefs.h.  */
| #include <sys/socket.h>
| int
| main ()
| {
|  int f = SO_NOSIGPIPE;
|   ;
|   return 0;
| }
configure:22054: result: no
configure:22059: checking for MSG_WAITALL
configure:22072: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:22072: $? = 0
configure:22073: result: yes
configure:22908: checking for GMP directories
configure:22924: result: prefix=/usr, libs=-lgmp, inc=-I/usr/include
configure:22926: checking for __gmpz_mul_si in -lgmp
configure:22951: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lgmp  -lrt  >&5
configure:22951: $? = 0
configure:22960: result: yes
configure:22975: checking gmp.h usability
configure:22975: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:22975: $? = 0
configure:22975: result: yes
configure:22975: checking gmp.h presence
configure:22975: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:22975: $? = 0
configure:22975: result: yes
configure:22975: checking for gmp.h
configure:22975: result: yes
configure:23308: checking jni_md.h support
configure:23311: result: yes
configure:23343: checking whether to enable maintainer-specific portions of Makefiles
configure:23352: result: no
configure:23426: checking for mkdir
configure:23444: found /bin/mkdir
configure:23456: result: /bin/mkdir
configure:23466: checking for cp
configure:23484: found /bin/cp
configure:23496: result: /bin/cp
configure:23506: checking for date
configure:23524: found /bin/date
configure:23536: result: /bin/date
configure:23547: checking for find
configure:23565: found /usr/bin/find
configure:23577: result: /usr/bin/find
configure:23589: checking for zip
configure:23607: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:23619: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:23628: checking for a jar-like tool
configure:23663: result: trying fastjar, gjar and jar
configure:23669: checking for fastjar
configure:23687: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
configure:23699: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
configure:24030: checking whether to regenerate parsers with jay
configure:24032: result: no
configure:24065: checking for stdint types
configure:24088: gcc  -c   conftest.c >&5
configure:24088: $? = 0
configure:24113: result: stdint.h (shortcircuit)
configure:24498: result: make use of stdint.h in include/config-int.h (assuming C99 compatible system)
configure:24726: checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial is a version of gcj
configure:24740: result: no
configure:24755: checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial works
configure:24780: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial -nowarn -source 1.5 -target 1.5 Object.java
/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/java-initial: 35: exec: cacao-initial-initial: not found
configure:24783: $? = 127
configure:24787: error: The Java compiler /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial failed (see config.log, check the CLASSPATH?)

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_attribute=yes
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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='gcc '
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='gcc  -E'
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='g++ '
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux
ac_cv_func_accept=yes
ac_cv_func_bind=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_close=yes
ac_cv_func_connect=yes
ac_cv_func_epoll_create=yes
ac_cv_func_execve=yes
ac_cv_func_fcntl=yes
ac_cv_func_fork=yes
ac_cv_func_fstat=yes
ac_cv_func_fsync=yes
ac_cv_func_ftruncate=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpeername=yes
ac_cv_func_getsockname=yes
ac_cv_func_getsockopt=yes
ac_cv_func_htonl=yes
ac_cv_func_htons=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_pton=yes
ac_cv_func_kevent=no
ac_cv_func_kqueue=no
ac_cv_func_listen=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lseek=yes
ac_cv_func_lstat=yes
ac_cv_func_madvise=yes
ac_cv_func_memset=yes
ac_cv_func_mincore=yes
ac_cv_func_mktime=yes
ac_cv_func_mmap=yes
ac_cv_func_msync=yes
ac_cv_func_munmap=yes
ac_cv_func_open=yes
ac_cv_func_pipe=yes
ac_cv_func_read=yes
ac_cv_func_readlink=yes
ac_cv_func_readv=yes
ac_cv_func_recvfrom=yes
ac_cv_func_select=yes
ac_cv_func_send=yes
ac_cv_func_sendto=yes
ac_cv_func_setsockopt=yes
ac_cv_func_socket=yes
ac_cv_func_statvfs=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_sysconf=yes
ac_cv_func_time=yes
ac_cv_func_which_gethostbyname_r=six
ac_cv_func_write=yes
ac_cv_func_writev=yes
ac_cv_header_asm_ioctls_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gmp_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_magic_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_config_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utime_h=no
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_gmp___gmpz_mul_si=yes
ac_cv_lib_magic_magic_open=yes
ac_cv_lib_socket_gethostname=no
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_CP=/bin/cp
ac_cv_path_DATE=/bin/date
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GREP=/bin/grep
ac_cv_path_JAR=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_SED=sed
ac_cv_path_ZIP=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='gcc '
ac_cv_prog_CPP='gcc  -E'
ac_cv_prog_CXXCPP='g++  -E'
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_javac_is_gcj=no
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=-lrt
ac_cv_search_inet_pton='none required'
ac_cv_sizeof_void_p=8
ac_cv_stdint_message='using gnu compiler gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_struct_tm=time.h
ac_cv_target=x86_64-pc-linux-gnu
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD='ld  '
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_lib_iconv=no
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gcc_cv_c_gcc_attribute_supported=yes
gcc_cv_c_gcc_attribute_unused=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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='ld  '
lt_cv_path_LDCXX='ld   -m elf_x86_64'
lt_cv_path_NM=nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
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_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
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
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

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

ACLOCAL='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ANTLR=''
ANTLR_JAR=''
AR='ar'
AUTOCONF='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing autoconf'
AUTOHEADER='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing autoheader'
AUTOMAKE='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing automake-1.14'
AWK='gawk'
BUILD_CLASS_FILES_FALSE='#'
BUILD_CLASS_FILES_TRUE=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='gcc '
CCDEPMODE='depmode=none'
CFLAGS='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
CLASSPATH_CONVENIENCE='-no-undefined'
CLASSPATH_INCLUDES='-I$(top_srcdir)/include -I$(top_srcdir)/native/jni/classpath -I$(top_srcdir)/native/jni/native-lib'
CLASSPATH_MODULE='-module -version-info 0:0:0 -no-undefined'
COLLECTIONS_PREFIX=''
CP='/bin/cp'
CPP='gcc  -E'
CPPFLAGS='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include'
CREATE_ALSA_LIBRARIES_FALSE=''
CREATE_ALSA_LIBRARIES_TRUE='#'
CREATE_API_DOCS_FALSE=''
CREATE_API_DOCS_TRUE='#'
CREATE_COLLECTIONS_FALSE=''
CREATE_COLLECTIONS_TRUE='#'
CREATE_CORE_JNI_LIBRARIES_FALSE='#'
CREATE_CORE_JNI_LIBRARIES_TRUE=''
CREATE_DSSI_LIBRARIES_FALSE=''
CREATE_DSSI_LIBRARIES_TRUE='#'
CREATE_GCONF_PEER_LIBRARIES_FALSE=''
CREATE_GCONF_PEER_LIBRARIES_TRUE='#'
CREATE_GJDOC_FALSE=''
CREATE_GJDOC_PARSER_FALSE='#'
CREATE_GJDOC_PARSER_TRUE=''
CREATE_GJDOC_TRUE='#'
CREATE_GMPBI_LIBRARY_FALSE=''
CREATE_GMPBI_LIBRARY_TRUE=''
CREATE_GSTREAMER_PEER_LIBRARIES_FALSE=''
CREATE_GSTREAMER_PEER_LIBRARIES_TRUE='#'
CREATE_GTK_PEER_LIBRARIES_FALSE=''
CREATE_GTK_PEER_LIBRARIES_TRUE='#'
CREATE_JNI_HEADERS_FALSE=''
CREATE_JNI_HEADERS_TRUE='#'
CREATE_JNI_LIBRARIES_FALSE='#'
CREATE_JNI_LIBRARIES_TRUE=''
CREATE_PLUGIN_FALSE=''
CREATE_PLUGIN_TRUE='#'
CREATE_QT_PEER_LIBRARIES_FALSE=''
CREATE_QT_PEER_LIBRARIES_TRUE='#'
CREATE_WRAPPERS_FALSE=''
CREATE_WRAPPERS_TRUE='#'
CREATE_XMLJ_LIBRARY_FALSE=''
CREATE_XMLJ_LIBRARY_TRUE='#'
CXX='g++ '
CXXCPP='g++  -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
CYGPATH_W='echo'
DATE='/bin/date'
DEFAULT_PREFS_PEER='gnu.java.util.prefs.GConfBasedFactory'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECJ_JAR=''
EGREP='/bin/grep -E'
ENABLE_LOCAL_SOCKETS_FALSE=''
ENABLE_LOCAL_SOCKETS_TRUE=''
ERROR_CFLAGS=''
EXAMPLESDIR=''
EXEEXT=''
EXTRA_CFLAGS='-fexceptions -fasynchronous-unwind-tables'
FGREP='/bin/grep -F'
FIND='/usr/bin/find'
FREETYPE2_CFLAGS=''
FREETYPE2_LIBS=''
GCJ_JAVAC_FALSE=''
GCJ_JAVAC_TRUE='#'
GCONF_CFLAGS=''
GCONF_LIBS=''
GDK_CFLAGS=''
GDK_LIBS=''
GJDOC=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GMP_CFLAGS='-I/usr/include'
GMP_LIBS='-lgmp'
GREP='/bin/grep'
GSTREAMER_BASE_CFLAGS=''
GSTREAMER_BASE_LIBS=''
GSTREAMER_CFLAGS=''
GSTREAMER_FILE_READER=''
GSTREAMER_LIBS=''
GSTREAMER_MIXER_PROVIDER=''
GSTREAMER_PLUGINS_BASE_CFLAGS=''
GSTREAMER_PLUGINS_BASE_LIBS=''
GST_PLUGIN_LDFLAGS=''
GTK_CFLAGS=''
GTK_LIBS=''
INIT_LOAD_LIBRARY='true'
INSTALL_CLASS_FILES_FALSE=''
INSTALL_CLASS_FILES_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GLIBJ_ZIP_FALSE='#'
INSTALL_GLIBJ_ZIP_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAR='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar'
JAVA='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/java-initial'
JAVAC='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial'
JAVAC_IS_GCJ='no'
JAVAC_MEM_OPT=''
JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION='false'
JAY=''
JAY_SKELETON=''
LD='ld   -m elf_x86_64'
LDFLAGS='-L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1'
LIBDEBUG='false'
LIBICONV=''
LIBMAGIC='-lmagic'
LIBOBJS=''
LIBS='-lrt '
LIBTOOL='$(top_builddir)/x86_64-linux-libtool'
LIBVERSION='0:0:0'
LIPO=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR='/bin/mkdir'
MKDIR_P='/bin/mkdir -p'
MOC=''
MOZILLA_CFLAGS=''
MOZILLA_LIBS=''
NM='nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='classpath'
PACKAGE_BUGREPORT='classpath@gnu.org'
PACKAGE_NAME='GNU Classpath'
PACKAGE_STRING='GNU Classpath 0.99'
PACKAGE_TARNAME='classpath'
PACKAGE_URL='http://www.gnu.org/software/classpath/'
PACKAGE_VERSION='0.99'
PANGOFT2_CFLAGS=''
PANGOFT2_LIBS=''
PATH_SEPARATOR=':'
PATH_TO_ESCHER=''
PATH_TO_GLIBJ_ZIP=''
PERL=''
PKG_CONFIG=''
PLUGIN_DIR=''
QT_CFLAGS=''
QT_LIBS=''
RANLIB='ranlib'
REGEN_PARSERS_FALSE=''
REGEN_PARSERS_TRUE='#'
REMOVE=''
SED='sed'
SET_MAKE=''
SHELL='/bin/bash'
STRICT_WARNING_CFLAGS='-Wstrict-prototypes -pedantic'
STRIP='strip'
TOOLSDIR='tools'
USER_JAVAH=''
USE_ESCHER_FALSE=''
USE_ESCHER_TRUE=''
USE_PREBUILT_GLIBJ_ZIP_FALSE=''
USE_PREBUILT_GLIBJ_ZIP_TRUE='#'
VERSION='0.99'
WANT_NATIVE_BIG_INTEGER=''
WARNING_CFLAGS='-W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long'
WITH_JAR_FALSE='#'
WITH_JAR_TRUE=''
XML_CFLAGS=''
XML_LIBS=''
XSLT_CFLAGS=''
XSLT_LIBS=''
XTEST_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZIP='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip'
ac_ct_ANTLR=''
ac_ct_AR=''
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=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share'
datarootdir='${prefix}/share'
default_toolkit='gnu.java.awt.peer.gtk.GtkToolkit'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr'
glibjdir='${datadir}/${PACKAGE}'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include/classpath'
infodir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info'
install_sh='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/install-sh'
libdir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib'
libexecdir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/classpath'
localedir='${datarootdir}/locale'
localstatedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/var'
mandir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man'
mkdir_p='$(MKDIR_P)'
nativeexeclibdir='${libdir}/${PACKAGE}'
oldincludedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include'
pdfdir='${docdir}'
prefix='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin'
sharedstatedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/com'
sysconfdir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/etc'
target='x86_64-pc-linux-gnu'
target_alias='x86_64-linux'
target_cpu='x86'
target_os='linux-gnu'
target_vendor='pc'
uudecode=''
vm_classes='${top_srcdir}/vm/reference'

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

/* confdefs.h */
#define PACKAGE_NAME "GNU Classpath"
#define PACKAGE_TARNAME "classpath"
#define PACKAGE_VERSION "0.99"
#define PACKAGE_STRING "GNU Classpath 0.99"
#define PACKAGE_BUGREPORT "classpath@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/classpath/"
#define PACKAGE "classpath"
#define VERSION "0.99"
#define HAVE_ICONV 1
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GNUC25_ATTRIB /**/
#define HAVE_GNUC25_UNUSED /**/
#define STDC_HEADERS 1
#define SIZEOF_VOID_P 8
#define BYTEORDER 1234
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_ASM_IOCTLS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_MAGIC_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_NETINET_IP_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INT32_DEFINED 1
#define HAVE_INT32_DEFINED 1
#define HAVE_BSD_INT32_DEFINED 1
#define HAVE_FTRUNCATE 1
#define HAVE_FSYNC 1
#define HAVE_SELECT 1
#define HAVE_GETHOSTNAME 1
#define HAVE_SOCKET 1
#define HAVE_STRERROR 1
#define HAVE_FORK 1
#define HAVE_PIPE 1
#define HAVE_EXECVE 1
#define HAVE_OPEN 1
#define HAVE_CLOSE 1
#define HAVE_LSEEK 1
#define HAVE_FSTAT 1
#define HAVE_READ 1
#define HAVE_READV 1
#define HAVE_WRITE 1
#define HAVE_WRITEV 1
#define HAVE_HTONL 1
#define HAVE_MEMSET 1
#define HAVE_HTONS 1
#define HAVE_CONNECT 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_BIND 1
#define HAVE_LISTEN 1
#define HAVE_ACCEPT 1
#define HAVE_RECVFROM 1
#define HAVE_SEND 1
#define HAVE_SENDTO 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETSOCKOPT 1
#define HAVE_TIME 1
#define HAVE_MKTIME 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_LOCALTIME_R 1
#define HAVE_STRERROR_R 1
#define HAVE_FCNTL 1
#define HAVE_STATVFS 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_MINCORE 1
#define HAVE_MSYNC 1
#define HAVE_MADVISE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SYSCONF 1
#define HAVE_LSTAT 1
#define HAVE_READLINK 1
#define HAVE_INET_ATON 1
#define HAVE_INET_ADDR 1
#define HAVE_INET_PTON 1
#define HAVE_GETIFADDRS 1
#define HAVE_EPOLL_CREATE 1
#define HAVE_GETLOADAVG 1
#define HAVE_INET6 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define STRUCT_TM_HAS_GMTOFF 1
#define HAVE_FUNC_GETHOSTBYNAME_R_6 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define HAVE_MSG_NOSIGNAL 1
#define HAVE_MSG_WAITALL 1
#define HAVE_GMP_H 1

configure: exit 1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: classpath-native do_configure error
  2014-07-18 15:09 ` classpath-native do_configure error MONDON Daniel
@ 2014-07-18 17:04   ` Henning Heinold
  2014-07-21 13:21     ` MONDON Daniel
  2014-07-28 13:20     ` openjdk-7-jre " MONDON Daniel
  0 siblings, 2 replies; 6+ messages in thread
From: Henning Heinold @ 2014-07-18 17:04 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Jul 18, 2014 at 03:09:40PM +0000, MONDON Daniel wrote:
> Hi,
> 
> Before git pull, it was ok.
> 
> Thanks
> Daniel.
> 
> 
> checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial works... configure: error: The Java compiler /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial failed (see config.log, check the CLASSPATH?)
> | Configure failed. The contents of all config.log files follows to aid debugging
> | ERROR: oe_runconf failed

Just in the case you did not found that in the config.log

/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/java-initial: 35: exec: cacao-initial-initial: not
found

Bye Henning


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: classpath-native do_configure error
  2014-07-18 17:04   ` Henning Heinold
@ 2014-07-21 13:21     ` MONDON Daniel
  2014-07-28 13:20     ` openjdk-7-jre " MONDON Daniel
  1 sibling, 0 replies; 6+ messages in thread
From: MONDON Daniel @ 2014-07-21 13:21 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2437 bytes --]

Hi,

New error : 
Segmentation fault ... (see in config.log).

Thanks
Daniel.


.../...
| make use of stdint.h in include/config-int.h (assuming C99 compatible system)
| checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial is a version of gcj... no
| checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial works... configure: error: The Java compiler /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial failed (see config.log, check the CLASSPATH?)
| Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/temp/log.do_configure.25255)
ERROR: Task 665 (/home/me/java/openembedded-core/meta-java/recipes-core/classpath/classpath-native_0.99.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1828 tasks of which 1827 didn't need to be rerun and 1 failed.
No currently running tasks (582 of 1967)

Summary: 1 task failed:
  /home/me/java/openembedded-core/meta-java/recipes-core/classpath/classpath-native_0.99.bb, do_configure

------------------------------------------------------------------------------------------------
On Fri, Jul 18, 2014 at 03:09:40PM +0000, MONDON Daniel wrote:
> Hi,
> 
> Before git pull, it was ok.
> 
> Thanks
> Daniel.
> 
> 
> checking if 
> /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux
> /usr/bin/ecj-initial works... configure: error: The Java compiler 
> /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux
> /usr/bin/ecj-initial failed (see config.log, check the CLASSPATH?)
> | Configure failed. The contents of all config.log files follows to 
> | aid debugging
> | ERROR: oe_runconf failed

Just in the case you did not found that in the config.log

/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/java-initial: 35: exec: cacao-initial-initial: not found

Bye Henning
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 184495 bytes --]

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

It was created by GNU Classpath configure 0.99, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/configure --build=x86_64-linux --host=x86_64-linux --target=x86_64-linux --prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --exec_prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --bindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin --sbindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin --libexecdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/classpath --datadir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share --sysconfdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/etc --sharedstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/com --localstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/var --libdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib --includedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --oldincludedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --infodir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info --mandir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-glibj --enable-local-sockets --disable-Werror --disable-alsa --disable-gconf-peer --disable-gtk-peer --disable-plugin --disable-dssi --disable-gjdoc --disable-examples --enable-tools --includedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include/classpath --disable-nls

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

hostname = SPROD0104
uname -m = x86_64
uname -r = 3.13.0-30-generic
uname -s = Linux
uname -v = #55~precise1-Ubuntu SMP Fri Jul 4 21:52:00 UTC 2014

/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: /home/me/java/openembedded-core/scripts/native-intercept
PATH: /home/me/java/openembedded-core/scripts
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/x86_64-linux
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/sbin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/bin
PATH: /home/me/java/openembedded-core/scripts
PATH: /home/me/java/openembedded-core/bitbake/bin
PATH: /home/me/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:2861: loading site script /home/me/java/openembedded-core/meta/site/native
| ac_cv_path_SED=sed
configure:2993: checking build system type
configure:3007: result: x86_64-pc-linux-gnu
configure:3027: checking host system type
configure:3040: result: x86_64-pc-linux-gnu
configure:3060: checking target system type
configure:3073: result: x86_64-pc-linux-gnu
configure:3137: checking for a BSD-compatible install
configure:3205: result: /usr/bin/install -c
configure:3216: checking whether build environment is sane
configure:3271: result: yes
configure:3422: checking for a thread-safe mkdir -p
configure:3461: result: /bin/mkdir -p
configure:3468: checking for gawk
configure:3484: found /usr/bin/gawk
configure:3495: result: gawk
configure:3506: checking whether make sets $(MAKE)
configure:3528: result: yes
configure:3557: checking whether make supports nested variables
configure:3574: result: yes
configure:3663: checking whether UID '1000' is supported by ustar format
configure:3666: result: yes
configure:3673: checking whether GID '1000' is supported by ustar format
configure:3676: result: yes
configure:3684: checking how to create a ustar tar archive
configure:3695: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3698: $? = 0
configure:3738: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3741: $? = 0
configure:3745: tar -xf - <conftest.tar
configure:3748: $? = 0
configure:3750: cat conftest.dir/file
GrepMe
configure:3753: $? = 0
configure:3766: result: gnutar
configure:3848: checking for style of include used by make
configure:3876: result: GNU
configure:3907: checking for x86_64-linux-gcc
configure:3934: result: gcc 
configure:4203: checking for C compiler version
configure:4212: gcc  --version >&5
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Copyright (C) 2013 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:4223: $? = 0
configure:4212: gcc  -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.1-2ubuntu1~12.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu 4.8.1-2ubuntu1~12.04) 
configure:4223: $? = 0
configure:4212: gcc  -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4223: $? = 4
configure:4212: gcc  -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4223: $? = 4
configure:4243: checking whether the C compiler works
configure:4265: gcc  -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:4269: $? = 0
configure:4317: result: yes
configure:4320: checking for C compiler default output file name
configure:4322: result: a.out
configure:4328: checking for suffix of executables
configure:4335: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:4339: $? = 0
configure:4361: result: 
configure:4383: checking whether we are cross compiling
configure:4391: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:4395: $? = 0
configure:4402: ./conftest
configure:4406: $? = 0
configure:4421: result: no
configure:4426: checking for suffix of object files
configure:4448: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4452: $? = 0
configure:4473: result: o
configure:4477: checking whether we are using the GNU C compiler
configure:4496: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4496: $? = 0
configure:4505: result: yes
configure:4514: checking whether gcc  accepts -g
configure:4534: gcc  -c -g -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4534: $? = 0
configure:4575: result: yes
configure:4592: checking for gcc  option to accept ISO C89
configure:4655: gcc   -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:4655: $? = 0
configure:4668: result: none needed
configure:4693: checking whether gcc  understands -c and -o together
configure:4715: gcc  -c conftest.c -o conftest2.o
configure:4718: $? = 0
configure:4715: gcc  -c conftest.c -o conftest2.o
configure:4718: $? = 0
configure:4730: result: yes
configure:4749: checking dependency style of gcc 
configure:4860: result: none
configure:4900: checking for ld used by gcc 
configure:4967: result: ld  
configure:4974: checking if the linker (ld  ) is GNU ld
configure:4989: result: yes
configure:4996: checking for shared library run path origin
configure:5009: result: done
configure:5034: checking how to run the C preprocessor
configure:5104: result: gcc  -E
configure:5124: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:5124: $? = 0
configure:5138: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5138: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5167: checking for grep that handles long lines and -e
configure:5225: result: /bin/grep
configure:5230: checking for egrep
configure:5292: result: /bin/grep -E
configure:5855: checking for iconv
configure:5877: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:5877: $? = 0
configure:5909: result: yes
configure:6100: checking for ANSI C header files
configure:6120: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6120: $? = 0
configure:6193: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
configure:6193: $? = 0
configure:6193: ./conftest
configure:6193: $? = 0
configure:6204: result: yes
configure:6217: checking for sys/types.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for sys/stat.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for stdlib.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for string.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for memory.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for strings.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for inttypes.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for stdint.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6217: checking for unistd.h
configure:6217: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:6217: $? = 0
configure:6217: result: yes
configure:6488: checking whether to regenerate the headers
configure:6505: result: no
configure:6516: checking whether to regenerate the GJDoc parser
configure:6533: result: yes
configure:6628: checking whether ln -s works
configure:6632: result: yes
configure:6753: checking for C++ compiler version
configure:6762: g++  --version >&5
g++ (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Copyright (C) 2013 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:6773: $? = 0
configure:6762: g++  -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.1-2ubuntu1~12.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu 4.8.1-2ubuntu1~12.04) 
configure:6773: $? = 0
configure:6762: g++  -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:6773: $? = 4
configure:6762: g++  -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:6773: $? = 4
configure:6777: checking whether we are using the GNU C++ compiler
configure:6796: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp >&5
configure:6796: $? = 0
configure:6805: result: yes
configure:6814: checking whether g++  accepts -g
configure:6834: g++  -c -g -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp >&5
configure:6834: $? = 0
configure:6875: result: yes
configure:6900: checking dependency style of g++ 
configure:7011: result: none
configure:7103: checking how to print strings
configure:7130: result: printf
configure:7151: checking for a sed that does not truncate output
configure:7215: result: sed
configure:7233: checking for fgrep
configure:7295: result: /bin/grep -F
configure:7330: checking for ld used by gcc 
configure:7397: result: ld  
configure:7404: checking if the linker (ld  ) is GNU ld
configure:7419: result: yes
configure:7431: checking for BSD- or MS-compatible name lister (nm)
configure:7480: result: nm
configure:7610: checking the name lister (nm) interface
configure:7617: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:7620: nm "conftest.o"
configure:7623: output
0000000000000000 B some_variable
configure:7630: result: BSD nm
configure:7634: checking the maximum length of command line arguments
configure:7764: result: 1572864
configure:7781: checking whether the shell understands some XSI constructs
configure:7791: result: yes
configure:7795: checking whether the shell understands "+="
configure:7801: result: yes
configure:7836: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:7876: result: func_convert_file_noop
configure:7883: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:7903: result: func_convert_file_noop
configure:7910: checking for ld   option to reload object files
configure:7917: result: -r
configure:7951: checking for x86_64-linux-objdump
configure:7978: result: objdump
configure:8050: checking how to recognize dependent libraries
configure:8252: result: pass_all
configure:8297: checking for x86_64-linux-dlltool
configure:8327: result: no
configure:8337: checking for dlltool
configure:8367: result: no
configure:8397: checking how to associate runtime and link libraries
configure:8424: result: printf %s\n
configure:8440: checking for x86_64-linux-ar
configure:8467: result: ar
configure:8548: checking for archiver @FILE support
configure:8565: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:8565: $? = 0
configure:8568: ar cru libconftest.a @conftest.lst >&5
configure:8571: $? = 0
configure:8576: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8579: $? = 1
configure:8591: result: @
configure:8609: checking for x86_64-linux-strip
configure:8636: result: strip
configure:8708: checking for x86_64-linux-ranlib
configure:8735: result: ranlib
configure:8877: checking command to parse nm output from gcc  object
configure:8997: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:9000: $? = 0
configure:9004: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9007: $? = 0
configure:9073: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c conftstm.o >&5
configure:9076: $? = 0
configure:9114: result: ok
configure:9151: checking for sysroot
configure:9186: result: no
configure:9263: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:9266: $? = 0
configure:9402: checking for x86_64-linux-mt
configure:9432: result: no
configure:9442: checking for mt
configure:9458: found /bin/mt
configure:9469: result: mt
configure:9492: checking if mt is a manifest tool
configure:9498: mt '-?'
configure:9506: result: no
configure:10145: checking for dlfcn.h
configure:10145: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:10145: $? = 0
configure:10145: result: yes
configure:10333: checking for objdir
configure:10348: result: .libs
configure:10615: checking if gcc  supports -fno-rtti -fno-exceptions
configure:10633: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:10637: $? = 0
configure:10650: result: no
configure:10977: checking for gcc  option to produce PIC
configure:10984: result: -fPIC -DPIC
configure:10992: checking if gcc  PIC flag -fPIC -DPIC works
configure:11010: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -fPIC -DPIC -DPIC conftest.c >&5
configure:11014: $? = 0
configure:11027: result: yes
configure:11056: checking if gcc  static flag -static works
configure:11084: result: yes
configure:11099: checking if gcc  supports -c -o file.o
configure:11120: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -o out/conftest2.o conftest.c >&5
configure:11124: $? = 0
configure:11146: result: yes
configure:11154: checking if gcc  supports -c -o file.o
configure:11201: result: yes
configure:11234: checking whether the gcc  linker (ld   -m elf_x86_64) supports shared libraries
configure:12387: result: yes
configure:12424: checking whether -lc should be explicitly linked in
configure:12432: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:12435: $? = 0
configure:12450: gcc  -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:12453: $? = 0
configure:12467: result: no
configure:12627: checking dynamic linker characteristics
configure:13138: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13138: $? = 0
configure:13360: result: GNU/Linux ld.so
configure:13467: checking how to hardcode library paths into programs
configure:13492: result: immediate
configure:14032: checking whether stripping libraries is possible
configure:14037: result: yes
configure:14072: checking if libtool supports shared libraries
configure:14074: result: yes
configure:14077: checking whether to build shared libraries
configure:14098: result: yes
configure:14101: checking whether to build static libraries
configure:14105: result: no
configure:14128: checking how to run the C++ preprocessor
configure:14155: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
configure:14155: $? = 0
configure:14169: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:14169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14194: result: g++  -E
configure:14214: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
configure:14214: $? = 0
configure:14228: g++  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:14228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14397: checking for ld used by g++ 
configure:14464: result: ld   -m elf_x86_64
configure:14471: checking if the linker (ld   -m elf_x86_64) is GNU ld
configure:14486: result: yes
configure:14541: checking whether the g++  linker (ld   -m elf_x86_64) supports shared libraries
configure:15546: result: yes
configure:15582: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.cpp >&5
configure:15585: $? = 0
configure:16105: checking for g++  option to produce PIC
configure:16112: result: -fPIC -DPIC
configure:16120: checking if g++  PIC flag -fPIC -DPIC works
configure:16138: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16142: $? = 0
configure:16155: result: yes
configure:16178: checking if g++  static flag -static works
configure:16206: result: yes
configure:16218: checking if g++  supports -c -o file.o
configure:16239: g++  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -o out/conftest2.o conftest.cpp >&5
configure:16243: $? = 0
configure:16265: result: yes
configure:16270: checking if g++  supports -c -o file.o
configure:16317: result: yes
configure:16347: checking whether the g++  linker (ld   -m elf_x86_64) supports shared libraries
configure:16383: result: yes
configure:16524: checking dynamic linker characteristics
configure:17191: result: GNU/Linux ld.so
configure:17244: checking how to hardcode library paths into programs
configure:17269: result: immediate
configure:17334: checking for gawk
configure:17361: result: gawk
configure:17380: checking for x86_64-linux-gcc
configure:17407: result: gcc 
configure:17676: checking for C compiler version
configure:17685: gcc  --version >&5
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Copyright (C) 2013 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:17696: $? = 0
configure:17685: gcc  -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.1-2ubuntu1~12.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu 4.8.1-2ubuntu1~12.04) 
configure:17696: $? = 0
configure:17685: gcc  -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:17696: $? = 4
configure:17685: gcc  -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:17696: $? = 4
configure:17700: checking whether we are using the GNU C compiler
configure:17728: result: yes
configure:17737: checking whether gcc  accepts -g
configure:17798: result: yes
configure:17815: checking for gcc  option to accept ISO C89
configure:17891: result: none needed
configure:17916: checking whether gcc  understands -c and -o together
configure:17953: result: yes
configure:17972: checking dependency style of gcc 
configure:18083: result: none
configure:18104: checking how to run the C preprocessor
configure:18174: result: gcc  -E
configure:18194: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18194: $? = 0
configure:18208: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:18208: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:18302: checking __attribute__((,,))
configure:18319: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18319: $? = 0
configure:18330: result: yes
configure:18351: checking __attribute__((unused))
configure:18368: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18368: $? = 0
configure:18379: result: yes
configure:18396: checking for ANSI C header files
configure:18500: result: yes
configure:18509: checking size of void *
configure:18529: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:34:20: error: duplicate case value
 switch (0) case 0: case (sizeof (void *) == 4):;
                    ^
conftest.c:34:12: error: previously used here
 switch (0) case 0: case (sizeof (void *) == 4):;
            ^
configure:18529: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (void *) == 4):;
|   ;
|   return 0;
| }
configure:18529: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18529: $? = 0
configure:18541: result: 8
configure:18550: checking whether byte ordering is bigendian
configure:18572: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18572: $? = 0
configure:18589: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:2: error: unknown type name 'not'
  not big endian
  ^
conftest.c:35:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  not big endian
          ^
configure:18589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| /* 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:18625: result: no
configure:18696: checking for unistd.h
configure:18696: result: yes
configure:18696: checking for sys/types.h
configure:18696: result: yes
configure:18696: checking sys/config.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:64:24: fatal error: sys/config.h: No such file or directory
 #include <sys/config.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_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/config.h>
configure:18696: result: no
configure:18696: checking sys/config.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:31:24: fatal error: sys/config.h: No such file or directory
 #include <sys/config.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/config.h>
configure:18696: result: no
configure:18696: checking for sys/config.h
configure:18696: result: no
configure:18696: checking sys/ioctl.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/ioctl.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/ioctl.h
configure:18696: result: yes
configure:18696: checking asm/ioctls.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking asm/ioctls.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for asm/ioctls.h
configure:18696: result: yes
configure:18696: checking for inttypes.h
configure:18696: result: yes
configure:18696: checking for stdint.h
configure:18696: result: yes
configure:18696: checking utime.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking utime.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for utime.h
configure:18696: result: yes
configure:18696: checking sys/utime.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:69:23: fatal error: sys/utime.h: No such file or directory
 #include <sys/utime.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_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/utime.h>
configure:18696: result: no
configure:18696: checking sys/utime.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:36:23: fatal error: sys/utime.h: No such file or directory
 #include <sys/utime.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <sys/utime.h>
configure:18696: result: no
configure:18696: checking for sys/utime.h
configure:18696: result: no
configure:18696: checking sys/filio.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:69:23: fatal error: sys/filio.h: No such file or directory
 #include <sys/filio.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_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/filio.h>
configure:18696: result: no
configure:18696: checking sys/filio.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:36:23: fatal error: sys/filio.h: No such file or directory
 #include <sys/filio.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <sys/filio.h>
configure:18696: result: no
configure:18696: checking for sys/filio.h
configure:18696: result: no
configure:18696: checking sys/time.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/time.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/time.h
configure:18696: result: yes
configure:18696: checking sys/select.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/select.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/select.h
configure:18696: result: yes
configure:18696: checking crt_externs.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:71:25: fatal error: crt_externs.h: No such file or directory
 #include <crt_externs.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_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 <crt_externs.h>
configure:18696: result: no
configure:18696: checking crt_externs.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:38:25: fatal error: crt_externs.h: No such file or directory
 #include <crt_externs.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:18696: result: no
configure:18696: checking for crt_externs.h
configure:18696: result: no
configure:18696: checking fcntl.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking fcntl.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for fcntl.h
configure:18696: result: yes
configure:18696: checking sys/mman.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/mman.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/mman.h
configure:18696: result: yes
configure:18696: checking magic.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking magic.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for magic.h
configure:18696: result: yes
configure:18696: checking sys/event.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:74:23: fatal error: sys/event.h: No such file or directory
 #include <sys/event.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_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/event.h>
configure:18696: result: no
configure:18696: checking sys/event.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:41:23: fatal error: sys/event.h: No such file or directory
 #include <sys/event.h>
                       ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| /* end confdefs.h.  */
| #include <sys/event.h>
configure:18696: result: no
configure:18696: checking for sys/event.h
configure:18696: result: no
configure:18696: checking sys/epoll.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking sys/epoll.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for sys/epoll.h
configure:18696: result: yes
configure:18696: checking ifaddrs.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking ifaddrs.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for ifaddrs.h
configure:18696: result: yes
configure:18696: checking netinet/in_systm.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking netinet/in_systm.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for netinet/in_systm.h
configure:18696: result: yes
configure:18696: checking netinet/ip.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking netinet/ip.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for netinet/ip.h
configure:18696: result: yes
configure:18696: checking net/if.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking net/if.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:18696: $? = 0
configure:18696: result: yes
configure:18696: checking for net/if.h
configure:18696: result: yes
configure:18696: checking sys/loadavg.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:79:25: fatal error: sys/loadavg.h: No such file or directory
 #include <sys/loadavg.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_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/loadavg.h>
configure:18696: result: no
configure:18696: checking sys/loadavg.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:46:25: fatal error: sys/loadavg.h: No such file or directory
 #include <sys/loadavg.h>
                         ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:18696: result: no
configure:18696: checking for sys/loadavg.h
configure:18696: result: no
configure:18696: checking sys/sockio.h usability
configure:18696: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c:79:24: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_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/sockio.h>
configure:18696: result: no
configure:18696: checking sys/sockio.h presence
configure:18696: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
conftest.c:46:24: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
                        ^
compilation terminated.
configure:18696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:18696: result: no
configure:18696: checking for sys/sockio.h
configure:18696: result: no
conftest.c:49:24: fatal error: sys/config.h: No such file or directory
 #include <sys/config.h>
                        ^
compilation terminated.
configure:18760: checking for library containing clock_gettime
configure:18791: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c  >&5
/tmp/cc5Scpde.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `clock_gettime'
collect2: error: ld returned 1 exit status
configure:18791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:18791: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt   >&5
configure:18791: $? = 0
configure:18808: result: -lrt
configure:18816: checking for library containing inet_pton
configure:18847: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18847: $? = 0
configure:18864: result: none required
configure:18872: checking for gethostname in -lsocket
configure:18897: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lsocket  -lrt  >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:18897: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 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 gethostname ();
| int
| main ()
| {
| return gethostname ();
|   ;
|   return 0;
| }
configure:18906: result: no
configure:18934: checking for ftruncate
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fsync
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for select
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for gethostname
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for socket
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for strerror
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fork
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
conftest.c:78:6: warning: conflicting types for built-in function 'fork' [enabled by default]
 char fork ();
      ^
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for pipe
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for execve
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
conftest.c:80:6: warning: conflicting types for built-in function 'execve' [enabled by default]
 char execve ();
      ^
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for open
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for close
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for lseek
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fstat
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for read
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for readv
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for write
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for writev
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for htonl
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for memset
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
conftest.c:90:6: warning: conflicting types for built-in function 'memset' [enabled by default]
 char memset ();
      ^
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for htons
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for connect
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getsockname
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getpeername
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for bind
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for listen
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for accept
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for recvfrom
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for send
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for sendto
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for setsockopt
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getsockopt
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for time
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for mktime
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for clock_gettime
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for gethostbyname_r
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for localtime_r
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for strerror_r
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for fcntl
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for statvfs
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for mmap
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for munmap
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for mincore
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for msync
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for madvise
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getpagesize
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for sysconf
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for lstat
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for readlink
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for inet_aton
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for inet_addr
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for inet_pton
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getifaddrs
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for kqueue
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
/tmp/ccnuB2f2.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `kqueue'
collect2: error: ld returned 1 exit status
configure:18934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| /* end confdefs.h.  */
| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define kqueue innocuous_kqueue
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char kqueue (); 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 kqueue
| 
| /* 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 kqueue ();
| /* 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_kqueue || defined __stub___kqueue
| choke me
| #endif
| 
| int
| main ()
| {
| return kqueue ();
|   ;
|   return 0;
| }
configure:18934: result: no
configure:18934: checking for kevent
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
/tmp/ccNjzIab.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `kevent'
collect2: error: ld returned 1 exit status
configure:18934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| /* end confdefs.h.  */
| /* Define kevent to an innocuous variant, in case <limits.h> declares kevent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define kevent innocuous_kevent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char kevent (); 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 kevent
| 
| /* 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 kevent ();
| /* 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_kevent || defined __stub___kevent
| choke me
| #endif
| 
| int
| main ()
| {
| return kevent ();
|   ;
|   return 0;
| }
configure:18934: result: no
configure:18934: checking for epoll_create
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18934: checking for getloadavg
configure:18934: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lrt  >&5
configure:18934: $? = 0
configure:18934: result: yes
configure:18945: checking for magic_open in -lmagic
configure:18970: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lmagic  -lrt  >&5
configure:18970: $? = 0
configure:18979: result: yes
configure:18987: checking whether struct sockaddr_in6 is in netinet/in.h
configure:19000: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19000: $? = 0
configure:19004: result: yes
configure:19012: checking whether time.h and sys/time.h may both be included
configure:19032: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19032: $? = 0
configure:19039: result: yes
configure:19047: checking whether struct tm is in sys/time.h or time.h
configure:19067: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19067: $? = 0
configure:19074: result: time.h
configure:19082: checking for struct tm.tm_zone
configure:19082: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19082: $? = 0
configure:19082: result: yes
configure:19150: checking for tm_gmtoff in struct tm
configure:19163: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19163: $? = 0
configure:19167: result: yes
configure:19223: checking for an ANSI C-conforming const
configure:19289: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19289: $? = 0
configure:19296: result: yes
configure:19304: checking for inline
configure:19320: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19320: $? = 0
configure:19328: result: inline
configure:19346: checking for __attribute__
configure:19357: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19357: $? = 0
configure:19366: result: yes
configure:19386: checking how many arguments gethostbyname_r() takes
configure:19421: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:115:13: error: too few arguments to function 'gethostbyname_r'
             (void)gethostbyname_r(name) /* ; */
             ^
In file included from conftest.c:109:0:
/usr/include/netdb.h:180:12: note: declared here
 extern int gethostbyname_r (__const char *__restrict __name,
            ^
configure:19421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_EPOLL_CREATE 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_INET6 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define STRUCT_TM_HAS_GMTOFF 1
| /* end confdefs.h.  */
| 
|     #include <netdb.h>
| int
| main ()
| {
| 
|             char *name = "www.gnu.org";
|             (void)gethostbyname_r(name) /* ; */
| 
|   ;
|   return 0;
| }
configure:19452: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19452: $? = 0
configure:19545: result: six
configure:19606: checking for iconv
configure:19660: result: yes
configure:19681: checking for iconv declaration
configure:19710: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:19710: $? = 0
configure:19721: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:22009: checking for MSG_NOSIGNAL
configure:22022: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:22022: $? = 0
configure:22023: result: yes
configure:22034: checking for SO_NOSIGPIPE 
configure:22047: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:10: error: 'SO_NOSIGPIPE' undeclared (first use in this function)
  int f = SO_NOSIGPIPE;
          ^
conftest.c:116:10: note: each undeclared identifier is reported only once for each function it appears in
configure:22047: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Classpath"
| #define PACKAGE_TARNAME "classpath"
| #define PACKAGE_VERSION "0.99"
| #define PACKAGE_STRING "GNU Classpath 0.99"
| #define PACKAGE_BUGREPORT "classpath@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/classpath/"
| #define PACKAGE "classpath"
| #define VERSION "0.99"
| #define HAVE_ICONV 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GNUC25_ATTRIB /**/
| #define HAVE_GNUC25_UNUSED /**/
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| #define BYTEORDER 1234
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ASM_IOCTLS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MAGIC_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_INT32_DEFINED 1
| #define HAVE_BSD_INT32_DEFINED 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSYNC 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| #define HAVE_FORK 1
| #define HAVE_PIPE 1
| #define HAVE_EXECVE 1
| #define HAVE_OPEN 1
| #define HAVE_CLOSE 1
| #define HAVE_LSEEK 1
| #define HAVE_FSTAT 1
| #define HAVE_READ 1
| #define HAVE_READV 1
| #define HAVE_WRITE 1
| #define HAVE_WRITEV 1
| #define HAVE_HTONL 1
| #define HAVE_MEMSET 1
| #define HAVE_HTONS 1
| #define HAVE_CONNECT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_BIND 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_TIME 1
| #define HAVE_MKTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FCNTL 1
| #define HAVE_STATVFS 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_MSYNC 1
| #define HAVE_MADVISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_ADDR 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_EPOLL_CREATE 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_INET6 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define STRUCT_TM_HAS_GMTOFF 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_MSG_NOSIGNAL 1
| /* end confdefs.h.  */
| #include <sys/socket.h>
| int
| main ()
| {
|  int f = SO_NOSIGPIPE;
|   ;
|   return 0;
| }
configure:22054: result: no
configure:22059: checking for MSG_WAITALL
configure:22072: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:22072: $? = 0
configure:22073: result: yes
configure:22908: checking for GMP directories
configure:22924: result: prefix=/usr, libs=-lgmp, inc=-I/usr/include
configure:22926: checking for __gmpz_mul_si in -lgmp
configure:22951: gcc  -o conftest -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -lgmp  -lrt  >&5
configure:22951: $? = 0
configure:22960: result: yes
configure:22975: checking gmp.h usability
configure:22975: gcc  -c -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:22975: $? = 0
configure:22975: result: yes
configure:22975: checking gmp.h presence
configure:22975: gcc  -E -isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include conftest.c
configure:22975: $? = 0
configure:22975: result: yes
configure:22975: checking for gmp.h
configure:22975: result: yes
configure:23308: checking jni_md.h support
configure:23311: result: yes
configure:23343: checking whether to enable maintainer-specific portions of Makefiles
configure:23352: result: no
configure:23426: checking for mkdir
configure:23444: found /bin/mkdir
configure:23456: result: /bin/mkdir
configure:23466: checking for cp
configure:23484: found /bin/cp
configure:23496: result: /bin/cp
configure:23506: checking for date
configure:23524: found /bin/date
configure:23536: result: /bin/date
configure:23547: checking for find
configure:23565: found /usr/bin/find
configure:23577: result: /usr/bin/find
configure:23589: checking for zip
configure:23607: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:23619: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:23628: checking for a jar-like tool
configure:23663: result: trying fastjar, gjar and jar
configure:23669: checking for fastjar
configure:23687: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
configure:23699: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
configure:24030: checking whether to regenerate parsers with jay
configure:24032: result: no
configure:24065: checking for stdint types
configure:24088: gcc  -c   conftest.c >&5
configure:24088: $? = 0
configure:24113: result: stdint.h (shortcircuit)
configure:24498: result: make use of stdint.h in include/config-int.h (assuming C99 compatible system)
configure:24726: checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial is a version of gcj
configure:24740: result: no
configure:24755: checking if /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial works
configure:24780: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial -nowarn -source 1.5 -target 1.5 Object.java
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
configure:24783: $? = 139
configure:24787: error: The Java compiler /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial failed (see config.log, check the CLASSPATH?)

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_attribute=yes
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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='gcc '
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='gcc  -E'
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='g++ '
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux
ac_cv_func_accept=yes
ac_cv_func_bind=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_close=yes
ac_cv_func_connect=yes
ac_cv_func_epoll_create=yes
ac_cv_func_execve=yes
ac_cv_func_fcntl=yes
ac_cv_func_fork=yes
ac_cv_func_fstat=yes
ac_cv_func_fsync=yes
ac_cv_func_ftruncate=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpeername=yes
ac_cv_func_getsockname=yes
ac_cv_func_getsockopt=yes
ac_cv_func_htonl=yes
ac_cv_func_htons=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_pton=yes
ac_cv_func_kevent=no
ac_cv_func_kqueue=no
ac_cv_func_listen=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lseek=yes
ac_cv_func_lstat=yes
ac_cv_func_madvise=yes
ac_cv_func_memset=yes
ac_cv_func_mincore=yes
ac_cv_func_mktime=yes
ac_cv_func_mmap=yes
ac_cv_func_msync=yes
ac_cv_func_munmap=yes
ac_cv_func_open=yes
ac_cv_func_pipe=yes
ac_cv_func_read=yes
ac_cv_func_readlink=yes
ac_cv_func_readv=yes
ac_cv_func_recvfrom=yes
ac_cv_func_select=yes
ac_cv_func_send=yes
ac_cv_func_sendto=yes
ac_cv_func_setsockopt=yes
ac_cv_func_socket=yes
ac_cv_func_statvfs=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_sysconf=yes
ac_cv_func_time=yes
ac_cv_func_which_gethostbyname_r=six
ac_cv_func_write=yes
ac_cv_func_writev=yes
ac_cv_header_asm_ioctls_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gmp_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_magic_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_config_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utime_h=no
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_gmp___gmpz_mul_si=yes
ac_cv_lib_magic_magic_open=yes
ac_cv_lib_socket_gethostname=no
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_CP=/bin/cp
ac_cv_path_DATE=/bin/date
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GREP=/bin/grep
ac_cv_path_JAR=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_SED=sed
ac_cv_path_ZIP=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='gcc '
ac_cv_prog_CPP='gcc  -E'
ac_cv_prog_CXXCPP='g++  -E'
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_javac_is_gcj=no
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=-lrt
ac_cv_search_inet_pton='none required'
ac_cv_sizeof_void_p=8
ac_cv_stdint_message='using gnu compiler gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_struct_tm=time.h
ac_cv_target=x86_64-pc-linux-gnu
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD='ld  '
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_lib_iconv=no
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gcc_cv_c_gcc_attribute_supported=yes
gcc_cv_c_gcc_attribute_unused=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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='ld  '
lt_cv_path_LDCXX='ld   -m elf_x86_64'
lt_cv_path_NM=nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
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_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
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
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

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

ACLOCAL='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ANTLR=''
ANTLR_JAR=''
AR='ar'
AUTOCONF='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing autoconf'
AUTOHEADER='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing autoheader'
AUTOMAKE='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing automake-1.14'
AWK='gawk'
BUILD_CLASS_FILES_FALSE='#'
BUILD_CLASS_FILES_TRUE=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='gcc '
CCDEPMODE='depmode=none'
CFLAGS='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
CLASSPATH_CONVENIENCE='-no-undefined'
CLASSPATH_INCLUDES='-I$(top_srcdir)/include -I$(top_srcdir)/native/jni/classpath -I$(top_srcdir)/native/jni/native-lib'
CLASSPATH_MODULE='-module -version-info 0:0:0 -no-undefined'
COLLECTIONS_PREFIX=''
CP='/bin/cp'
CPP='gcc  -E'
CPPFLAGS='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include'
CREATE_ALSA_LIBRARIES_FALSE=''
CREATE_ALSA_LIBRARIES_TRUE='#'
CREATE_API_DOCS_FALSE=''
CREATE_API_DOCS_TRUE='#'
CREATE_COLLECTIONS_FALSE=''
CREATE_COLLECTIONS_TRUE='#'
CREATE_CORE_JNI_LIBRARIES_FALSE='#'
CREATE_CORE_JNI_LIBRARIES_TRUE=''
CREATE_DSSI_LIBRARIES_FALSE=''
CREATE_DSSI_LIBRARIES_TRUE='#'
CREATE_GCONF_PEER_LIBRARIES_FALSE=''
CREATE_GCONF_PEER_LIBRARIES_TRUE='#'
CREATE_GJDOC_FALSE=''
CREATE_GJDOC_PARSER_FALSE='#'
CREATE_GJDOC_PARSER_TRUE=''
CREATE_GJDOC_TRUE='#'
CREATE_GMPBI_LIBRARY_FALSE=''
CREATE_GMPBI_LIBRARY_TRUE=''
CREATE_GSTREAMER_PEER_LIBRARIES_FALSE=''
CREATE_GSTREAMER_PEER_LIBRARIES_TRUE='#'
CREATE_GTK_PEER_LIBRARIES_FALSE=''
CREATE_GTK_PEER_LIBRARIES_TRUE='#'
CREATE_JNI_HEADERS_FALSE=''
CREATE_JNI_HEADERS_TRUE='#'
CREATE_JNI_LIBRARIES_FALSE='#'
CREATE_JNI_LIBRARIES_TRUE=''
CREATE_PLUGIN_FALSE=''
CREATE_PLUGIN_TRUE='#'
CREATE_QT_PEER_LIBRARIES_FALSE=''
CREATE_QT_PEER_LIBRARIES_TRUE='#'
CREATE_WRAPPERS_FALSE=''
CREATE_WRAPPERS_TRUE='#'
CREATE_XMLJ_LIBRARY_FALSE=''
CREATE_XMLJ_LIBRARY_TRUE='#'
CXX='g++ '
CXXCPP='g++  -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-isystem/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe'
CYGPATH_W='echo'
DATE='/bin/date'
DEFAULT_PREFS_PEER='gnu.java.util.prefs.GConfBasedFactory'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECJ_JAR=''
EGREP='/bin/grep -E'
ENABLE_LOCAL_SOCKETS_FALSE=''
ENABLE_LOCAL_SOCKETS_TRUE=''
ERROR_CFLAGS=''
EXAMPLESDIR=''
EXEEXT=''
EXTRA_CFLAGS='-fexceptions -fasynchronous-unwind-tables'
FGREP='/bin/grep -F'
FIND='/usr/bin/find'
FREETYPE2_CFLAGS=''
FREETYPE2_LIBS=''
GCJ_JAVAC_FALSE=''
GCJ_JAVAC_TRUE='#'
GCONF_CFLAGS=''
GCONF_LIBS=''
GDK_CFLAGS=''
GDK_LIBS=''
GJDOC=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GMP_CFLAGS='-I/usr/include'
GMP_LIBS='-lgmp'
GREP='/bin/grep'
GSTREAMER_BASE_CFLAGS=''
GSTREAMER_BASE_LIBS=''
GSTREAMER_CFLAGS=''
GSTREAMER_FILE_READER=''
GSTREAMER_LIBS=''
GSTREAMER_MIXER_PROVIDER=''
GSTREAMER_PLUGINS_BASE_CFLAGS=''
GSTREAMER_PLUGINS_BASE_LIBS=''
GST_PLUGIN_LDFLAGS=''
GTK_CFLAGS=''
GTK_LIBS=''
INIT_LOAD_LIBRARY='true'
INSTALL_CLASS_FILES_FALSE=''
INSTALL_CLASS_FILES_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GLIBJ_ZIP_FALSE='#'
INSTALL_GLIBJ_ZIP_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAR='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar'
JAVA='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/java-initial'
JAVAC='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ecj-initial'
JAVAC_IS_GCJ='no'
JAVAC_MEM_OPT=''
JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION='false'
JAY=''
JAY_SKELETON=''
LD='ld   -m elf_x86_64'
LDFLAGS='-L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1'
LIBDEBUG='false'
LIBICONV=''
LIBMAGIC='-lmagic'
LIBOBJS=''
LIBS='-lrt '
LIBTOOL='$(top_builddir)/x86_64-linux-libtool'
LIBVERSION='0:0:0'
LIPO=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR='/bin/mkdir'
MKDIR_P='/bin/mkdir -p'
MOC=''
MOZILLA_CFLAGS=''
MOZILLA_LIBS=''
NM='nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='classpath'
PACKAGE_BUGREPORT='classpath@gnu.org'
PACKAGE_NAME='GNU Classpath'
PACKAGE_STRING='GNU Classpath 0.99'
PACKAGE_TARNAME='classpath'
PACKAGE_URL='http://www.gnu.org/software/classpath/'
PACKAGE_VERSION='0.99'
PANGOFT2_CFLAGS=''
PANGOFT2_LIBS=''
PATH_SEPARATOR=':'
PATH_TO_ESCHER=''
PATH_TO_GLIBJ_ZIP=''
PERL=''
PKG_CONFIG=''
PLUGIN_DIR=''
QT_CFLAGS=''
QT_LIBS=''
RANLIB='ranlib'
REGEN_PARSERS_FALSE=''
REGEN_PARSERS_TRUE='#'
REMOVE=''
SED='sed'
SET_MAKE=''
SHELL='/bin/bash'
STRICT_WARNING_CFLAGS='-Wstrict-prototypes -pedantic'
STRIP='strip'
TOOLSDIR='tools'
USER_JAVAH=''
USE_ESCHER_FALSE=''
USE_ESCHER_TRUE=''
USE_PREBUILT_GLIBJ_ZIP_FALSE=''
USE_PREBUILT_GLIBJ_ZIP_TRUE='#'
VERSION='0.99'
WANT_NATIVE_BIG_INTEGER=''
WARNING_CFLAGS='-W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long'
WITH_JAR_FALSE='#'
WITH_JAR_TRUE=''
XML_CFLAGS=''
XML_LIBS=''
XSLT_CFLAGS=''
XSLT_LIBS=''
XTEST_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZIP='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip'
ac_ct_ANTLR=''
ac_ct_AR=''
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=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share'
datarootdir='${prefix}/share'
default_toolkit='gnu.java.awt.peer.gtk.GtkToolkit'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr'
glibjdir='${datadir}/${PACKAGE}'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include/classpath'
infodir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info'
install_sh='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/x86_64-linux/classpath-native/0.99-r6.0/classpath-0.99/install-sh'
libdir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib'
libexecdir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/classpath'
localedir='${datarootdir}/locale'
localstatedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/var'
mandir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man'
mkdir_p='$(MKDIR_P)'
nativeexeclibdir='${libdir}/${PACKAGE}'
oldincludedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include'
pdfdir='${docdir}'
prefix='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin'
sharedstatedir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/com'
sysconfdir='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/etc'
target='x86_64-pc-linux-gnu'
target_alias='x86_64-linux'
target_cpu='x86'
target_os='linux-gnu'
target_vendor='pc'
uudecode=''
vm_classes='${top_srcdir}/vm/reference'

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

/* confdefs.h */
#define PACKAGE_NAME "GNU Classpath"
#define PACKAGE_TARNAME "classpath"
#define PACKAGE_VERSION "0.99"
#define PACKAGE_STRING "GNU Classpath 0.99"
#define PACKAGE_BUGREPORT "classpath@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/classpath/"
#define PACKAGE "classpath"
#define VERSION "0.99"
#define HAVE_ICONV 1
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GNUC25_ATTRIB /**/
#define HAVE_GNUC25_UNUSED /**/
#define STDC_HEADERS 1
#define SIZEOF_VOID_P 8
#define BYTEORDER 1234
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_ASM_IOCTLS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_MAGIC_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_NETINET_IP_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INT32_DEFINED 1
#define HAVE_INT32_DEFINED 1
#define HAVE_BSD_INT32_DEFINED 1
#define HAVE_FTRUNCATE 1
#define HAVE_FSYNC 1
#define HAVE_SELECT 1
#define HAVE_GETHOSTNAME 1
#define HAVE_SOCKET 1
#define HAVE_STRERROR 1
#define HAVE_FORK 1
#define HAVE_PIPE 1
#define HAVE_EXECVE 1
#define HAVE_OPEN 1
#define HAVE_CLOSE 1
#define HAVE_LSEEK 1
#define HAVE_FSTAT 1
#define HAVE_READ 1
#define HAVE_READV 1
#define HAVE_WRITE 1
#define HAVE_WRITEV 1
#define HAVE_HTONL 1
#define HAVE_MEMSET 1
#define HAVE_HTONS 1
#define HAVE_CONNECT 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_BIND 1
#define HAVE_LISTEN 1
#define HAVE_ACCEPT 1
#define HAVE_RECVFROM 1
#define HAVE_SEND 1
#define HAVE_SENDTO 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETSOCKOPT 1
#define HAVE_TIME 1
#define HAVE_MKTIME 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_LOCALTIME_R 1
#define HAVE_STRERROR_R 1
#define HAVE_FCNTL 1
#define HAVE_STATVFS 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_MINCORE 1
#define HAVE_MSYNC 1
#define HAVE_MADVISE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SYSCONF 1
#define HAVE_LSTAT 1
#define HAVE_READLINK 1
#define HAVE_INET_ATON 1
#define HAVE_INET_ADDR 1
#define HAVE_INET_PTON 1
#define HAVE_GETIFADDRS 1
#define HAVE_EPOLL_CREATE 1
#define HAVE_GETLOADAVG 1
#define HAVE_INET6 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define STRUCT_TM_HAS_GMTOFF 1
#define HAVE_FUNC_GETHOSTBYNAME_R_6 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define HAVE_MSG_NOSIGNAL 1
#define HAVE_MSG_WAITALL 1
#define HAVE_GMP_H 1

configure: exit 1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* openjdk-7-jre do_configure error
  2014-07-18 17:04   ` Henning Heinold
  2014-07-21 13:21     ` MONDON Daniel
@ 2014-07-28 13:20     ` MONDON Daniel
  2014-07-29 13:13       ` MONDON Daniel
  1 sibling, 1 reply; 6+ messages in thread
From: MONDON Daniel @ 2014-07-28 13:20 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]

Hi,

It's new. The compilation have succeed, but the error occurs after a git pull :(

Thanks
Daniel.

| /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: syntax error near unexpected token `NSS,'
| /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: `PKG_CHECK_MODULES(NSS, nss, NSS_FOUND=yes, NSS_FOUND=no)'
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/log.do_configure.13578)
ERROR: Task 6 (/home/me/java/openembedded-core/meta-java/recipes-core/openjdk/openjdk-7_25b30-2.3.12.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1951 tasks of which 1942 didn't need to be rerun and 1 failed.
No currently running tasks (1820 of 1960)

Summary: 1 task failed:
  /home/me/java/openembedded-core/meta-java/recipes-core/openjdk/openjdk-7_25b30-2.3.12.bb, do_configure
Summary: There were 5 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 131654 bytes --]

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

It was created by icedtea configure 2.3.12, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure --build=x86_64-linux --host=arm-oe-linux-gnueabi --target=arm-oe-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/openjdk-7-jre --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm --disable-tests --disable-hotspot-tests --disable-langtools-tests --disable-jdk-tests --disable-pulse-java --disable-docs --disable-nss --disable-system-lcms --disable-bootstrap --enable-zero --with-jdk-home=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/jvm/icedtea6-native --with-rhino=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/share/java/rhino.jar --with-openjdk-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e62743867f54.tar.bz2 --with-hotspot-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/37b254871acb.tar.gz --with-corba-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/ea108ff3be9a.tar.gz --with-jaxp-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/332f0234a53e.tar.gz --with-jaxws-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/fdc4ad9f30c6.tar.gz --with-jdk-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/4a0cf2c05cc6.tar.gz --with-langtools-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/6c9b532f4281.tar.gz --with-additional-vms=cacao,jamvm --with-cacao-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e215e36be9fc.tar.gz --with-jamvm-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz --with-parallel-jobs=16 --with-pkgversion=25b30-2.3.12 --with-cc-for-build=gcc --enable-nls

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

hostname = SPROD0104
uname -m = x86_64
uname -r = 3.13.0-30-generic
uname -s = Linux
uname -v = #55~precise1-Ubuntu SMP Fri Jul 4 21:52:00 UTC 2014

/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: /home/me/java/openembedded-core/scripts
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/bin/crossscripts
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/sbin
PATH: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/bin
PATH: /home/me/java/openembedded-core/scripts
PATH: /home/me/java/openembedded-core/bitbake/bin
PATH: /home/me/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:2798: loading site script /home/me/java/openembedded-core/meta/site/endian-little
| ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
| ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
| 
| # libnet
| ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil}
| 
| # libmemcached
| ac_cv_c_endian=little
configure:2798: loading site script /home/me/java/openembedded-core/meta/site/arm-common
| # general
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
| ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
| ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
| ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| # apache
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # coreutils
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db (sleepycat)
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| # edb
| db_cv_spinlocks=${db_cv_spinlocks=no}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # fget
| compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes}
| compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
| compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
| 
| # fnmatch
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| glib_cv_has__inline=${glib_cv_has__inline=yes}
| glib_cv_has__inline__=${glib_cv_has__inline__=yes}
| glib_cv_hasinline=${glib_cv_hasinline=yes}
| glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| 
| # glib-2.0
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8}
| glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
| ac_cv_alignof_guint32=4
| ac_cv_alignof_guint64=8
| ac_cv_alignof_unsigned_long=4
| 
| #gstreamer
| as_cv_unaligned_access=${as_cv_unaligned_access=no}
| 
| # httppc
| ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
| 
| # jikes
| ac_cv_sizeof_wchar_t=4
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
| 
| # libesmtp
| acx_working_snprintf=${acx_working_snprintf=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libpcap
| ac_cv_linux_vers=${ac_cv_linux_vers=2}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # links
| ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
| 
| # nano
| ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
| nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=8
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=8
| ac_cv_alignof_CORBA_long_long=8
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=1
| ac_cv_alignof_CORBA_wchar=2
| 
| # php
| ac_cv_pread=${ac_cv_pread=no}
| ac_cv_pwrite=${ac_cv_pwrite=no}
| php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
| 
| # rsync
| rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
| rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}
| rsync_cv_HAVE_LONGLONG=${rsync_cv_HAVE_LONGLONG=yes}
| rsync_cv_HAVE_OFF64_T=${rsync_cv_HAVE_OFF64_T=no}
| rsync_cv_HAVE_SHORT_INO_T=${rsync_cv_HAVE_SHORT_INO_T=no}
| rsync_cv_HAVE_UNSIGNED_CHAR=${rsync_cv_HAVE_UNSIGNED_CHAR=no}
| rsync_cv_HAVE_BROKEN_READDIR=${rsync_cv_HAVE_BROKEN_READDIR=no}
| rsync_cv_HAVE_GETTIMEOFDAY_TZ=${rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| rsync_cv_HAVE_C99_VSNPRINTF=${rsync_cv_HAVE_C99_VSNPRINTF=yes}
| rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
| rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
| rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
| 
| # screen
| screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
| screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
| screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
| screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
| screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
| screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
| screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
| screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
| screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
| 
| # slrn
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
| 
| # socat
| ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
| sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
| 
| # ssh
| ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes}
| ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no}
| ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
| ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # evolution-data-server
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
| # at-spi2-core
| ac_cv_alignof_char=1
| ac_cv_alignof_dbind_pointer=4
| ac_cv_alignof_dbind_struct=1
| ac_cv_alignof_dbus_bool_t=4
| ac_cv_alignof_dbus_int16_t=2
| ac_cv_alignof_dbus_int32_t=4
| ac_cv_alignof_dbus_int64_t=8
| ac_cv_alignof_double=8
configure:2798: loading site script /home/me/java/openembedded-core/meta/site/common-linux
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
| 
| # samba
| samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
| samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
| samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
| samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
| 
| # db
| db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
| db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
| db_cv_path_cp=${db_cv_path_cp=/bin/cp}
| db_cv_path_ln=${db_cv_path_ln=/bin/ln}
| db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
| db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
| db_cv_path_rm=${db_cv_path_rm=/bin/rm}
| db_cv_path_sh=${db_cv_path_sh=/bin/sh}
| db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
| 
| # bash
| bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
| bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
| bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
| bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
| bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
| bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
| bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
| bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
| bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
| bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
| bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
| bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
| bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
| bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
| 
| # coreutils
| gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
| 
| # mysql
| ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # TCL
| tcl_cv_api_serial=${tcl_cv_api_serial=termios}
| 
| # python
| ac_cv_have_long_long_format=yes
| 
| # apache
| ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
configure:2798: loading site script /home/me/java/openembedded-core/meta/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}
| ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
| ac_cv_func_getpgrp_void=yes
| ac_cv_func_setpgrp_void=yes
| ac_cv_func_setgrent_void=yes
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # bash
| bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
| bash_cv_sys_siglist=${bash_cv_sys_siglist=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # glib
| glib_cv_strlcpy=${glib_cv_strlcpy=no}
| ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes}
| ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes}
| ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
| glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| # glib-1.x requires this and pkgconfig-native / pkgconfig-nativesdk use
| # that to avoid a dependency loop.
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_have_qsort_r=${glib_cv_have_qsort_r=yes}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| #gcc-zlib
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| 
| # squid
| ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| ac_cv_epoll_works=${ac_cv_epoll_works=yes}
| 
| ac_cv_check_sjlj=ssjlj
| 
| # m4
| gt_cv_locale_fr=${gt_cv_locale_fr=fr_FR}
| gl_cv_func_btowc_eof=${gl_cv_func_btowc_eof=yes}
| gl_cv_func_wcrtomb_retval=${gl_cv_func_wcrtomb_retval=yes}
| gl_cv_func_wctob_works=${gl_cv_func_wctob_works=yes}
| gl_cv_func_mbrtowc_incomplete_state=${gl_cv_func_mbrtowc_incomplete_state=yes}
| gl_cv_func_mbrtowc_sanitycheck=${gl_cv_func_mbrtowc_sanitycheck=yes}
| gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
| gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
| gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| 
| # Xorg
| xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes}
configure:2798: loading site script /home/me/java/openembedded-core/meta/site/arm-linux
| ac_cv_func_setvbuf_reversed=no
| ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
| ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| 
| ac_cv_uchar=${ac_cv_uchar=no}
| ac_cv_uint=${ac_cv_uint=yes}
| ac_cv_ulong=${ac_cv_ulong=yes}
| ac_cv_ushort=${ac_cv_ushort=yes}
| ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
| 
| # samba
| samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=${samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes}
| samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=${samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no}
| samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
| samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
| samba_cv_HAVE_BROKEN_LINUX_SENDFILE=${samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes}
| samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}
| samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no}
| samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes}
| samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no}
| samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes}
| samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
| samba_cv_HAVE_DQB_FSOFTLIMIT=${samba_cv_HAVE_DQB_FSOFTLIMIT=no}
| samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=${samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes}
| samba_cv_HAVE_FAM_H=${samba_cv_HAVE_FAM_H=no}
| samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
| samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
| samba_cv_HAVE_FUNCTION_MACRO=${samba_cv_HAVE_FUNCTION_MACRO=yes}
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
| samba_cv_HAVE_INT16_FROM_RPC_RPC_H=${samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_INT32_FROM_RPC_RPC_H=${samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
| samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
| samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
| samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes}
| samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes}
| samba_cv_HAVE_NATIVE_ICONV=${samba_cv_HAVE_NATIVE_ICONV=yes}
| samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no}
| samba_cv_HAVE_ROOT=${samba_cv_HAVE_ROOT=yes}
| samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=${samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no}
| samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes}
| samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes}
| samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes}
| samba_cv_HAVE_SOCK_SIN_LEN=${samba_cv_HAVE_SOCK_SIN_LEN=no}
| samba_cv_HAVE_STAT_ST_BLKSIZE=${samba_cv_HAVE_STAT_ST_BLKSIZE=yes}
| samba_cv_HAVE_STAT_ST_BLOCKS=${samba_cv_HAVE_STAT_ST_BLOCKS=yes}
| samba_cv_HAVE_STRUCT_DIR64=${samba_cv_HAVE_STRUCT_DIR64=no}
| samba_cv_HAVE_STRUCT_DIRENT64=${samba_cv_HAVE_STRUCT_DIRENT64=yes}
| samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
| samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no}
| samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes}
| samba_cv_HAVE_UTIMBUF=${samba_cv_HAVE_UTIMBUF=yes}
| samba_cv_HAVE_UT_UT_ADDR=${samba_cv_HAVE_UT_UT_ADDR=yes}
| samba_cv_HAVE_UT_UT_EXIT=${samba_cv_HAVE_UT_UT_EXIT=yes}
| samba_cv_HAVE_UT_UT_HOST=${samba_cv_HAVE_UT_UT_HOST=yes}
| samba_cv_HAVE_UT_UT_ID=${samba_cv_HAVE_UT_UT_ID=yes}
| samba_cv_HAVE_UT_UT_NAME=${samba_cv_HAVE_UT_UT_NAME=yes}
| samba_cv_HAVE_UT_UT_PID=${samba_cv_HAVE_UT_UT_PID=yes}
| samba_cv_HAVE_UT_UT_TIME=${samba_cv_HAVE_UT_UT_TIME=yes}
| samba_cv_HAVE_UT_UT_TV=${samba_cv_HAVE_UT_UT_TV=yes}
| samba_cv_HAVE_UT_UT_TYPE=${samba_cv_HAVE_UT_UT_TYPE=yes}
| samba_cv_HAVE_UT_UT_USER=${samba_cv_HAVE_UT_UT_USER=yes}
| samba_cv_HAVE_UX_UT_SYSLEN=${samba_cv_HAVE_UX_UT_SYSLEN=no}
| samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
| samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes}
| samba_cv_HAVE_Werror=${samba_cv_HAVE_Werror=yes}
| samba_cv_PUTUTLINE_RETURNS_UTMP=${samba_cv_PUTUTLINE_RETURNS_UTMP=yes}
| samba_cv_QUOTA_WORKS=${samba_cv_QUOTA_WORKS=yes}
| samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes}
| samba_cv_REPLACE_GETPASS=${samba_cv_REPLACE_GETPASS=yes}
| samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no}
| samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no}
| samba_cv_RUN_QUOTA_TESTS=${samba_cv_RUN_QUOTA_TESTS=yes}
| samba_cv_SEEKDIR_RETURNS_VOID=${samba_cv_SEEKDIR_RETURNS_VOID=yes}
| samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes}
| samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
| samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
| samba_cv_SYSCONF_SC_NGROUPS_MAX=${samba_cv_SYSCONF_SC_NGROUPS_MAX=yes}
| samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=${samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes}
| samba_cv_SYSCONF_SC_NPROC_ONLN=${samba_cv_SYSCONF_SC_NPROC_ONLN=no}
| samba_cv_SYSCONF_SC_PAGESIZE=${samba_cv_SYSCONF_SC_PAGESIZE=yes}
| samba_cv_SYSQUOTA_FOUND=${samba_cv_SYSQUOTA_FOUND=yes}
| samba_cv_SYSQUOTA_WORKS=${samba_cv_SYSQUOTA_WORKS=yes}
| samba_cv_SYSQUOTA_WORKS_XFS=${samba_cv_SYSQUOTA_WORKS_XFS=yes}
| samba_cv_TRY_QUOTAS=${samba_cv_TRY_QUOTAS=no}
| samba_cv_TRY_SYS_QUOTAS=${samba_cv_TRY_SYS_QUOTAS=yes}
| samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
| samba_cv_WE_USE_SYS_QUOTAS=${samba_cv_WE_USE_SYS_QUOTAS=yes}
| samba_cv_WITH_AFS=${samba_cv_WITH_AFS=no}
| samba_cv_WITH_FAKE_KASERVER=${samba_cv_WITH_FAKE_KASERVER=no}
| samba_cv_WITH_QUOTAS=${samba_cv_WITH_QUOTAS=auto}
| samba_cv_WITH_SYS_QUOTAS=${samba_cv_WITH_SYS_QUOTAS=auto}
| samba_cv_WITH_VFS_AFSACL=${samba_cv_WITH_VFS_AFSACL=no}
| samba_cv_compiler_supports_ll=${samba_cv_compiler_supports_ll=yes}
| samba_cv_found_xfs_header=${samba_cv_found_xfs_header=yes}
| samba_cv_have_longlong=${samba_cv_have_longlong=yes}
| samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
| samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
| samba_cv_immediate_structures=${samba_cv_immediate_structures=yes}
| samba_cv_optimize_out_funcation_calls=${samba_cv_optimize_out_funcation_calls=yes}
| samba_cv_sig_atomic_t=${samba_cv_sig_atomic_t=yes}
| samba_cv_socklen_t=${samba_cv_socklen_t=yes}
| samba_cv_struct_timespec=${samba_cv_struct_timespec=yes}
| samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_linux.c}
| samba_cv_unixsocket=${samba_cv_unixsocket=yes}
| samba_cv_volatile=${samba_cv_volatile=yes}
| 
| #older sambe defines
| samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
| samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
| samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
| samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # lftp
| ac_cv_file___dev_ptc_=yes
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| # gnet
| ac_cv_member_struct_sockaddr_sa_len=${ac_cv_member_struct_sockaddr_sa_len=no}
| ac_cv_gnet_have_abstract_sockets=${ac_cv_gnet_have_abstract_sockets=no}
| gnet_sockaddr_family_field_name=${gnet_sockaddr_family_field_name=ss_family}
configure:2798: loading site script /home/me/java/openembedded-core/meta/site/common
| # libelf
| mr_cv_target_elf=${mr_cv_target_elf=yes}
| 
| # Normally kernels have /dev/random enabled
| ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
| 
| # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
| # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
| sudo_cv_func_unsetenv_void=no
| 
| # shadow dir info, to avoid searching build system
| shadow_cv_maildir=${localstatedir}/spool/mail
| shadow_cv_mailfile=Mailbox
| shadow_cv_utmpdir=${localstatedir}/run
| shadow_cv_logdir=${localstatedir}/log
| shadow_cv_passwd_dir=${bindir}
| 
| # python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
| ac_cv_buggy_getaddrinfo=no
| 
| ac_cv_path_SED=sed
configure:2798: loading site script /home/me/java/openembedded-core/meta-openembedded/meta-oe/site/endian-little
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
configure:2798: loading site script /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/eglibc_config
| ac_cv_func___adjtimex=${ac_cv_func___adjtimex=yes}
| ac_cv_func___argz_count=${ac_cv_func___argz_count=yes}
| ac_cv_func___argz_next=${ac_cv_func___argz_next=yes}
| ac_cv_func___argz_stringify=${ac_cv_func___argz_stringify=yes}
| ac_cv_func___fpending=${ac_cv_func___fpending=yes}
| ac_cv_func___fsetlocking=${ac_cv_func___fsetlocking=yes}
| ac_cv_func___progname=${ac_cv_func___progname=yes}
| ac_cv_func___secure_getenv=${ac_cv_func___secure_getenv=no}
| ac_cv_func__obstack_free=${ac_cv_func__obstack_free=yes}
| ac_cv_func__setjmp=${ac_cv_func__setjmp=yes}
| ac_cv_func__sys_siglist=${ac_cv_func__sys_siglist=yes}
| ac_cv_func_a64l=${ac_cv_func_a64l=yes}
| ac_cv_func_abs=${ac_cv_func_abs=yes}
| ac_cv_func_access=${ac_cv_func_access=yes}
| ac_cv_func_alarm=${ac_cv_func_alarm=yes}
| ac_cv_func_alphasort=${ac_cv_func_alphasort=yes}
| ac_cv_func_argz_append=${ac_cv_func_argz_append=yes}
| ac_cv_func_argz_create_sep=${ac_cv_func_argz_create_sep=yes}
| ac_cv_func_argz_insert=${ac_cv_func_argz_insert=yes}
| ac_cv_func_argz_next=${ac_cv_func_argz_next=yes}
| ac_cv_func_argz_stringify=${ac_cv_func_argz_stringify=yes}
| ac_cv_func_asprintf=${ac_cv_func_asprintf=yes}
| ac_cv_func_atexit=${ac_cv_func_atexit=yes}
| ac_cv_func_atof=${ac_cv_func_atof=yes}
| ac_cv_func_atoi=${ac_cv_func_atoi=yes}
| ac_cv_func_bcmp=${ac_cv_func_bcmp=yes}
| ac_cv_func_bcopy=${ac_cv_func_bcopy=yes}
| ac_cv_func_bind_textdomain_codeset=${ac_cv_func_bind_textdomain_codeset=yes}
| ac_cv_func_bindresvport=${ac_cv_func_bindresvport=yes}
| ac_cv_func_btowc=${ac_cv_func_btowc=yes}
| ac_cv_func_bzero=${ac_cv_func_bzero=yes}
| ac_cv_func_calloc=${ac_cv_func_calloc=yes}
| ac_cv_func_canonicalize_file_name=${ac_cv_func_canonicalize_file_name=yes}
| ac_cv_func_catgets=${ac_cv_func_catgets=yes}
| ac_cv_func_cfgetospeed=${ac_cv_func_cfgetospeed=yes}
| ac_cv_func_cfsetispeed=${ac_cv_func_cfsetispeed=yes}
| ac_cv_func_cfsetspeed=${ac_cv_func_cfsetspeed=yes}
| ac_cv_func_chmod=${ac_cv_func_chmod=yes}
| ac_cv_func_chown=${ac_cv_func_chown=yes}
| ac_cv_func_chroot=${ac_cv_func_chroot=yes}
| ac_cv_func_clock=${ac_cv_func_clock=yes}
| ac_cv_func_close=${ac_cv_func_close=yes}
| ac_cv_func_closedir=${ac_cv_func_closedir=yes}
| ac_cv_func_closelog=${ac_cv_func_closelog=yes}
| ac_cv_func_confstr=${ac_cv_func_confstr=yes}
| ac_cv_func_connect=${ac_cv_func_connect=yes}
| ac_cv_func_daemon=${ac_cv_func_daemon=yes}
| ac_cv_func_dcgettext=${ac_cv_func_dcgettext=yes}
| ac_cv_func_difftime=${ac_cv_func_difftime=yes}
| ac_cv_func_dirfd=${ac_cv_func_dirfd=yes}
| ac_cv_func_dirname=${ac_cv_func_dirname=yes}
| ac_cv_func_dngettext=${ac_cv_func_dngettext=yes}
| ac_cv_func_dup2=${ac_cv_func_dup2=yes}
| ac_cv_func_ecvt=${ac_cv_func_ecvt=yes}
| ac_cv_func_endgrent=${ac_cv_func_endgrent=yes}
| ac_cv_func_endmntent=${ac_cv_func_endmntent=yes}
| ac_cv_func_endpwent=${ac_cv_func_endpwent=yes}
| ac_cv_func_endutent=${ac_cv_func_endutent=yes}
| ac_cv_func_endutxent=${ac_cv_func_endutxent=yes}
| ac_cv_func_epoll_ctl=${ac_cv_func_epoll_ctl=yes}
| ac_cv_func_err=${ac_cv_func_err=yes}
| ac_cv_func_ether_hostton=${ac_cv_func_ether_hostton=yes}
| ac_cv_func_ether_ntohost=${ac_cv_func_ether_ntohost=yes}
| ac_cv_func_euidaccess=${ac_cv_func_euidaccess=yes}
| ac_cv_func_execv=${ac_cv_func_execv=yes}
| ac_cv_func_fchdir=${ac_cv_func_fchdir=yes}
| ac_cv_func_fchmod=${ac_cv_func_fchmod=yes}
| ac_cv_func_fchmodat=${ac_cv_func_fchmodat=yes}
| ac_cv_func_fchown=${ac_cv_func_fchown=yes}
| ac_cv_func_fchownat=${ac_cv_func_fchownat=yes}
| ac_cv_func_fcntl=${ac_cv_func_fcntl=yes}
| ac_cv_func_fcvt=${ac_cv_func_fcvt=yes}
| ac_cv_func_fdatasync=${ac_cv_func_fdatasync=yes}
| ac_cv_func_fdopendir=${ac_cv_func_fdopendir=yes}
| ac_cv_func_feof_unlocked=${ac_cv_func_feof_unlocked=yes}
| ac_cv_func_fgets_unlocked=${ac_cv_func_fgets_unlocked=yes}
| ac_cv_func_fgetxattr=${ac_cv_func_fgetxattr=yes}
| ac_cv_func_finite=${ac_cv_func_finite=yes}
| ac_cv_func_flistxattr=${ac_cv_func_flistxattr=yes}
| ac_cv_func_flock=${ac_cv_func_flock=yes}
| ac_cv_func_flockfile=${ac_cv_func_flockfile=yes}
| ac_cv_func_fnmatch=${ac_cv_func_fnmatch=yes}
| ac_cv_func_fork=${ac_cv_func_fork=yes}
| ac_cv_func_fpathconf=${ac_cv_func_fpathconf=yes}
| ac_cv_func_fprintf=${ac_cv_func_fprintf=yes}
| ac_cv_func_free=${ac_cv_func_free=yes}
| ac_cv_func_freeaddrinfo=${ac_cv_func_freeaddrinfo=yes}
| ac_cv_func_freeifaddrs=${ac_cv_func_freeifaddrs=yes}
| ac_cv_func_fseeko=${ac_cv_func_fseeko=yes}
| ac_cv_func_fsetxattr=${ac_cv_func_fsetxattr=yes}
| ac_cv_func_fstat64=${ac_cv_func_fstat64=yes}
| ac_cv_func_fstat=${ac_cv_func_fstat=yes}
| ac_cv_func_fstatfs=${ac_cv_func_fstatfs=yes}
| ac_cv_func_fsync=${ac_cv_func_fsync=yes}
| ac_cv_func_ftello=${ac_cv_func_ftello=yes}
| ac_cv_func_ftime=${ac_cv_func_ftime=yes}
| ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes}
| ac_cv_func_funlockfile=${ac_cv_func_funlockfile=yes}
| ac_cv_func_futimes=${ac_cv_func_futimes=yes}
| ac_cv_func_futimesat=${ac_cv_func_futimesat=yes}
| ac_cv_func_gai_strerror=${ac_cv_func_gai_strerror=yes}
| ac_cv_func_gcvt=${ac_cv_func_gcvt=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| ac_cv_func_getc_unlocked=${ac_cv_func_getc_unlocked=yes}
| ac_cv_func_getcwd=${ac_cv_func_getcwd=yes}
| ac_cv_func_getdelim=${ac_cv_func_getdelim=yes}
| ac_cv_func_getdomainname=${ac_cv_func_getdomainname=yes}
| ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize=yes}
| ac_cv_func_getegid=${ac_cv_func_getegid=yes}
| ac_cv_func_getenv=${ac_cv_func_getenv=yes}
| ac_cv_func_geteuid=${ac_cv_func_geteuid=yes}
| ac_cv_func_getgid=${ac_cv_func_getgid=yes}
| ac_cv_func_getgrent=${ac_cv_func_getgrent=yes}
| ac_cv_func_getgrent_r=${ac_cv_func_getgrent_r=yes}
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes}
| ac_cv_func_getgrnam_r=${ac_cv_func_getgrnam_r=yes}
| ac_cv_func_getgrouplist=${ac_cv_func_getgrouplist=yes}
| ac_cv_func_getgroups=${ac_cv_func_getgroups=yes}
| ac_cv_func_gethostbyaddr_r=${ac_cv_func_gethostbyaddr_r=yes}
| ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes}
| ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes}
| ac_cv_func_gethostbyname_r=${ac_cv_func_gethostbyname_r=yes}
| ac_cv_func_gethostent=${ac_cv_func_gethostent=yes}
| ac_cv_func_gethostid=${ac_cv_func_gethostid=yes}
| ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
| ac_cv_func_getifaddrs=${ac_cv_func_getifaddrs=yes}
| ac_cv_func_getline=${ac_cv_func_getline=yes}
| ac_cv_func_getloadavg=${ac_cv_func_getloadavg=yes}
| ac_cv_func_getmntent=${ac_cv_func_getmntent=yes}
| ac_cv_func_getmsg=${ac_cv_func_getmsg=no}
| ac_cv_func_getnameinfo=${ac_cv_func_getnameinfo=yes}
| ac_cv_func_getnetbyaddr_r=${ac_cv_func_getnetbyaddr_r=yes}
| ac_cv_func_getnetgrent_r=${ac_cv_func_getnetgrent_r=yes}
| ac_cv_func_getopt=${ac_cv_func_getopt=yes}
| ac_cv_func_getopt_long=${ac_cv_func_getopt_long=yes}
| ac_cv_func_getopt_long_only=${ac_cv_func_getopt_long_only=yes}
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_getpass=${ac_cv_func_getpass=yes}
| ac_cv_func_getpeername=${ac_cv_func_getpeername=yes}
| ac_cv_func_getpgrp=${ac_cv_func_getpgrp=yes}
| ac_cv_func_getpid=${ac_cv_func_getpid=yes}
| ac_cv_func_getppid=${ac_cv_func_getppid=yes}
| ac_cv_func_getprotoent_r=${ac_cv_func_getprotoent_r=yes}
| ac_cv_func_getpwent=${ac_cv_func_getpwent=yes}
| ac_cv_func_getpwent_r=${ac_cv_func_getpwent_r=yes}
| ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes}
| ac_cv_func_getpwnam_r=${ac_cv_func_getpwnam_r=yes}
| ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_getresuid=${ac_cv_func_getresuid=yes}
| ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes}
| ac_cv_func_getrusage=${ac_cv_func_getrusage=yes}
| ac_cv_func_getservbyname=${ac_cv_func_getservbyname=yes}
| ac_cv_func_getservbyname_r=${ac_cv_func_getservbyname_r=yes}
| ac_cv_func_getservbyport_r=${ac_cv_func_getservbyport_r=yes}
| ac_cv_func_getservent=${ac_cv_func_getservent=yes}
| ac_cv_func_getservent_r=${ac_cv_func_getservent_r=yes}
| ac_cv_func_getspnam=${ac_cv_func_getspnam=yes}
| ac_cv_func_getspnam_r=${ac_cv_func_getspnam_r=yes}
| ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
| ac_cv_func_getttyent=${ac_cv_func_getttyent=yes}
| ac_cv_func_getttynam=${ac_cv_func_getttynam=yes}
| ac_cv_func_getuid=${ac_cv_func_getuid=yes}
| ac_cv_func_getusershell=${ac_cv_func_getusershell=yes}
| ac_cv_func_getutent=${ac_cv_func_getutent=yes}
| ac_cv_func_getutid=${ac_cv_func_getutid=yes}
| ac_cv_func_getutline=${ac_cv_func_getutline=yes}
| ac_cv_func_getutmp=${ac_cv_func_getutmp=yes}
| ac_cv_func_getutmpx=${ac_cv_func_getutmpx=yes}
| ac_cv_func_getutxent=${ac_cv_func_getutxent=yes}
| ac_cv_func_getutxid=${ac_cv_func_getutxid=yes}
| ac_cv_func_getutxline=${ac_cv_func_getutxline=yes}
| ac_cv_func_getwd=${ac_cv_func_getwd=yes}
| ac_cv_func_getxattr=${ac_cv_func_getxattr=yes}
| ac_cv_func_glob=${ac_cv_func_glob=yes}
| ac_cv_func_gmtime=${ac_cv_func_gmtime=yes}
| ac_cv_func_gmtime_r=${ac_cv_func_gmtime_r=yes}
| ac_cv_func_grantpt=${ac_cv_func_grantpt=yes}
| ac_cv_func_group_member=${ac_cv_func_group_member=yes}
| ac_cv_func_herror=${ac_cv_func_herror=yes}
| ac_cv_func_hstrerror=${ac_cv_func_hstrerror=yes}
| ac_cv_func_iconv=${ac_cv_func_iconv=yes}
| ac_cv_func_iconv_open=${ac_cv_func_iconv_open=yes}
| ac_cv_func_if_freenameindex=${ac_cv_func_if_freenameindex=yes}
| ac_cv_func_if_indextoname=${ac_cv_func_if_indextoname=yes}
| ac_cv_func_if_nameindex=${ac_cv_func_if_nameindex=yes}
| ac_cv_func_if_nametoindex=${ac_cv_func_if_nametoindex=yes}
| ac_cv_func_index=${ac_cv_func_index=yes}
| ac_cv_func_inet_addr=${ac_cv_func_inet_addr=yes}
| ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes}
| ac_cv_func_inet_ntoa=${ac_cv_func_inet_ntoa=yes}
| ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes}
| ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes}
| ac_cv_func_initgroups=${ac_cv_func_initgroups=yes}
| ac_cv_func_innetgr=${ac_cv_func_innetgr=yes}
| ac_cv_func_iruserok=${ac_cv_func_iruserok=yes}
| ac_cv_func_isascii=${ac_cv_func_isascii=yes}
| ac_cv_func_isatty=${ac_cv_func_isatty=yes}
| ac_cv_func_isblank=${ac_cv_func_isblank=yes}
| ac_cv_func_isgraph=${ac_cv_func_isgraph=yes}
| ac_cv_func_isinf=${ac_cv_func_isinf=yes}
| ac_cv_func_isnan=${ac_cv_func_isnan=yes}
| ac_cv_func_isprint=${ac_cv_func_isprint=yes}
| ac_cv_func_isspace=${ac_cv_func_isspace=yes}
| ac_cv_func_iswalnum=${ac_cv_func_iswalnum=yes}
| ac_cv_func_iswcntrl=${ac_cv_func_iswcntrl=yes}
| ac_cv_func_iswctype=${ac_cv_func_iswctype=yes}
| ac_cv_func_iswprint=${ac_cv_func_iswprint=yes}
| ac_cv_func_iswspace=${ac_cv_func_iswspace=yes}
| ac_cv_func_iswupper=${ac_cv_func_iswupper=yes}
| ac_cv_func_isxdigit=${ac_cv_func_isxdigit=yes}
| ac_cv_func_kill=${ac_cv_func_kill=yes}
| ac_cv_func_kilme=${ac_cv_func_kilme=yes}
| ac_cv_func_lchown=${ac_cv_func_lchown=yes}
| ac_cv_func_lckpwdf=${ac_cv_func_lckpwdf=yes}
| ac_cv_func_lgetxattr=${ac_cv_func_lgetxattr=yes}
| ac_cv_func_link=${ac_cv_func_link=yes}
| ac_cv_func_listxattr=${ac_cv_func_listxattr=yes}
| ac_cv_func_llistxattr=${ac_cv_func_llistxattr=yes}
| ac_cv_func_localtime=${ac_cv_func_localtime=yes}
| ac_cv_func_localtime_r=${ac_cv_func_localtime_r=yes}
| ac_cv_func_lockf=${ac_cv_func_lockf=yes}
| ac_cv_func_lrand48=${ac_cv_func_lrand48=yes}
| ac_cv_func_lsearch=${ac_cv_func_lsearch=yes}
| ac_cv_func_lseek64=${ac_cv_func_lseek64=yes}
| ac_cv_func_lsetxattr=${ac_cv_func_lsetxattr=yes}
| ac_cv_func_lstat=${ac_cv_func_lstat=yes}
| ac_cv_func_mallinfo=${ac_cv_func_mallinfo=yes}
| ac_cv_func_malloc=${ac_cv_func_malloc=yes}
| ac_cv_func_mblen=${ac_cv_func_mblen=yes}
| ac_cv_func_mbrlen=${ac_cv_func_mbrlen=yes}
| ac_cv_func_mbrtowc=${ac_cv_func_mbrtowc=yes}
| ac_cv_func_mbsinit=${ac_cv_func_mbsinit=yes}
| ac_cv_func_mbsrtowcs=${ac_cv_func_mbsrtowcs=yes}
| ac_cv_func_mbtowc=${ac_cv_func_mbtowc=yes}
| ac_cv_func_memalign=${ac_cv_func_memalign=yes}
| ac_cv_func_memchr=${ac_cv_func_memchr=yes}
| ac_cv_func_memcmp=${ac_cv_func_memcmp=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_memmove=${ac_cv_func_memmove=yes}
| ac_cv_func_mempcpy=${ac_cv_func_mempcpy=yes}
| ac_cv_func_memrchr=${ac_cv_func_memrchr=yes}
| ac_cv_func_memset=${ac_cv_func_memset=yes}
| ac_cv_func_mkdir=${ac_cv_func_mkdir=yes}
| ac_cv_func_mkdirat=${ac_cv_func_mkdirat=yes}
| ac_cv_func_mkdtemp=${ac_cv_func_mkdtemp=yes}
| ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes}
| ac_cv_func_mknod=${ac_cv_func_mknod=yes}
| ac_cv_func_mkstemp64=${ac_cv_func_mkstemp64=yes}
| ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes}
| ac_cv_func_mktime=${ac_cv_func_mktime=yes}
| ac_cv_func_mlock=${ac_cv_func_mlock=yes}
| ac_cv_func_mmap=${ac_cv_func_mmap=yes}
| ac_cv_func_mtrace=${ac_cv_func_mtrace=yes}
| ac_cv_func_munlock=${ac_cv_func_munlock=yes}
| ac_cv_func_munmap=${ac_cv_func_munmap=yes}
| ac_cv_func_nanosleep=${ac_cv_func_nanosleep=yes}
| ac_cv_func_nice=${ac_cv_func_nice=yes}
| ac_cv_func_nl_langinfo=${ac_cv_func_nl_langinfo=yes}
| ac_cv_func_ntp_adjtime=${ac_cv_func_ntp_adjtime=yes}
| ac_cv_func_ntp_gettime=${ac_cv_func_ntp_gettime=yes}
| ac_cv_func_on_exit=${ac_cv_func_on_exit=yes}
| ac_cv_func_open64=${ac_cv_func_open64=yes}
| ac_cv_func_open=${ac_cv_func_open=yes}
| ac_cv_func_openat=${ac_cv_func_openat=yes}
| ac_cv_func_opendir=${ac_cv_func_opendir=yes}
| ac_cv_func_openlog=${ac_cv_func_openlog=yes}
| ac_cv_func_pathconf=${ac_cv_func_pathconf=yes}
| ac_cv_func_pipe=${ac_cv_func_pipe=yes}
| ac_cv_func_poll=${ac_cv_func_poll=yes}
| ac_cv_func_popen=${ac_cv_func_popen=yes}
| ac_cv_func_posix_memalign=${ac_cv_func_posix_memalign=yes}
| ac_cv_func_prctl=${ac_cv_func_prctl=yes}
| ac_cv_func_pread=${ac_cv_func_pread=yes}
| ac_cv_func_printf=${ac_cv_func_printf=yes}
| ac_cv_func_pselect=${ac_cv_func_pselect=yes}
| ac_cv_func_pthread_mutex_lock=${ac_cv_func_pthread_mutex_lock=yes}
| ac_cv_func_ptsname=${ac_cv_func_ptsname=yes}
| ac_cv_func_putenv=${ac_cv_func_putenv=yes}
| ac_cv_func_putgrent=${ac_cv_func_putgrent=yes}
| ac_cv_func_putpwent=${ac_cv_func_putpwent=yes}
| ac_cv_func_putspent=${ac_cv_func_putspent=yes}
| ac_cv_func_pututline=${ac_cv_func_pututline=yes}
| ac_cv_func_pututxline=${ac_cv_func_pututxline=yes}
| ac_cv_func_putwc=${ac_cv_func_putwc=yes}
| ac_cv_func_pwrite=${ac_cv_func_pwrite=yes}
| ac_cv_func_qsort=${ac_cv_func_qsort=yes}
| ac_cv_func_raise=${ac_cv_func_raise=yes}
| ac_cv_func_rand=${ac_cv_func_rand=yes}
| ac_cv_func_rand_r=${ac_cv_func_rand_r=yes}
| ac_cv_func_random=${ac_cv_func_random=yes}
| ac_cv_func_re_comp=${ac_cv_func_re_comp=yes}
| ac_cv_func_re_exec=${ac_cv_func_re_exec=yes}
| ac_cv_func_re_search=${ac_cv_func_re_search=yes}
| ac_cv_func_read=${ac_cv_func_read=yes}
| ac_cv_func_readdir=${ac_cv_func_readdir=yes}
| ac_cv_func_readdir_r=${ac_cv_func_readdir_r=yes}
| ac_cv_func_readlink=${ac_cv_func_readlink=yes}
| ac_cv_func_realloc=${ac_cv_func_realloc=yes}
| ac_cv_func_realpath=${ac_cv_func_realpath=yes}
| ac_cv_func_recvmsg=${ac_cv_func_recvmsg=yes}
| ac_cv_func_regcomp=${ac_cv_func_regcomp=yes}
| ac_cv_func_regexec=${ac_cv_func_regexec=yes}
| ac_cv_func_remove=${ac_cv_func_remove=yes}
| ac_cv_func_rename=${ac_cv_func_rename=yes}
| ac_cv_func_rmdir=${ac_cv_func_rmdir=yes}
| ac_cv_func_rpmatch=${ac_cv_func_rpmatch=yes}
| ac_cv_func_rresvport_af=${ac_cv_func_rresvport_af=yes}
| ac_cv_func_ruserok=${ac_cv_func_ruserok=yes}
| ac_cv_func_ruserok_af=${ac_cv_func_ruserok_af=yes}
| ac_cv_func_sbrk=${ac_cv_func_sbrk=yes}
| ac_cv_func_scandir=${ac_cv_func_scandir=yes}
| ac_cv_func_sched_setscheduler=${ac_cv_func_sched_setscheduler=yes}
| ac_cv_func_sched_yield=${ac_cv_func_sched_yield=yes}
| ac_cv_func_select=${ac_cv_func_select=yes}
| ac_cv_func_semctl=${ac_cv_func_semctl=yes}
| ac_cv_func_semget=${ac_cv_func_semget=yes}
| ac_cv_func_sendmsg=${ac_cv_func_sendmsg=yes}
| ac_cv_func_setbuf=${ac_cv_func_setbuf=yes}
| ac_cv_func_setbuffer=${ac_cv_func_setbuffer=yes}
| ac_cv_func_setegid=${ac_cv_func_setegid=yes}
| ac_cv_func_setenv=${ac_cv_func_setenv=yes}
| ac_cv_func_seteuid=${ac_cv_func_seteuid=yes}
| ac_cv_func_setgid=${ac_cv_func_setgid=yes}
| ac_cv_func_setgroups=${ac_cv_func_setgroups=yes}
| ac_cv_func_sethostname=${ac_cv_func_sethostname=yes}
| ac_cv_func_setitimer=${ac_cv_func_setitimer=yes}
| ac_cv_func_setjmp=${ac_cv_func_setjmp=yes}
| ac_cv_func_setlinebuf=${ac_cv_func_setlinebuf=yes}
| ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
| ac_cv_func_setmntent=${ac_cv_func_setmntent=yes}
| ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
| ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes}
| ac_cv_func_setpriority=${ac_cv_func_setpriority=yes}
| ac_cv_func_setregid=${ac_cv_func_setregid=yes}
| ac_cv_func_setresgid=${ac_cv_func_setresgid=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_setreuid=${ac_cv_func_setreuid=yes}
| ac_cv_func_setrlimit=${ac_cv_func_setrlimit=yes}
| ac_cv_func_setsid=${ac_cv_func_setsid=yes}
| ac_cv_func_setsockopt=${ac_cv_func_setsockopt=yes}
| ac_cv_func_settimeofday=${ac_cv_func_settimeofday=yes}
| ac_cv_func_setuid=${ac_cv_func_setuid=yes}
| ac_cv_func_setutent=${ac_cv_func_setutent=yes}
| ac_cv_func_setutxent=${ac_cv_func_setutxent=yes}
| ac_cv_func_setvbuf=${ac_cv_func_setvbuf=yes}
| ac_cv_func_setxattr=${ac_cv_func_setxattr=yes}
| ac_cv_func_sgetspent=${ac_cv_func_sgetspent=yes}
| ac_cv_func_shmat=${ac_cv_func_shmat=yes}
| ac_cv_func_shmctl=${ac_cv_func_shmctl=yes}
| ac_cv_func_shmdt=${ac_cv_func_shmdt=yes}
| ac_cv_func_shmget=${ac_cv_func_shmget=yes}
| ac_cv_func_shutdown=${ac_cv_func_shutdown=yes}
| ac_cv_func_sigaction=${ac_cv_func_sigaction=yes}
| ac_cv_func_sigaddset=${ac_cv_func_sigaddset=yes}
| ac_cv_func_sigaltstack=${ac_cv_func_sigaltstack=yes}
| ac_cv_func_sigblock=${ac_cv_func_sigblock=yes}
| ac_cv_func_sigemptyset=${ac_cv_func_sigemptyset=yes}
| ac_cv_func_sighold=${ac_cv_func_sighold=yes}
| ac_cv_func_siginterrupt=${ac_cv_func_siginterrupt=yes}
| ac_cv_func_signal=${ac_cv_func_signal=yes}
| ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes}
| ac_cv_func_sigset=${ac_cv_func_sigset=yes}
| ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes}
| ac_cv_func_sigstack=${ac_cv_func_sigstack=yes}
| ac_cv_func_sigsuspend=${ac_cv_func_sigsuspend=yes}
| ac_cv_func_sigvec=${ac_cv_func_sigvec=yes}
| ac_cv_func_snprintf=${ac_cv_func_snprintf=yes}
| ac_cv_func_socket=${ac_cv_func_socket=yes}
| ac_cv_func_socketpair=${ac_cv_func_socketpair=yes}
| ac_cv_func_sprintf=${ac_cv_func_sprintf=yes}
| ac_cv_func_srand48=${ac_cv_func_srand48=yes}
| ac_cv_func_srand=${ac_cv_func_srand=yes}
| ac_cv_func_srandom=${ac_cv_func_srandom=yes}
| ac_cv_func_sscanf=${ac_cv_func_sscanf=yes}
| ac_cv_func_stat=${ac_cv_func_stat=yes}
| ac_cv_func_statfs=${ac_cv_func_statfs=yes}
| ac_cv_func_statvfs=${ac_cv_func_statvfs=yes}
| ac_cv_func_stime=${ac_cv_func_stime=yes}
| ac_cv_func_stpcpy=${ac_cv_func_stpcpy=yes}
| ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
| ac_cv_func_strcasestr=${ac_cv_func_strcasestr=yes}
| ac_cv_func_strchr=${ac_cv_func_strchr=yes}
| ac_cv_func_strchrnul=${ac_cv_func_strchrnul=yes}
| ac_cv_func_strcmp=${ac_cv_func_strcmp=yes}
| ac_cv_func_strcspn=${ac_cv_func_strcspn=yes}
| ac_cv_func_strdup=${ac_cv_func_strdup=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| ac_cv_func_strerror_r=${ac_cv_func_strerror_r=yes}
| ac_cv_func_strftime=${ac_cv_func_strftime=yes}
| ac_cv_func_strlen=${ac_cv_func_strlen=yes}
| ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp=yes}
| ac_cv_func_strncmp=${ac_cv_func_strncmp=yes}
| ac_cv_func_strndup=${ac_cv_func_strndup=yes}
| ac_cv_func_strnlen=${ac_cv_func_strnlen=yes}
| ac_cv_func_strpbrk=${ac_cv_func_strpbrk=yes}
| ac_cv_func_strptime=${ac_cv_func_strptime=yes}
| ac_cv_func_strrchr=${ac_cv_func_strrchr=yes}
| ac_cv_func_strsep=${ac_cv_func_strsep=yes}
| ac_cv_func_strsignal=${ac_cv_func_strsignal=yes}
| ac_cv_func_strspn=${ac_cv_func_strspn=yes}
| ac_cv_func_strstr=${ac_cv_func_strstr=yes}
| ac_cv_func_strtod=${ac_cv_func_strtod=yes}
| ac_cv_func_strtoimax=${ac_cv_func_strtoimax=yes}
| ac_cv_func_strtok_r=${ac_cv_func_strtok_r=yes}
| ac_cv_func_strtol=${ac_cv_func_strtol=yes}
| ac_cv_func_strtoll=${ac_cv_func_strtoll=yes}
| ac_cv_func_strtoul=${ac_cv_func_strtoul=yes}
| ac_cv_func_strtoull=${ac_cv_func_strtoull=yes}
| ac_cv_func_strtoumax=${ac_cv_func_strtoumax=yes}
| ac_cv_func_strverscmp=${ac_cv_func_strverscmp=yes}
| ac_cv_func_strxfrm=${ac_cv_func_strxfrm=yes}
| ac_cv_func_symlink=${ac_cv_func_symlink=yes}
| ac_cv_func_sync=${ac_cv_func_sync=yes}
| ac_cv_func_sys_siglist=${ac_cv_func_sys_siglist=yes}
| ac_cv_func_sysconf=${ac_cv_func_sysconf=yes}
| ac_cv_func_sysctl=${ac_cv_func_sysctl=yes}
| ac_cv_func_sysinfo=${ac_cv_func_sysinfo=yes}
| ac_cv_func_syslog=${ac_cv_func_syslog=yes}
| ac_cv_func_system=${ac_cv_func_system=yes}
| ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
| ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp=yes}
| ac_cv_func_tcsetattr=${ac_cv_func_tcsetattr=yes}
| ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes}
| ac_cv_func_time=${ac_cv_func_time=yes}
| ac_cv_func_timegm=${ac_cv_func_timegm=yes}
| ac_cv_func_times=${ac_cv_func_times=yes}
| ac_cv_func_timezone=${ac_cv_func_timezone=yes}
| ac_cv_func_tmpnam=${ac_cv_func_tmpnam=yes}
| ac_cv_func_towlower=${ac_cv_func_towlower=yes}
| ac_cv_func_towupper=${ac_cv_func_towupper=yes}
| ac_cv_func_truncate=${ac_cv_func_truncate=yes}
| ac_cv_func_tsearch=${ac_cv_func_tsearch=yes}
| ac_cv_func_ttyname=${ac_cv_func_ttyname=yes}
| ac_cv_func_tzset=${ac_cv_func_tzset=yes}
| ac_cv_func_ulimit=${ac_cv_func_ulimit=yes}
| ac_cv_func_umask=${ac_cv_func_umask=yes}
| ac_cv_func_uname=${ac_cv_func_uname=yes}
| ac_cv_func_unlink=${ac_cv_func_unlink=yes}
| ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes}
| ac_cv_func_unshare=${ac_cv_func_unshare=yes}
| ac_cv_func_updwtmp=${ac_cv_func_updwtmp=yes}
| ac_cv_func_updwtmpx=${ac_cv_func_updwtmpx=yes}
| ac_cv_func_usleep=${ac_cv_func_usleep=yes}
| ac_cv_func_ustat=${ac_cv_func_ustat=yes}
| ac_cv_func_utime=${ac_cv_func_utime=yes}
| ac_cv_func_utimes=${ac_cv_func_utimes=yes}
| ac_cv_func_utmpname=${ac_cv_func_utmpname=yes}
| ac_cv_func_utmpxname=${ac_cv_func_utmpxname=yes}
| ac_cv_func_valloc=${ac_cv_func_valloc=yes}
| ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes}
| ac_cv_func_verrx=${ac_cv_func_verrx=yes}
| ac_cv_func_vfork=${ac_cv_func_vfork=yes}
| ac_cv_func_vfprintf=${ac_cv_func_vfprintf=yes}
| ac_cv_func_vfscanf=${ac_cv_func_vfscanf=yes}
| ac_cv_func_vhangup=${ac_cv_func_vhangup=yes}
| ac_cv_func_vprintf=${ac_cv_func_vprintf=yes}
| ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes}
| ac_cv_func_vsprintf=${ac_cv_func_vsprintf=yes}
| ac_cv_func_wait3=${ac_cv_func_wait3=yes}
| ac_cv_func_wait4=${ac_cv_func_wait4=yes}
| ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
| ac_cv_func_wcrtomb=${ac_cv_func_wcrtomb=yes}
| ac_cv_func_wcscoll=${ac_cv_func_wcscoll=yes}
| ac_cv_func_wcsdup=${ac_cv_func_wcsdup=yes}
| ac_cv_func_wcslen=${ac_cv_func_wcslen=yes}
| ac_cv_func_wctob=${ac_cv_func_wctob=yes}
| ac_cv_func_wctomb=${ac_cv_func_wctomb=yes}
| ac_cv_func_wctype=${ac_cv_func_wctype=yes}
| ac_cv_func_wcwidth=${ac_cv_func_wcwidth=yes}
| ac_cv_func_wmemchr=${ac_cv_func_wmemchr=yes}
| ac_cv_func_wmemcpy=${ac_cv_func_wmemcpy=yes}
| ac_cv_func_wmempcpy=${ac_cv_func_wmempcpy=yes}
| ac_cv_header_aio_h=${ac_cv_header_aio_h=yes}
| ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
| ac_cv_header_argz_h=${ac_cv_header_argz_h=yes}
| ac_cv_header_arpa_inet_h=${ac_cv_header_arpa_inet_h=yes}
| ac_cv_header_arpa_nameser_h=${ac_cv_header_arpa_nameser_h=yes}
| ac_cv_header_asm_byteorder_h=${ac_cv_header_asm_byteorder_h=yes}
| ac_cv_header_asm_ioctls_h=${ac_cv_header_asm_ioctls_h=yes}
| ac_cv_header_asm_page_h=${ac_cv_header_asm_page_h=no}
| ac_cv_header_asm_types_h=${ac_cv_header_asm_types_h=yes}
| ac_cv_header_assert_h=${ac_cv_header_assert_h=yes}
| ac_cv_header_byteswap_h=${ac_cv_header_byteswap_h=yes}
| ac_cv_header_crypt_h=${ac_cv_header_crypt_h=yes}
| ac_cv_header_ctype_h=${ac_cv_header_ctype_h=yes}
| ac_cv_header_dirent_h=${ac_cv_header_dirent_h=yes}
| ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
| ac_cv_header_elf_h=${ac_cv_header_elf_h=yes}
| ac_cv_header_endian_h=${ac_cv_header_endian_h=yes}
| ac_cv_header_err_h=${ac_cv_header_err_h=yes}
| ac_cv_header_errno_h=${ac_cv_header_errno_h=yes}
| ac_cv_header_execinfo_h=${ac_cv_header_execinfo_h=yes}
| ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
| ac_cv_header_features_h=${ac_cv_header_features_h=yes}
| ac_cv_header_float_h=${ac_cv_header_float_h=yes}
| ac_cv_header_fstab_h=${ac_cv_header_fstab_h=yes}
| ac_cv_header_ftw_h=${ac_cv_header_ftw_h=yes}
| ac_cv_header_getopt_h=${ac_cv_header_getopt_h=yes}
| ac_cv_header_glob_h=${ac_cv_header_glob_h=yes}
| ac_cv_header_grp_h=${ac_cv_header_grp_h=yes}
| ac_cv_header_iconv_h=${ac_cv_header_iconv_h=yes}
| ac_cv_header_ifaddrs_h=${ac_cv_header_ifaddrs_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_langinfo_h=${ac_cv_header_langinfo_h=yes}
| ac_cv_header_lastlog_h=${ac_cv_header_lastlog_h=yes}
| ac_cv_header_libgen_h=${ac_cv_header_libgen_h=yes}
| ac_cv_header_libintl_h=${ac_cv_header_libintl_h=yes}
| ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
| ac_cv_header_linux_capability_h=${ac_cv_header_linux_capability_h=yes}
| ac_cv_header_linux_fd_h=${ac_cv_header_linux_fd_h=yes}
| ac_cv_header_linux_fs_h=${ac_cv_header_linux_fs_h=yes}
| ac_cv_header_linux_hayesesp_h=${ac_cv_header_linux_hayesesp_h=no}
| ac_cv_header_linux_hdreg_h=${ac_cv_header_linux_hdreg_h=yes}
| ac_cv_header_linux_icmp_h=${ac_cv_header_linux_icmp_h=yes}
| ac_cv_header_linux_in6_h=${ac_cv_header_linux_in6_h=yes}
| ac_cv_header_linux_joystick_h=${ac_cv_header_linux_joystick_h=yes}
| ac_cv_header_linux_ptrace_h=${ac_cv_header_linux_ptrace_h=yes}
| ac_cv_header_linux_serial_h=${ac_cv_header_linux_serial_h=yes}
| ac_cv_header_linux_sonypi_h=${ac_cv_header_linux_sonypi_h=yes}
| ac_cv_header_linux_unistd_h=${ac_cv_header_linux_unistd_h=yes}
| ac_cv_header_linux_utsname_h=${ac_cv_header_linux_utsname_h=yes}
| ac_cv_header_linux_version_h=${ac_cv_header_linux_version_h=yes}
| ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
| ac_cv_header_malloc_h=${ac_cv_header_malloc_h=yes}
| ac_cv_header_math_h=${ac_cv_header_math_h=yes}
| ac_cv_header_mcheck_h=${ac_cv_header_mcheck_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_mntent_h=${ac_cv_header_mntent_h=yes}
| ac_cv_header_mqueue_h=${ac_cv_header_mqueue_h=yes}
| ac_cv_header_net_if_h=${ac_cv_header_net_if_h=yes}
| ac_cv_header_net_route_h=${ac_cv_header_net_route_h=yes}
| ac_cv_header_netdb_h=${ac_cv_header_netdb_h=yes}
| ac_cv_header_netinet_ether_h=${ac_cv_header_netinet_ether_h=yes}
| ac_cv_header_netinet_in_h=${ac_cv_header_netinet_in_h=yes}
| ac_cv_header_netinet_ip6_h=${ac_cv_header_netinet_ip6_h=yes}
| ac_cv_header_netinet_ip_h=${ac_cv_header_netinet_ip_h=yes}
| ac_cv_header_netinet_tcp_h=${ac_cv_header_netinet_tcp_h=yes}
| ac_cv_header_netinet_udp_h=${ac_cv_header_netinet_udp_h=yes}
| ac_cv_header_netipx_ipx_h=${ac_cv_header_netipx_ipx_h=yes}
| ac_cv_header_paths_h=${ac_cv_header_paths_h=yes}
| ac_cv_header_poll_h=${ac_cv_header_poll_h=yes}
| ac_cv_header_pthread_h=${ac_cv_header_pthread_h=yes}
| ac_cv_header_pty_h=${ac_cv_header_pty_h=yes}
| ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
| ac_cv_header_regex_h=${ac_cv_header_regex_h=yes}
| ac_cv_header_resolv_h=${ac_cv_header_resolv_h=yes}
| ac_cv_header_rpc_rpc_h=${ac_cv_header_rpc_rpc_h=yes}
| ac_cv_header_rpc_types_h=${ac_cv_header_rpc_types_h=yes}
| ac_cv_header_sched_h=${ac_cv_header_sched_h=yes}
| ac_cv_header_scsi_scsi_h=${ac_cv_header_scsi_scsi_h=yes}
| ac_cv_header_search_h=${ac_cv_header_search_h=yes}
| ac_cv_header_semaphore_h=${ac_cv_header_semaphore_h=yes}
| ac_cv_header_setjmp_h=${ac_cv_header_setjmp_h=yes}
| ac_cv_header_sgtty_h=${ac_cv_header_sgtty_h=yes}
| ac_cv_header_shadow_h=${ac_cv_header_shadow_h=yes}
| ac_cv_header_signal_h=${ac_cv_header_signal_h=yes}
| ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
| ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stddef_h=${ac_cv_header_stddef_h=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdio_h=${ac_cv_header_stdio_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_stropts_h=${ac_cv_header_stropts_h=yes}
| ac_cv_header_sys_bitypes_h=${ac_cv_header_sys_bitypes_h=yes}
| ac_cv_header_sys_cdefs_h=${ac_cv_header_sys_cdefs_h=yes}
| ac_cv_header_sys_dir_h=${ac_cv_header_sys_dir_h=yes}
| ac_cv_header_sys_epoll_h=${ac_cv_header_sys_epoll_h=yes}
| ac_cv_header_sys_fcntl_h=${ac_cv_header_sys_fcntl_h=yes}
| ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h=yes}
| ac_cv_header_sys_fsuid_h=${ac_cv_header_sys_fsuid_h=yes}
| ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes}
| ac_cv_header_sys_ipc_h=${ac_cv_header_sys_ipc_h=yes}
| ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes}
| ac_cv_header_sys_mount_h=${ac_cv_header_sys_mount_h=yes}
| ac_cv_header_sys_mtio_h=${ac_cv_header_sys_mtio_h=yes}
| ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
| ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h=yes}
| ac_cv_header_sys_prctl_h=${ac_cv_header_sys_prctl_h=yes}
| ac_cv_header_sys_ptrace_h=${ac_cv_header_sys_ptrace_h=yes}
| ac_cv_header_sys_queue_h=${ac_cv_header_sys_queue_h=yes}
| ac_cv_header_sys_reg_h=${ac_cv_header_sys_reg_h=no}
| ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes}
| ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
| ac_cv_header_sys_sem_h=${ac_cv_header_sys_sem_h=yes}
| ac_cv_header_sys_shm_h=${ac_cv_header_sys_shm_h=yes}
| ac_cv_header_sys_signal_h=${ac_cv_header_sys_signal_h=yes}
| ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
| ac_cv_header_sys_socketvar_h=${ac_cv_header_sys_socketvar_h=yes}
| ac_cv_header_sys_soundcard_h=${ac_cv_header_sys_soundcard_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_statfs_h=${ac_cv_header_sys_statfs_h=yes}
| ac_cv_header_sys_statvfs_h=${ac_cv_header_sys_statvfs_h=yes}
| ac_cv_header_sys_stropts_h=${ac_cv_header_sys_stropts_h=yes}
| ac_cv_header_sys_swap_h=${ac_cv_header_sys_swap_h=yes}
| ac_cv_header_sys_sysctl_h=${ac_cv_header_sys_sysctl_h=yes}
| ac_cv_header_sys_sysinfo_h=${ac_cv_header_sys_sysinfo_h=yes}
| ac_cv_header_sys_sysmacros_h=${ac_cv_header_sys_sysmacros_h=yes}
| ac_cv_header_sys_termios_h=${ac_cv_header_sys_termios_h=yes}
| ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
| ac_cv_header_sys_timeb_h=${ac_cv_header_sys_timeb_h=yes}
| ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
| ac_cv_header_sys_timex_h=${ac_cv_header_sys_timex_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_sys_uio_h=${ac_cv_header_sys_uio_h=yes}
| ac_cv_header_sys_un_h=${ac_cv_header_sys_un_h=yes}
| ac_cv_header_sys_unistd_h=${ac_cv_header_sys_unistd_h=yes}
| ac_cv_header_sys_user_h=${ac_cv_header_sys_user_h=yes}
| ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes}
| ac_cv_header_sys_vfs_h=${ac_cv_header_sys_vfs_h=yes}
| ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
| ac_cv_header_sysexits_h=${ac_cv_header_sysexits_h=yes}
| ac_cv_header_syslog_h=${ac_cv_header_syslog_h=yes}
| ac_cv_header_termio_h=${ac_cv_header_termio_h=yes}
| ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
| ac_cv_header_time_h=${ac_cv_header_time_h=yes}
| ac_cv_header_ttyent_h=${ac_cv_header_ttyent_h=yes}
| ac_cv_header_ulimit_h=${ac_cv_header_ulimit_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
| ac_cv_header_ustat_h=${ac_cv_header_ustat_h=yes}
| ac_cv_header_utime_h=${ac_cv_header_utime_h=yes}
| ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes}
| ac_cv_header_utmpx_h=${ac_cv_header_utmpx_h=yes}
| ac_cv_header_values_h=${ac_cv_header_values_h=yes}
| ac_cv_header_wchar_h=${ac_cv_header_wchar_h=yes}
| ac_cv_header_wctype_h=${ac_cv_header_wctype_h=yes}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_long_long_int=${ac_cv_sizeof_long_long_int=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_int=${ac_cv_sizeof_unsigned_long_int=4}
| ac_cv_sizeof_unsigned_long_long_int=${ac_cv_sizeof_unsigned_long_long_int=8}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
configure:2798: loading site script /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/ncurses_config
| ac_cv_header_X=${ac_cv_header_X=no}
| ac_cv_header__CC=${ac_cv_header__CC=no}
| ac_cv_header__CFLAGS=${ac_cv_header__CFLAGS=no}
| ac_cv_header__CPPFLAGS=${ac_cv_header__CPPFLAGS=no}
| ac_cv_header___5=${ac_cv_header___5=no}
| ac_cv_header__c=${ac_cv_header__c=no}
| ac_cv_header_conftest__ac_ext=${ac_cv_header_conftest__ac_ext=no}
| ac_cv_header_curses_h=${ac_cv_header_curses_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_ncurses_curses_h=${ac_cv_header_ncurses_curses_h=no}
| ac_cv_header_ncurses_h=${ac_cv_header_ncurses_h=yes}
| ac_cv_header_ncurses_termcap_h=${ac_cv_header_ncurses_termcap_h=no}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
configure:2939: checking for a BSD-compatible install
configure:3007: result: /usr/bin/install -c
configure:3018: checking whether build environment is sane
configure:3073: result: yes
configure:3132: checking for arm-oe-linux-gnueabi-strip
configure:3159: result: arm-oe-linux-gnueabi-strip
configure:3224: checking for a thread-safe mkdir -p
configure:3263: result: /bin/mkdir -p
configure:3270: checking for gawk
configure:3286: found /usr/bin/gawk
configure:3297: result: gawk
configure:3308: checking whether make sets $(MAKE)
configure:3330: result: yes
configure:3359: checking whether make supports nested variables
configure:3376: result: yes
configure:3455: checking how to create a pax tar archive
configure:3466: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3469: $? = 0
configure:3509: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:3512: $? = 0
configure:3516: tar -xf - <conftest.tar
configure:3519: $? = 0
configure:3521: cat conftest.dir/file
GrepMe
configure:3524: $? = 0
configure:3537: result: gnutar
configure:3602: checking build system type
configure:3616: result: x86_64-pc-linux-gnu
configure:3636: checking host system type
configure:3649: result: arm-oe-linux-gnueabi
configure:3680: checking for arm-oe-linux-gnueabi-gcc
configure:3707: result: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm
configure:3976: checking for C compiler version
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm --version >&5
arm-oe-linux-gnueabi-gcc (GCC) 4.9.0
Copyright (C) 2014 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:3996: $? = 0
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -v >&5
Using built-in specs.
COLLECT_GCC=arm-oe-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.0/lto-wrapper
Target: arm-oe-linux-gnueabi
Configured with: /home/me/java/openembedded-core/build/tmp-eglibc/work-shared/gcc-4.9.0-r0/gcc-4.9.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-oe-linux-gnueabi --prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --exec_prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --bindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --sbindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --libexecdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi --datadir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share --sysconfdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/etc --sharedstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/com --localstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/var --libdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/arm-oe-linux-gnueabi --includedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --oldincludedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --infodir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info --mandir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-oe-linux-gnueabi- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/include/c++/4.9.0 --with-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm --with-build-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls
Thread model: posix
gcc version 4.9.0 (GCC) 
configure:3996: $? = 0
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -V >&5
arm-oe-linux-gnueabi-gcc: error: unrecognized command line option '-V'
arm-oe-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:3996: $? = 1
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -qversion >&5
arm-oe-linux-gnueabi-gcc: error: unrecognized command line option '-qversion'
arm-oe-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:3996: $? = 1
configure:4016: checking whether the C compiler works
configure:4038: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:4042: $? = 0
configure:4090: result: yes
configure:4093: checking for C compiler default output file name
configure:4095: result: a.out
configure:4101: checking for suffix of executables
configure:4108: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:4112: $? = 0
configure:4134: result: 
configure:4156: checking whether we are cross compiling
configure:4194: result: yes
configure:4199: checking for suffix of object files
configure:4221: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:4225: $? = 0
configure:4246: result: o
configure:4250: checking whether we are using the GNU C compiler
configure:4269: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:4269: $? = 0
configure:4278: result: yes
configure:4287: checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm accepts -g
configure:4307: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -c -g  conftest.c >&5
configure:4307: $? = 0
configure:4348: result: yes
configure:4365: checking for arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm option to accept ISO C89
configure:4428: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:4428: $? = 0
configure:4441: result: none needed
configure:4466: checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm understands -c and -o together
configure:4488: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -c conftest.c -o conftest2.o
configure:4491: $? = 0
configure:4488: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -c conftest.c -o conftest2.o
configure:4491: $? = 0
configure:4503: result: yes
configure:4531: checking for style of include used by make
configure:4559: result: GNU
configure:4585: checking dependency style of arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm
configure:4696: result: none
configure:4823: checking for C++ compiler version
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm --version >&5
arm-oe-linux-gnueabi-g++ (GCC) 4.9.0
Copyright (C) 2014 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:4843: $? = 0
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -v >&5
Using built-in specs.
COLLECT_GCC=arm-oe-linux-gnueabi-g++
COLLECT_LTO_WRAPPER=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.0/lto-wrapper
Target: arm-oe-linux-gnueabi
Configured with: /home/me/java/openembedded-core/build/tmp-eglibc/work-shared/gcc-4.9.0-r0/gcc-4.9.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-oe-linux-gnueabi --prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --exec_prefix=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --bindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --sbindir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --libexecdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi --datadir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share --sysconfdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/etc --sharedstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/com --localstatedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/var --libdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/arm-oe-linux-gnueabi --includedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --oldincludedir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --infodir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info --mandir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-oe-linux-gnueabi- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/include/c++/4.9.0 --with-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm --with-build-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls
Thread model: posix
gcc version 4.9.0 (GCC) 
configure:4843: $? = 0
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -V >&5
arm-oe-linux-gnueabi-g++: error: unrecognized command line option '-V'
arm-oe-linux-gnueabi-g++: fatal error: no input files
compilation terminated.
configure:4843: $? = 1
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -qversion >&5
arm-oe-linux-gnueabi-g++: error: unrecognized command line option '-qversion'
arm-oe-linux-gnueabi-g++: fatal error: no input files
compilation terminated.
configure:4843: $? = 1
configure:4847: checking whether we are using the GNU C++ compiler
configure:4866: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:4866: $? = 0
configure:4875: result: yes
configure:4884: checking whether arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm accepts -g
configure:4904: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm -c -g  conftest.cpp >&5
configure:4904: $? = 0
configure:4945: result: yes
configure:4970: checking dependency style of arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm
configure:5081: result: none
configure:5098: checking for compiler used for subsidiary programs
configure:5112: result: gcc
configure:5120: checking for arm-oe-linux-gnueabi-make
configure:5153: result: no
configure:5163: checking for make
configure:5181: found /usr/bin/make
configure:5193: result: /usr/bin/make
configure:5205: WARNING: using cross tools not prefixed with host triplet
configure:5223: checking for arm-oe-linux-gnueabi-gzip
configure:5256: result: no
configure:5266: checking for gzip
configure:5284: found /bin/gzip
configure:5296: result: /bin/gzip
configure:5326: checking for arm-oe-linux-gnueabi-ant
configure:5359: result: no
configure:5369: checking for ant
configure:5387: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
configure:5399: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
configure:5429: checking for arm-oe-linux-gnueabi-find
configure:5462: result: no
configure:5472: checking for find
configure:5490: found /usr/bin/find
configure:5502: result: /usr/bin/find
configure:5532: checking for arm-oe-linux-gnueabi-patch
configure:5565: result: no
configure:5575: checking for patch
configure:5593: found /usr/bin/patch
configure:5605: result: /usr/bin/patch
configure:5635: checking for arm-oe-linux-gnueabi-tar
configure:5668: result: no
configure:5678: checking for tar
configure:5696: found /bin/tar
configure:5708: result: /bin/tar
configure:5738: checking for arm-oe-linux-gnueabi-chmod
configure:5771: result: no
configure:5781: checking for chmod
configure:5799: found /bin/chmod
configure:5811: result: /bin/chmod
configure:5841: checking for arm-oe-linux-gnueabi-sha256sum
configure:5874: result: no
configure:5884: checking for sha256sum
configure:5902: found /usr/bin/sha256sum
configure:5914: result: /usr/bin/sha256sum
configure:5944: checking for arm-oe-linux-gnueabi-wget
configure:5977: result: no
configure:5987: checking for wget
configure:6005: found /usr/bin/wget
configure:6017: result: /usr/bin/wget
configure:6047: checking for arm-oe-linux-gnueabi-zip
configure:6080: result: no
configure:6090: checking for zip
configure:6108: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:6120: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:6150: checking for arm-oe-linux-gnueabi-unzip
configure:6183: result: no
configure:6193: checking for unzip
configure:6211: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
configure:6223: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
configure:6253: checking for arm-oe-linux-gnueabi-cpio
configure:6286: result: no
configure:6296: checking for cpio
configure:6314: found /bin/cpio
configure:6326: result: /bin/cpio
configure:6356: checking for arm-oe-linux-gnueabi-file
configure:6389: result: no
configure:6399: checking for file
configure:6417: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
configure:6429: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
configure:6461: checking for arm-oe-linux-gnueabi-fastjar
configure:6491: result: no
configure:6461: checking for arm-oe-linux-gnueabi-jar
configure:6491: result: no
configure:6505: checking for fastjar
configure:6521: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
configure:6532: result: fastjar
configure:6563: checking for arm-oe-linux-gnueabi-ldd
configure:6593: result: no
configure:6603: checking for ldd
configure:6619: found /usr/bin/ldd
configure:6630: result: ldd
configure:6655: checking for arm-oe-linux-gnueabi-gawk
configure:6688: result: no
configure:6698: checking for gawk
configure:6716: found /usr/bin/gawk
configure:6728: result: /usr/bin/gawk
configure:6759: checking for arm-oe-linux-gnueabi-hg
configure:6792: result: no
configure:6802: checking for hg
configure:6835: result: no
configure:6858: checking for an OpenJDK source directory
configure:6874: result: /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/openjdk
configure:6979: checking for arm-oe-linux-gnueabi-lsb_release
configure:7012: result: no
configure:7022: checking for lsb_release
configure:7040: found /usr/bin/lsb_release
configure:7052: result: /usr/bin/lsb_release
configure:7075: checking whether to compile ecj natively
configure:7089: result: no
configure:7301: checking how to run the C preprocessor
configure:7371: result: arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon
configure:7391: arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon  conftest.c
configure:7391: $? = 0
configure:7405: arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7405: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "icedtea"
| #define PACKAGE_TARNAME "icedtea"
| #define PACKAGE_VERSION "2.3.12"
| #define PACKAGE_STRING "icedtea 2.3.12"
| #define PACKAGE_BUGREPORT "distro-pkg-dev@openjdk.java.net"
| #define PACKAGE_URL ""
| #define PACKAGE "icedtea"
| #define VERSION "2.3.12"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7434: checking for grep that handles long lines and -e
configure:7492: result: /bin/grep
configure:7497: checking for egrep
configure:7559: result: /bin/grep -E
configure:7564: checking for ANSI C header files
configure:7668: result: yes
configure:7681: checking for sys/types.h
configure:7681: result: yes
configure:7681: checking for sys/stat.h
configure:7681: result: yes
configure:7681: checking for stdlib.h
configure:7681: result: yes
configure:7681: checking for string.h
configure:7681: result: yes
configure:7681: checking for memory.h
configure:7681: result: yes
configure:7681: checking for strings.h
configure:7681: result: yes
configure:7681: checking for inttypes.h
configure:7681: result: yes
configure:7681: checking for stdint.h
configure:7681: result: yes
configure:7681: checking for unistd.h
configure:7681: result: yes
configure:7695: checking whether to use the zero-assembler port
configure:7732: result: yes
configure:7756: checking size of void *
configure:7775: result: 4
configure:7787: checking whether byte ordering is bigendian
configure:7993: result: no
configure:8034: checking which HotSpot build to use
configure:8053: result: default
configure:8068: checking for arm-oe-linux-gnueabi-linux32
configure:8101: result: no
configure:8111: checking for linux32
configure:8129: found /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
configure:8141: result: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
configure:8164: checking version of GCC
configure:8177: result: 4.9.0 (major version 4, minor version 9)
configure:8184: checking for arm-oe-linux-gnueabi-getconf
configure:8217: result: no
configure:8227: checking for getconf
configure:8245: found /usr/bin/getconf
configure:8257: result: /usr/bin/getconf
configure:8284: checking the number of online processors
configure:8297: result: 16
configure:8301: checking if cp supports --reflink
configure:8316: result: yes
configure:8328: checking if we can hard link rather than copy from /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12
configure:8342: result: yes
configure:8354: checking whether to disable the execution of the JTReg tests
configure:8374: result: yes
configure:8386: checking whether to disable the execution of the HotSpot JTReg tests
configure:8406: result: yes
configure:8418: checking whether to disable the execution of the langtools JTReg tests
configure:8438: result: yes
configure:8450: checking whether to disable the execution of the JDK JTReg tests
configure:8470: result: yes
configure:8485: checking for xvfb-run
configure:8515: result: no
configure:8522: checking whether to include PulseAudio support
configure:8539: result: no
configure:8542: checking whether to build documentation
configure:8559: result: no
configure:8562: checking whether to include SystemTap tracing support
configure:8579: result: no
configure:8583: checking for system library directory
configure:8613: result: /usr/lib
configure:8620: checking whether to enable the NSS-based security provider
configure:8642: result: disabled by default (edit java.security to enable)

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

ac_cv___va_copy=yes
ac_cv_af_unix_large_dgram=yes
ac_cv_alignof_CORBA_boolean=1
ac_cv_alignof_CORBA_char=1
ac_cv_alignof_CORBA_double=8
ac_cv_alignof_CORBA_float=4
ac_cv_alignof_CORBA_long=4
ac_cv_alignof_CORBA_long_double=8
ac_cv_alignof_CORBA_long_long=8
ac_cv_alignof_CORBA_octet=1
ac_cv_alignof_CORBA_pointer=4
ac_cv_alignof_CORBA_short=2
ac_cv_alignof_CORBA_struct=1
ac_cv_alignof_CORBA_wchar=2
ac_cv_alignof_char=1
ac_cv_alignof_dbind_pointer=4
ac_cv_alignof_dbind_struct=1
ac_cv_alignof_dbus_bool_t=4
ac_cv_alignof_dbus_int16_t=2
ac_cv_alignof_dbus_int32_t=4
ac_cv_alignof_dbus_int64_t=8
ac_cv_alignof_double=8
ac_cv_alignof_guint32=4
ac_cv_alignof_guint64=8
ac_cv_alignof_unsigned_long=4
ac_cv_buggy_getaddrinfo=no
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_endian=little
ac_cv_c_littleendian=yes
ac_cv_c_long_double=yes
ac_cv_check_sjlj=ssjlj
ac_cv_conv_longlong_to_float=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_dirent_have_space_d_name=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-oe-linux-gnueabi
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-oe-linux-gnueabi
ac_cv_epoll_works=yes
ac_cv_file___dev_ptc_=yes
ac_cv_file__dev_random=yes
ac_cv_file__dev_zero=yes
ac_cv_func___adjtimex=yes
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fpending=yes
ac_cv_func___fsetlocking=yes
ac_cv_func___progname=yes
ac_cv_func___secure_getenv=no
ac_cv_func___va_copy=yes
ac_cv_func__obstack_free=yes
ac_cv_func__setjmp=yes
ac_cv_func__sys_siglist=yes
ac_cv_func_a64l=yes
ac_cv_func_abs=yes
ac_cv_func_access=yes
ac_cv_func_alarm=yes
ac_cv_func_alphasort=yes
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_asprintf=yes
ac_cv_func_atexit=yes
ac_cv_func_atof=yes
ac_cv_func_atoi=yes
ac_cv_func_bcmp=yes
ac_cv_func_bcopy=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_bindresvport=yes
ac_cv_func_btowc=yes
ac_cv_func_bzero=yes
ac_cv_func_calloc=yes
ac_cv_func_canonicalize_file_name=yes
ac_cv_func_catgets=yes
ac_cv_func_cfgetospeed=yes
ac_cv_func_cfsetispeed=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_chmod=yes
ac_cv_func_chown=yes
ac_cv_func_chroot=yes
ac_cv_func_clock=yes
ac_cv_func_close=yes
ac_cv_func_closedir=yes
ac_cv_func_closelog=yes
ac_cv_func_confstr=yes
ac_cv_func_connect=yes
ac_cv_func_daemon=yes
ac_cv_func_dcgettext=yes
ac_cv_func_difftime=yes
ac_cv_func_dirfd=yes
ac_cv_func_dirname=yes
ac_cv_func_dngettext=yes
ac_cv_func_dup2=yes
ac_cv_func_ecvt=yes
ac_cv_func_endgrent=yes
ac_cv_func_endmntent=yes
ac_cv_func_endpwent=yes
ac_cv_func_endutent=yes
ac_cv_func_endutxent=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_err=yes
ac_cv_func_ether_hostton=yes
ac_cv_func_ether_ntohost=yes
ac_cv_func_euidaccess=yes
ac_cv_func_execv=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchmodat=yes
ac_cv_func_fchown=yes
ac_cv_func_fchownat=yes
ac_cv_func_fcntl=yes
ac_cv_func_fcvt=yes
ac_cv_func_fdatasync=yes
ac_cv_func_fdopendir=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fgetxattr=yes
ac_cv_func_finite=yes
ac_cv_func_flistxattr=yes
ac_cv_func_flock=yes
ac_cv_func_flockfile=yes
ac_cv_func_fnmatch=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_fork=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fprintf=yes
ac_cv_func_free=yes
ac_cv_func_freeaddrinfo=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fseeko=yes
ac_cv_func_fsetxattr=yes
ac_cv_func_fstat64=yes
ac_cv_func_fstat=yes
ac_cv_func_fstatfs=yes
ac_cv_func_fsync=yes
ac_cv_func_ftello=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=yes
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_gcvt=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_getenv=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgrent_r=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyaddr_r=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getmntent=yes
ac_cv_func_getmsg=no
ac_cv_func_getnameinfo=yes
ac_cv_func_getnetbyaddr_r=yes
ac_cv_func_getnetgrent_r=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpid=yes
ac_cv_func_getppid=yes
ac_cv_func_getprotoent_r=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwent_r=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_getresuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyname_r=yes
ac_cv_func_getservbyport_r=yes
ac_cv_func_getservent=yes
ac_cv_func_getservent_r=yes
ac_cv_func_getspnam=yes
ac_cv_func_getspnam_r=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getttyent=yes
ac_cv_func_getttynam=yes
ac_cv_func_getuid=yes
ac_cv_func_getusershell=yes
ac_cv_func_getutent=yes
ac_cv_func_getutid=yes
ac_cv_func_getutline=yes
ac_cv_func_getutmp=yes
ac_cv_func_getutmpx=yes
ac_cv_func_getutxent=yes
ac_cv_func_getutxid=yes
ac_cv_func_getutxline=yes
ac_cv_func_getwd=yes
ac_cv_func_getxattr=yes
ac_cv_func_glob=yes
ac_cv_func_gmtime=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_grantpt=yes
ac_cv_func_group_member=yes
ac_cv_func_herror=yes
ac_cv_func_hstrerror=yes
ac_cv_func_iconv=yes
ac_cv_func_iconv_open=yes
ac_cv_func_if_freenameindex=yes
ac_cv_func_if_indextoname=yes
ac_cv_func_if_nameindex=yes
ac_cv_func_if_nametoindex=yes
ac_cv_func_index=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_innetgr=yes
ac_cv_func_iruserok=yes
ac_cv_func_isascii=yes
ac_cv_func_isatty=yes
ac_cv_func_isblank=yes
ac_cv_func_isgraph=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_isprint=yes
ac_cv_func_isspace=yes
ac_cv_func_iswalnum=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_iswprint=yes
ac_cv_func_iswspace=yes
ac_cv_func_iswupper=yes
ac_cv_func_isxdigit=yes
ac_cv_func_kill=yes
ac_cv_func_kilme=yes
ac_cv_func_lchown=yes
ac_cv_func_lckpwdf=yes
ac_cv_func_lgetxattr=yes
ac_cv_func_link=yes
ac_cv_func_listxattr=yes
ac_cv_func_llistxattr=yes
ac_cv_func_localtime=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_lrand48=yes
ac_cv_func_lsearch=yes
ac_cv_func_lseek64=yes
ac_cv_func_lsetxattr=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_mallinfo=yes
ac_cv_func_malloc=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_mblen=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mbtowc=yes
ac_cv_func_memalign=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memrchr=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkdirat=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp64=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktime=yes
ac_cv_func_mlock=yes
ac_cv_func_mmap=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mtrace=yes
ac_cv_func_munlock=yes
ac_cv_func_munmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nice=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_ntp_adjtime=yes
ac_cv_func_ntp_gettime=yes
ac_cv_func_on_exit=yes
ac_cv_func_open64=yes
ac_cv_func_open=yes
ac_cv_func_openat=yes
ac_cv_func_opendir=yes
ac_cv_func_openlog=yes
ac_cv_func_pathconf=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_posix_getgrgid_r=yes
ac_cv_func_posix_getpwnam_r=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_prctl=yes
ac_cv_func_pread=yes
ac_cv_func_printf=yes
ac_cv_func_printf_unix98=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_attr_getstack=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_pthread_mutex_lock=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_putgrent=yes
ac_cv_func_putpwent=yes
ac_cv_func_putspent=yes
ac_cv_func_pututline=yes
ac_cv_func_pututxline=yes
ac_cv_func_putwc=yes
ac_cv_func_pwrite=yes
ac_cv_func_qsort=yes
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_rand_r=yes
ac_cv_func_random=yes
ac_cv_func_re_comp=yes
ac_cv_func_re_exec=yes
ac_cv_func_re_search=yes
ac_cv_func_read=yes
ac_cv_func_readdir=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=yes
ac_cv_func_realloc=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_realloc_works=yes
ac_cv_func_realpath=yes
ac_cv_func_recvmsg=yes
ac_cv_func_regcomp=yes
ac_cv_func_regexec=yes
ac_cv_func_remove=yes
ac_cv_func_rename=yes
ac_cv_func_rmdir=yes
ac_cv_func_rpmatch=yes
ac_cv_func_rresvport_af=yes
ac_cv_func_ruserok=yes
ac_cv_func_ruserok_af=yes
ac_cv_func_sbrk=yes
ac_cv_func_scandir=yes
ac_cv_func_sched_setscheduler=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_semctl=yes
ac_cv_func_semget=yes
ac_cv_func_sendmsg=yes
ac_cv_func_setbuf=yes
ac_cv_func_setbuffer=yes
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgid=yes
ac_cv_func_setgrent_void=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setjmp=yes
ac_cv_func_setlinebuf=yes
ac_cv_func_setlocale=yes
ac_cv_func_setmntent=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setpriority=yes
ac_cv_func_setregid=yes
ac_cv_func_setresgid=yes
ac_cv_func_setresuid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_settimeofday=yes
ac_cv_func_setuid=yes
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_setxattr=yes
ac_cv_func_sgetspent=yes
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaddset=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigblock=yes
ac_cv_func_sigemptyset=yes
ac_cv_func_sighold=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_signal=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigset=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_sigstack=yes
ac_cv_func_sigsuspend=yes
ac_cv_func_sigvec=yes
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=yes
ac_cv_func_socket=yes
ac_cv_func_socketpair=yes
ac_cv_func_sprintf=yes
ac_cv_func_srand48=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_sscanf=yes
ac_cv_func_stat=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stat_ignores_trailing_slash=no
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_stime=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strchr=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strcmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strftime=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strptime=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsep=yes
ac_cv_func_strsignal=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtoumax=yes
ac_cv_func_strverscmp=yes
ac_cv_func_strxfrm=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_sys_siglist=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysinfo=yes
ac_cv_func_syslog=yes
ac_cv_func_system=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_time=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_func_timezone=yes
ac_cv_func_tmpnam=yes
ac_cv_func_towlower=yes
ac_cv_func_towupper=yes
ac_cv_func_truncate=yes
ac_cv_func_tsearch=yes
ac_cv_func_ttyname=yes
ac_cv_func_tzset=yes
ac_cv_func_ulimit=yes
ac_cv_func_umask=yes
ac_cv_func_uname=yes
ac_cv_func_unlink=yes
ac_cv_func_unsetenv=yes
ac_cv_func_unshare=yes
ac_cv_func_updwtmp=yes
ac_cv_func_updwtmpx=yes
ac_cv_func_usleep=yes
ac_cv_func_ustat=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_va_copy=yes
ac_cv_func_valloc=yes
ac_cv_func_vasprintf=yes
ac_cv_func_verrx=yes
ac_cv_func_vfork=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vfscanf=yes
ac_cv_func_vhangup=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=yes
ac_cv_func_vsprintf=yes
ac_cv_func_wait3=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wcslen=yes
ac_cv_func_wctob=yes
ac_cv_func_wctomb=yes
ac_cv_func_wctype=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_gnet_have_abstract_sockets=no
ac_cv_have_abstract_sockets=yes
ac_cv_have_accrights_in_msghdr=no
ac_cv_have_broken_snprintf=no
ac_cv_have_control_in_msghdr=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_long_long_format=yes
ac_cv_have_openpty_ctty_bug=yes
ac_cv_have_space_d_name_in_struct_dirent=yes
ac_cv_header_X=no
ac_cv_header__CC=no
ac_cv_header__CFLAGS=no
ac_cv_header__CPPFLAGS=no
ac_cv_header___5=no
ac_cv_header__c=no
ac_cv_header_aio_h=yes
ac_cv_header_alloca_h=yes
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_asm_byteorder_h=yes
ac_cv_header_asm_ioctls_h=yes
ac_cv_header_asm_page_h=no
ac_cv_header_asm_types_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_byteswap_h=yes
ac_cv_header_conftest__ac_ext=no
ac_cv_header_crypt_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_elf_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_err_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fstab_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_lastlog_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_capability_h=yes
ac_cv_header_linux_fd_h=yes
ac_cv_header_linux_fs_h=yes
ac_cv_header_linux_hayesesp_h=no
ac_cv_header_linux_hdreg_h=yes
ac_cv_header_linux_icmp_h=yes
ac_cv_header_linux_in6_h=yes
ac_cv_header_linux_joystick_h=yes
ac_cv_header_linux_ptrace_h=yes
ac_cv_header_linux_serial_h=yes
ac_cv_header_linux_sonypi_h=yes
ac_cv_header_linux_unistd_h=yes
ac_cv_header_linux_utsname_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_mcheck_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_mqueue_h=yes
ac_cv_header_ncurses_curses_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_termcap_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_net_route_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_ether_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_ip6_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_sctp_h=no
ac_cv_header_netinet_sctp_uio_h=no
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_netinet_udp_h=yes
ac_cv_header_netipx_ipx_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_rpc_rpc_h=yes
ac_cv_header_rpc_types_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_scsi_scsi_h=yes
ac_cv_header_search_h=yes
ac_cv_header_semaphore_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_sgtty_h=yes
ac_cv_header_shadow_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_fsuid_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_mtio_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_ptrace_h=yes
ac_cv_header_sys_queue_h=yes
ac_cv_header_sys_reg_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_socketvar_h=yes
ac_cv_header_sys_soundcard_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_stropts_h=yes
ac_cv_header_sys_swap_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_sysmacros_h=yes
ac_cv_header_sys_termios_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_timex_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_sys_user_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_ttyent_h=yes
ac_cv_header_ulimit_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_ustat_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_values_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=arm-oe-linux-gnueabi
ac_cv_ispeed_offset=13
ac_cv_lib_png_png_create_info_struct=yes
ac_cv_libiconv_utf8=yes
ac_cv_libnet_endianess=lil
ac_cv_linux_vers=2
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_need_trio=no
ac_cv_o_nonblock_inherited=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=sed
ac_cv_path_ac_pt_ANT=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
ac_cv_path_ac_pt_CHMOD=/bin/chmod
ac_cv_path_ac_pt_CPIO=/bin/cpio
ac_cv_path_ac_pt_FILE=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
ac_cv_path_ac_pt_FIND=/usr/bin/find
ac_cv_path_ac_pt_GAWK=/usr/bin/gawk
ac_cv_path_ac_pt_GETCONF=/usr/bin/getconf
ac_cv_path_ac_pt_GZIP=/bin/gzip
ac_cv_path_ac_pt_LINUX32=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
ac_cv_path_ac_pt_LSB_RELEASE=/usr/bin/lsb_release
ac_cv_path_ac_pt_MAKE=/usr/bin/make
ac_cv_path_ac_pt_PATCH=/usr/bin/patch
ac_cv_path_ac_pt_SHA256SUM=/usr/bin/sha256sum
ac_cv_path_ac_pt_TAR=/bin/tar
ac_cv_path_ac_pt_UNZIP=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
ac_cv_path_ac_pt_WGET=/usr/bin/wget
ac_cv_path_ac_pt_ZIP=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_pread=no
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm'
ac_cv_prog_CPP='arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
ac_cv_prog_STRIP=arm-oe-linux-gnueabi-strip
ac_cv_prog_ac_ct_FASTJAR=fastjar
ac_cv_prog_ac_ct_LDD=ldd
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_pwrite=no
ac_cv_regexec_segfault_emptystr=no
ac_cv_sctp=no
ac_cv_sizeof___int64=0
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_int_p=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_double=8
ac_cv_sizeof_long_int=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_long_long_int=8
ac_cv_sizeof_long_p=4
ac_cv_sizeof_off_t=4
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_ptrdiff_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_short_int=2
ac_cv_sizeof_signed_char=1
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_int=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_long_long_int=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_unsigned_short_int=2
ac_cv_sizeof_void_p=4
ac_cv_sizeof_wchar_t=4
ac_cv_strerror_r_SUSv3=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_time_r_type=POSIX
ac_cv_type_uid_t='{ac_cv_type_uid_t=yes}'
ac_cv_uchar=no
ac_cv_uint=yes
ac_cv_ulong=yes
ac_cv_ushort=yes
ac_cv_va_copy=yes
ac_cv_va_val_copy=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_working_getline=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
am_cv_scanf_lld=yes
apr_cv_process_shared_works=no
apr_cv_tcp_nodelay_with_cork=yes
as_cv_unaligned_access=no
bash_cv_dup2_broken=no
bash_cv_func_sigsetjmp=missing
bash_cv_func_strcoll_broken=no
bash_cv_getcwd_calls_popen=no
bash_cv_getenv_redef=yes
bash_cv_have_mbstate_t=yes
bash_cv_job_control_missing=present
bash_cv_must_reinstall_sighandlers=no
bash_cv_opendir_not_robust=no
bash_cv_pgrp_pipe=no
bash_cv_printf_a_format=yes
bash_cv_sys_named_pipes=present
bash_cv_sys_siglist=yes
bash_cv_type_rlimit=rlim_t
bash_cv_ulimit_maxfds=yes
bash_cv_under_sys_siglist=yes
bash_cv_unusable_rtsigs=no
compat_cv_func_basename_works=no
compat_cv_func_dirname_works=no
compat_cv_func_snprintf_works=yes
cvs_cv_func_printf_ptr=yes
db_cv_align_t='unsigned long long'
db_cv_alignp_t='unsigned long'
db_cv_fcntl_f_setfd=yes
db_cv_path_ar=/usr/bin/ar
db_cv_path_chmod=/bin/chmod
db_cv_path_cp=/bin/cp
db_cv_path_ln=/bin/ln
db_cv_path_mkdir=/bin/mkdir
db_cv_path_ranlib=/usr/bin/ranlib
db_cv_path_rm=/bin/rm
db_cv_path_sh=/bin/sh
db_cv_path_strip=/usr/bin/strip
db_cv_spinlocks=no
db_cv_sprintf_count=yes
ettercap_cv_type_socklen_t=yes
fu_cv_sys_stat_statfs2_bsize=yes
gl_cv_func_btowc_eof=yes
gl_cv_func_fstatat_zero_flag=yes
gl_cv_func_mbrtowc_incomplete_state=yes
gl_cv_func_mbrtowc_nul_retval=yes
gl_cv_func_mbrtowc_null_arg=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_mbrtowc_sanitycheck=yes
gl_cv_func_wcrtomb_retval=yes
gl_cv_func_wctob_works=yes
glib_cv___va_copy=yes
glib_cv_compliant_posix_memalign=1
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_have_qsort_r=yes
glib_cv_long_long_format=ll
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
glib_cv_sizeof_intmax_t=8
glib_cv_sizeof_ptrdiff_t=4
glib_cv_sizeof_size_t=4
glib_cv_sizeof_system_thread=4
glib_cv_stack_grows=no
glib_cv_strlcpy=no
glib_cv_sys_pthread_cond_timedwait_posix=yes
glib_cv_sys_pthread_getspecific_posix=yes
glib_cv_sys_pthread_mutex_trylock_posix=yes
glib_cv_sys_use_pid_niceness_surrogate=yes
glib_cv_uscore=no
glib_cv_use_pid_surrogate=yes
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
gt_cv_locale_fr=fr_FR
it_cv_default_libdir=/usr/lib
it_cv_hardlink_src=yes
it_cv_proc=16
it_cv_reflink=yes
jm_cv_func_working_readdir=yes
lf_cv_sane_realloc=yes
lftp_cv_va_val_copy=yes
libIDL_cv_long_long_format=ll
lt_cv_sys_lib_dlsearch_path_spec='/usr/lib /lib'
mr_cv_target_elf=yes
mysql_cv_func_atomic_add=no
mysql_cv_func_atomic_sub=no
nano_cv_func_regexec_segv_emptystr=no
php_cv_lib_cookie_io_functions_use_off64_t=yes
rpppoe_cv_pack_bitfields=rev
rsync_cv_HAVE_BROKEN_LARGEFILE=no
rsync_cv_HAVE_BROKEN_READDIR=no
rsync_cv_HAVE_C99_VSNPRINTF=yes
rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes
rsync_cv_HAVE_LONGLONG=yes
rsync_cv_HAVE_OFF64_T=no
rsync_cv_HAVE_SECURE_MKSTEMP=yes
rsync_cv_HAVE_SHORT_INO_T=no
rsync_cv_HAVE_SOCKETPAIR=yes
rsync_cv_HAVE_UNSIGNED_CHAR=no
rsync_cv_REPLACE_INET_ATON=no
rsync_cv_REPLACE_INET_NTOA=no
samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes
samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no
samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no
samba_cv_HAVE_BROKEN_GETGROUPS=no
samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes
samba_cv_HAVE_BROKEN_READDIR=yes
samba_cv_HAVE_BROKEN_READDIR_NAME=no
samba_cv_HAVE_C99_VSNPRINTF=yes
samba_cv_HAVE_DEV64_T=no
samba_cv_HAVE_DEVICE_MAJOR_FN=yes
samba_cv_HAVE_DEVICE_MINOR_FN=yes
samba_cv_HAVE_DQB_FSOFTLIMIT=no
samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes
samba_cv_HAVE_FAM_H=no
samba_cv_HAVE_FCNTL_LOCK=yes
samba_cv_HAVE_FTRUNCATE_EXTEND=yes
samba_cv_HAVE_FUNCTION_MACRO=yes
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
samba_cv_HAVE_IFACE_AIX=no
samba_cv_HAVE_IFACE_IFCONF=yes
samba_cv_HAVE_IFACE_IFREQ=yes
samba_cv_HAVE_INO64_T=no
samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no
samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes
samba_cv_HAVE_KERNEL_SHARE_MODES=yes
samba_cv_HAVE_MAKEDEV=yes
samba_cv_HAVE_MMAP=yes
samba_cv_HAVE_NATIVE_ICONV=yes
samba_cv_HAVE_OFF64_T=no
samba_cv_HAVE_ROOT=yes
samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no
samba_cv_HAVE_SECURE_MKSTEMP=yes
samba_cv_HAVE_SENDFILE64=yes
samba_cv_HAVE_SENDFILE=yes
samba_cv_HAVE_SOCK_SIN_LEN=no
samba_cv_HAVE_STAT_ST_BLKSIZE=yes
samba_cv_HAVE_STAT_ST_BLOCKS=yes
samba_cv_HAVE_STRUCT_DIR64=no
samba_cv_HAVE_STRUCT_DIRENT64=yes
samba_cv_HAVE_STRUCT_FLOCK64=yes
samba_cv_HAVE_TRUNCATED_SALT=no
samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_UNSIGNED_CHAR=yes
samba_cv_HAVE_UTIMBUF=yes
samba_cv_HAVE_UT_UT_ADDR=yes
samba_cv_HAVE_UT_UT_EXIT=yes
samba_cv_HAVE_UT_UT_HOST=yes
samba_cv_HAVE_UT_UT_ID=yes
samba_cv_HAVE_UT_UT_NAME=yes
samba_cv_HAVE_UT_UT_PID=yes
samba_cv_HAVE_UT_UT_TIME=yes
samba_cv_HAVE_UT_UT_TV=yes
samba_cv_HAVE_UT_UT_TYPE=yes
samba_cv_HAVE_UT_UT_USER=yes
samba_cv_HAVE_UX_UT_SYSLEN=no
samba_cv_HAVE_VA_COPY=yes
samba_cv_HAVE_WORKING_AF_LOCAL=yes
samba_cv_HAVE_Werror=yes
samba_cv_LINUX_LFS_SUPPORT=yes
samba_cv_PUTUTLINE_RETURNS_UTMP=yes
samba_cv_QUOTA_WORKS=yes
samba_cv_REALPATH_TAKES_NULL=yes
samba_cv_REPLACE_GETPASS=yes
samba_cv_REPLACE_INET_NTOA=no
samba_cv_REPLACE_READDIR=no
samba_cv_RUN_QUOTA_TESTS=yes
samba_cv_SEEKDIR_RETURNS_VOID=yes
samba_cv_SIZEOF_DEV_T=yes
samba_cv_SIZEOF_INO_T=yes
samba_cv_SIZEOF_OFF_T=yes
samba_cv_SYSCONF_SC_NGROUPS_MAX=yes
samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes
samba_cv_SYSCONF_SC_NPROC_ONLN=no
samba_cv_SYSCONF_SC_PAGESIZE=yes
samba_cv_SYSQUOTA_FOUND=yes
samba_cv_SYSQUOTA_WORKS=yes
samba_cv_SYSQUOTA_WORKS_XFS=yes
samba_cv_TRY_QUOTAS=no
samba_cv_TRY_SYS_QUOTAS=yes
samba_cv_USE_SETEUID=yes
samba_cv_USE_SETRESUID=yes
samba_cv_USE_SETREUID=yes
samba_cv_USE_SETUIDX=yes
samba_cv_WE_USE_SYS_QUOTAS=yes
samba_cv_WITH_AFS=no
samba_cv_WITH_FAKE_KASERVER=no
samba_cv_WITH_QUOTAS=auto
samba_cv_WITH_SYS_QUOTAS=auto
samba_cv_WITH_VFS_AFSACL=no
samba_cv_compiler_supports_ll=yes
samba_cv_found_xfs_header=yes
samba_cv_have_longlong=yes
samba_cv_have_setresgid=yes
samba_cv_have_setresuid=yes
samba_cv_immediate_structures=yes
samba_cv_optimize_out_funcation_calls=yes
samba_cv_sig_atomic_t=yes
samba_cv_socklen_t=yes
samba_cv_struct_timespec=yes
samba_cv_sysquotas_file=lib/sysquotas_linux.c
samba_cv_unixsocket=yes
samba_cv_volatile=yes
sc_cv_termios_ispeed=yes
screen_cv_sys_bcopy_overlap=no
screen_cv_sys_fifo_broken_impl=yes
screen_cv_sys_fifo_usable=yes
screen_cv_sys_memcpy_overlap=no
screen_cv_sys_memmove_overlap=no
screen_cv_sys_select_broken_retval=no
screen_cv_sys_sockets_nofs=no
screen_cv_sys_sockets_usable=yes
screen_cv_sys_terminfo_used=yes
shadow_cv_logdir=/var/log
shadow_cv_maildir=/var/spool/mail
shadow_cv_mailfile=Mailbox
shadow_cv_passwd_dir=/usr/bin
shadow_cv_utmpdir=/var/run
slrn_cv_va_val_copy=yes
sudo_cv_func_unsetenv_void=no
tcl_cv_api_serial=termios
utils_cv_sys_open_max=1019
xorg_cv_malloc0_returns_null=yes

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

ABS_CLIENT_LIBJVM_SO=''
ABS_JAVA_HOME_DIR=''
ABS_SERVER_LIBJVM_SO=''
ACLOCAL='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing aclocal-1.14'
ADD_CACAO_BUILD_FALSE=''
ADD_CACAO_BUILD_TRUE=''
ADD_JAMVM_BUILD_FALSE=''
ADD_JAMVM_BUILD_TRUE=''
ADD_SHARK_BUILD_FALSE=''
ADD_SHARK_BUILD_TRUE=''
ADD_ZERO_BUILD_FALSE=''
ADD_ZERO_BUILD_TRUE=''
ALSA_CFLAGS=''
ALSA_LIBS=''
ALT_CACAO_SRC_ZIP=''
ALT_CORBA_SRC_ZIP=''
ALT_HOTSPOT_SRC_ZIP=''
ALT_JAMVM_SRC_ZIP=''
ALT_JAR_CMD=''
ALT_JAXP_SRC_ZIP=''
ALT_JAXWS_SRC_ZIP=''
ALT_JDK_SRC_ZIP=''
ALT_LANGTOOLS_SRC_ZIP=''
ALT_OPENJDK_SRC_ZIP=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ANT='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant'
ARCHFLAG=''
ARCH_PREFIX=''
AUTOCONF='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing autoconf'
AUTOHEADER='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing autoheader'
AUTOMAKE='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing automake-1.14'
AWK='gawk'
BOOTSTRAPPING_FALSE=''
BOOTSTRAPPING_TRUE=''
BUILD_ARCH_DIR='arm'
BUILD_CACAO_FALSE=''
BUILD_CACAO_TRUE=''
BUILD_JAMVM_FALSE=''
BUILD_JAMVM_TRUE=''
BUILD_NATIVE_ECJ_FALSE=''
BUILD_NATIVE_ECJ_TRUE='#'
BUILD_OS_DIR=''
CACAO_IMPORT_PATH=''
CC='arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm'
CCDEPMODE='depmode=none'
CC_FOR_BUILD='gcc'
CFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types'
CHMOD='/bin/chmod'
CONFIGURE_ARGS=''
CP39408_JAVAH_FALSE=''
CP39408_JAVAH_TRUE=''
CP40188_JAVAH_FALSE=''
CP40188_JAVAH_TRUE=''
CP40616_FALSE=''
CP40616_TRUE=''
CP40630_FALSE=''
CP40630_TRUE=''
CP45526_JAVAH_FALSE=''
CP45526_JAVAH_TRUE=''
CPIO='/bin/cpio'
CPP='arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
CPPFLAGS=''
CP_SUPPORTS_REFLINK_FALSE='#'
CP_SUPPORTS_REFLINK_TRUE=''
CUPS_LIBS=''
CXX='arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm'
CXXDEPMODE='depmode=none'
CXXFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
CYGPATH_W='echo'
DEFAULT_LIBDIR='/usr/lib'
DEFS=''
DEPDIR='.deps'
DISABLE_HOTSPOT_TESTS_FALSE='#'
DISABLE_HOTSPOT_TESTS_TRUE=''
DISABLE_JDK_TESTS_FALSE='#'
DISABLE_JDK_TESTS_TRUE=''
DISABLE_LANGTOOLS_TESTS_FALSE='#'
DISABLE_LANGTOOLS_TESTS_TRUE=''
DISABLE_OPTIMIZATIONS_FALSE=''
DISABLE_OPTIMIZATIONS_TRUE=''
DISABLE_TESTS_FALSE='#'
DISABLE_TESTS_TRUE=''
DIST_ID=''
DIST_NAME=''
DOWNLOADING_FALSE=''
DOWNLOADING_TRUE=''
DTDTYPE_QNAME_FALSE=''
DTDTYPE_QNAME_TRUE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECJ=''
ECJ_JAR=''
EGREP='/bin/grep -E'
ENABLE_CACAO=''
ENABLE_CACAO_FALSE=''
ENABLE_CACAO_TRUE=''
ENABLE_DOCS_FALSE=''
ENABLE_DOCS_TRUE='#'
ENABLE_JAMVM=''
ENABLE_JAMVM_FALSE=''
ENABLE_JAMVM_TRUE=''
ENABLE_JAR_COMPRESSION_FALSE=''
ENABLE_JAR_COMPRESSION_TRUE=''
ENABLE_NSS_FALSE=''
ENABLE_NSS_TRUE='#'
ENABLE_PULSE_JAVA_FALSE=''
ENABLE_PULSE_JAVA_TRUE='#'
ENABLE_SYSCALL_COMPILATION=''
ENABLE_SYSTEMTAP_FALSE=''
ENABLE_SYSTEMTAP_TRUE='#'
ENABLE_SYSTEM_FONTCONFIG=''
ENABLE_SYSTEM_GIF=''
ENABLE_SYSTEM_GIO=''
ENABLE_SYSTEM_GTK=''
ENABLE_SYSTEM_JPEG=''
ENABLE_SYSTEM_LCMS=''
ENABLE_SYSTEM_PNG=''
ENABLE_SYSTEM_ZLIB=''
ENABLE_WARNINGS=''
ENABLE_WARNINGS_FALSE=''
ENABLE_WARNINGS_TRUE=''
ENABLE_WERROR_FALSE=''
ENABLE_WERROR_TRUE=''
EXEEXT=''
FASTJAR='fastjar'
FILE='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file'
FIND='/usr/bin/find'
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FREETYPE2_CFLAGS=''
FREETYPE2_LIBS=''
GAWK='/usr/bin/gawk'
GCC_OLD_FALSE=''
GCC_OLD_TRUE='#'
GCJ='no'
GETCONF='/usr/bin/getconf'
GIF_LIBS=''
GIO_CFLAGS=''
GIO_LIBS=''
GREP='/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
GZIP='/bin/gzip'
HAS_HOTSPOT_REVISION_FALSE=''
HAS_HOTSPOT_REVISION_TRUE='#'
HAS_ICEDTEA_REVISION_FALSE=''
HAS_ICEDTEA_REVISION_TRUE='#'
HAS_JDK_REVISION_FALSE=''
HAS_JDK_REVISION_TRUE='#'
HAS_PKGVERSION_FALSE=''
HAS_PKGVERSION_TRUE=''
HG=''
HGREV=''
HOTSPOT_REVISION='none'
HSBUILD='default'
ICEDTEA_REVISION='none'
INSTALL_ARCH_DIR='arm'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAR=''
JAR_ACCEPTS_STDIN_LIST=''
JAR_KNOWS_ATFILE=''
JAR_KNOWS_J_OPTIONS=''
JAVA=''
JAVAC=''
JAVAC_LACKS_DIAMOND_FALSE=''
JAVAC_LACKS_DIAMOND_TRUE=''
JAVAH=''
JAVAH_SUPPORTS_X_OPTIONS_FALSE=''
JAVAH_SUPPORTS_X_OPTIONS_TRUE=''
JDK_REVISION='none'
JPEG_LIBS=''
JRE_ARCH_DIR='arm'
LACKS_JAVAX_ANNOTATION_RESOURCE_FALSE=''
LACKS_JAVAX_ANNOTATION_RESOURCE_TRUE=''
LACKS_JAVAX_MANAGEMENT_MODELMBEAN_MODELMBEANINFO_FALSE=''
LACKS_JAVAX_MANAGEMENT_MODELMBEAN_MODELMBEANINFO_TRUE=''
LACKS_JAVAX_MANAGEMENT_REMOTE_JMXSERVICEURL_FALSE=''
LACKS_JAVAX_MANAGEMENT_REMOTE_JMXSERVICEURL_TRUE=''
LACKS_JAVAX_NET_SSL_SSLCONTEXT_GETDEFAULTSSLPARAMETERS_FALSE=''
LACKS_JAVAX_NET_SSL_SSLCONTEXT_GETDEFAULTSSLPARAMETERS_TRUE=''
LACKS_JAVAX_NET_SSL_SSLENGINE_SETSSLPARAMETERS_FALSE=''
LACKS_JAVAX_NET_SSL_SSLENGINE_SETSSLPARAMETERS_TRUE=''
LACKS_JAVAX_RMI_SSL_SSLRMISERVERSOCKETFACTORY_7_FALSE=''
LACKS_JAVAX_RMI_SSL_SSLRMISERVERSOCKETFACTORY_7_TRUE=''
LACKS_JAVAX_SWING_PLAF_BASIC_BASICDIRECTORYMODEL_ADDPROPERTYCHANGELISTENER_FALSE=''
LACKS_JAVAX_SWING_PLAF_BASIC_BASICDIRECTORYMODEL_ADDPROPERTYCHANGELISTENER_TRUE=''
LACKS_JAVA_UTIL_REGEX_MATCHER_QUOTEREPLACEMENT_FALSE=''
LACKS_JAVA_UTIL_REGEX_MATCHER_QUOTEREPLACEMENT_TRUE=''
LACKS_JAVA_UTIL_SCANNER_FALSE=''
LACKS_JAVA_UTIL_SCANNER_TRUE=''
LCMS2_CFLAGS=''
LCMS2_LIBS=''
LDD='ldd'
LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
LIBFFI_CFLAGS=''
LIBFFI_LIBS=''
LIBOBJS=''
LIBPULSE_CFLAGS=''
LIBPULSE_LIBS=''
LIBS=''
LINUX32='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32'
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_LDFLAGS=''
LLVM_LIBS=''
LSB_RELEASE='/usr/bin/lsb_release'
LTLIBOBJS=''
MAKE='/usr/bin/make'
MAKEINFO='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
NATIVE2ASCII=''
NO_BYTECODE7_FALSE=''
NO_BYTECODE7_TRUE=''
NSS_LIBDIR=''
OBJEXT='o'
OPENJDK_BUILD_DIR=''
OPENJDK_SRC_DIR='/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/openjdk'
OPENJDK_SRC_DIR_FOUND_FALSE=''
OPENJDK_SRC_DIR_FOUND_TRUE='#'
OPENJDK_SRC_DIR_HARDLINKABLE_FALSE=''
OPENJDK_SRC_DIR_HARDLINKABLE_TRUE='#'
OS_PATH=''
PACKAGE='icedtea'
PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net'
PACKAGE_NAME='icedtea'
PACKAGE_STRING='icedtea 2.3.12'
PACKAGE_TARNAME='icedtea'
PACKAGE_URL=''
PACKAGE_VERSION='2.3.12'
PARALLEL_JOBS=''
PATCH='/usr/bin/patch'
PATH_SEPARATOR=':'
PAX_COMMAND=''
PAX_COMMAND_ARGS=''
PKGVERSION=''
PNG_CFLAGS=''
PNG_LIBS=''
PROJECT_NAME=''
RHINO_JAR=''
RMIC=''
SET_MAKE=''
SHA256SUM='/usr/bin/sha256sum'
SHARK_BUILD_FALSE=''
SHARK_BUILD_TRUE=''
SHELL='/bin/bash'
SRC_DIR_HARDLINKABLE_FALSE='#'
SRC_DIR_HARDLINKABLE_TRUE=''
STRIP='arm-oe-linux-gnueabi-strip'
SYSTEM_JDK_DIR=''
TAR='/bin/tar'
TZDATA_DIR=''
UNZIP='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip'
USE_ALT_CACAO_SRC_ZIP_FALSE=''
USE_ALT_CACAO_SRC_ZIP_TRUE=''
USE_ALT_CORBA_SRC_ZIP_FALSE=''
USE_ALT_CORBA_SRC_ZIP_TRUE=''
USE_ALT_HOTSPOT_SRC_ZIP_FALSE=''
USE_ALT_HOTSPOT_SRC_ZIP_TRUE=''
USE_ALT_JAMVM_SRC_ZIP_FALSE=''
USE_ALT_JAMVM_SRC_ZIP_TRUE=''
USE_ALT_JAR_FALSE=''
USE_ALT_JAR_TRUE=''
USE_ALT_JAXP_SRC_ZIP_FALSE=''
USE_ALT_JAXP_SRC_ZIP_TRUE=''
USE_ALT_JAXWS_SRC_ZIP_FALSE=''
USE_ALT_JAXWS_SRC_ZIP_TRUE=''
USE_ALT_JDK_SRC_ZIP_FALSE=''
USE_ALT_JDK_SRC_ZIP_TRUE=''
USE_ALT_LANGTOOLS_SRC_ZIP_FALSE=''
USE_ALT_LANGTOOLS_SRC_ZIP_TRUE=''
USE_ALT_OPENJDK_SRC_ZIP_FALSE=''
USE_ALT_OPENJDK_SRC_ZIP_TRUE=''
USE_BSD_FALSE=''
USE_BSD_TRUE=''
USE_CACIOCAVALLO_FALSE=''
USE_CACIOCAVALLO_TRUE=''
USE_CLOSURES_FALSE=''
USE_CLOSURES_TRUE=''
USE_CVMI_FALSE=''
USE_CVMI_TRUE=''
USE_HG_FALSE=''
USE_HG_TRUE=''
USE_JDK7_FALSE=''
USE_JDK7_TRUE=''
USE_NIO2_FALSE=''
USE_NIO2_TRUE=''
USE_SYSCALL_COMPILATION_FALSE=''
USE_SYSCALL_COMPILATION_TRUE=''
USE_SYSTEM_CACAO_FALSE=''
USE_SYSTEM_CACAO_TRUE=''
USE_SYSTEM_FONTCONFIG_FALSE=''
USE_SYSTEM_FONTCONFIG_TRUE=''
USE_SYSTEM_GIF_FALSE=''
USE_SYSTEM_GIF_TRUE=''
USE_SYSTEM_GIO_FALSE=''
USE_SYSTEM_GIO_TRUE=''
USE_SYSTEM_GTK_FALSE=''
USE_SYSTEM_GTK_TRUE=''
USE_SYSTEM_JPEG_FALSE=''
USE_SYSTEM_JPEG_TRUE=''
USE_SYSTEM_LCMS_FALSE=''
USE_SYSTEM_LCMS_TRUE=''
USE_SYSTEM_PNG_FALSE=''
USE_SYSTEM_PNG_TRUE=''
USE_SYSTEM_ZLIB_FALSE=''
USE_SYSTEM_ZLIB_TRUE=''
USING_CACAO=''
USING_CACAO_FALSE=''
USING_CACAO_TRUE=''
USING_ECJ=''
VERSION='2.3.12'
VERSION_SUFFIX=''
WGET='/usr/bin/wget'
WITH_ALT_HSBUILD_FALSE=''
WITH_ALT_HSBUILD_TRUE='#'
WITH_HGREV_FALSE=''
WITH_HGREV_TRUE=''
WITH_PAX_FALSE=''
WITH_PAX_TRUE=''
WITH_RHINO_FALSE=''
WITH_RHINO_TRUE=''
WITH_TZDATA_DIR_FALSE=''
WITH_TZDATA_DIR_TRUE=''
X11_CFLAGS=''
X11_LIBS=''
XINERAMA_CFLAGS=''
XINERAMA_LIBS=''
XSLTPROC=''
XTST_CFLAGS=''
XTST_LIBS=''
XT_CFLAGS=''
XT_LIBS=''
XVFB_RUN_CMD=''
ZERO_ARCHDEF='ARM'
ZERO_BITSPERWORD='32'
ZERO_BUILD_FALSE='#'
ZERO_BUILD_TRUE=''
ZERO_ENDIANNESS='little'
ZERO_LIBARCH='arm'
ZIP='/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip'
ZLIB_CFLAGS=''
ZLIB_LIBS=''
abs_top_builddir='/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build'
abs_top_srcdir='/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_FASTJAR='fastjar'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='/usr/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_downloading=''
exec_prefix='/usr'
host='arm-oe-linux-gnueabi'
host_alias='arm-oe-linux-gnueabi'
host_cpu='arm'
host_os='linux-gnueabi'
host_vendor='oe'
htmldir='${docdir}'
includedir='/usr/include'
infodir='/usr/share/info'
install_sh='${SHELL} /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/install-sh'
libdir='/usr/lib'
libexecdir='/usr/lib/openjdk-7-jre'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/usr/sbin'
sharedstatedir='/com'
sysconfdir='/etc'
target_alias='arm-oe-linux-gnueabi'

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

/* confdefs.h */
#define PACKAGE_NAME "icedtea"
#define PACKAGE_TARNAME "icedtea"
#define PACKAGE_VERSION "2.3.12"
#define PACKAGE_STRING "icedtea 2.3.12"
#define PACKAGE_BUGREPORT "distro-pkg-dev@openjdk.java.net"
#define PACKAGE_URL ""
#define PACKAGE "icedtea"
#define VERSION "2.3.12"
#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 SIZEOF_VOID_P 4

configure: exit 2

[-- Attachment #3: log.do_configure.13578 --]
[-- Type: application/octet-stream, Size: 14102 bytes --]

DEBUG: Executing python function sysroot_cleansstate
DEBUG: Python function sysroot_cleansstate finished
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function autotools_preconfigure
DEBUG: Shell function autotools_preconfigure finished
DEBUG: Executing python function autotools_copy_aclocals
WARNING: /home/me/java/openembedded-core/build/tmp-eglibc/sstate-control/manifest-qemuarm-ecj-initial.populate_sysroot not found
WARNING: /home/me/java/openembedded-core/build/tmp-eglibc/sstate-control/manifest-qemuarm-libecj-bootstrap.populate_sysroot not found
WARNING: /home/me/java/openembedded-core/build/tmp-eglibc/sstate-control/manifest-qemuarm-cacao-initial.populate_sysroot not found
WARNING: /home/me/java/openembedded-core/build/tmp-eglibc/sstate-control/manifest-qemuarm-jikes-initial.populate_sysroot not found
WARNING: /home/me/java/openembedded-core/build/tmp-eglibc/sstate-control/manifest-qemuarm-classpath-initial.populate_sysroot not found
DEBUG: Python function autotools_copy_aclocals finished
DEBUG: Executing shell function do_configure
Configure with parallel-jobs: 16
automake (GNU automake) 1.14.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
AUTOV is 1.14
NOTE: Executing ACLOCAL="aclocal --system-acdir=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/aclocal-copy/ --automake-acdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.14" autoreconf --verbose --install --force --exclude=autopoint
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --system-acdir=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/aclocal-copy/ --automake-acdir=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.14 --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --foreign --add-missing --copy --force-missing
autoreconf: running: gnu-configize
autoreconf: Leaving directory `.'
NOTE: Running /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure  --build=x86_64-linux 		  --host=arm-oe-linux-gnueabi 		  --target=arm-oe-linux-gnueabi 		  --prefix=/usr 		  --exec_prefix=/usr 		  --bindir=/usr/bin 		  --sbindir=/usr/sbin 		  --libexecdir=/usr/lib/openjdk-7-jre 		  --datadir=/usr/share 		  --sysconfdir=/etc 		  --sharedstatedir=/com 		  --localstatedir=/var 		  --libdir=/usr/lib 		  --includedir=/usr/include 		  --oldincludedir=/usr/include 		  --infodir=/usr/share/info 		  --mandir=/usr/share/man 		  --disable-silent-rules 		  --disable-dependency-tracking 		  --with-libtool-sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm          --disable-tests 	--disable-hotspot-tests 	--disable-langtools-tests 	--disable-jdk-tests 	--disable-pulse-java 	--disable-docs 	--disable-nss 	--disable-system-lcms 	--disable-bootstrap 	        --enable-zero 		--with-jdk-home=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/jvm/icedtea6-native 	--with-rhino=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/share/java/rhino.jar 	        --with-openjdk-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e62743867f54.tar.bz2 	--with-hotspot-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/37b254871acb.tar.gz 	--with-corba-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/ea108ff3be9a.tar.gz 	--with-jaxp-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/332f0234a53e.tar.gz 	--with-jaxws-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/fdc4ad9f30c6.tar.gz 	--with-jdk-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/4a0cf2c05cc6.tar.gz 	--with-langtools-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/6c9b532f4281.tar.gz         --with-additional-vms=cacao,jamvm 	--with-cacao-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e215e36be9fc.tar.gz 	--with-jamvm-src-zip=/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz 		--with-parallel-jobs=16 		--with-pkgversion=25b30-2.3.12 	--with-cc-for-build=gcc          --enable-nls 
configure: WARNING: unrecognized options: --with-libtool-sysroot, --enable-nls
configure: loading site script /home/me/java/openembedded-core/meta/site/endian-little
configure: loading site script /home/me/java/openembedded-core/meta/site/arm-common
configure: loading site script /home/me/java/openembedded-core/meta/site/common-linux
configure: loading site script /home/me/java/openembedded-core/meta/site/common-glibc
configure: loading site script /home/me/java/openembedded-core/meta/site/arm-linux
configure: loading site script /home/me/java/openembedded-core/meta/site/common
configure: loading site script /home/me/java/openembedded-core/meta-openembedded/meta-oe/site/endian-little
configure: loading site script /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/eglibc_config
configure: loading site script /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/ncurses_config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-oe-linux-gnueabi-strip... arm-oe-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-oe-linux-gnueabi
checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm accepts -g... yes
checking for arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm option to accept ISO C89... none needed
checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm... none
checking whether we are using the GNU C++ compiler... yes
checking whether arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm accepts -g... yes
checking dependency style of arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm... none
checking for compiler used for subsidiary programs... gcc
checking for arm-oe-linux-gnueabi-make... no
checking for make... /usr/bin/make
configure: WARNING: using cross tools not prefixed with host triplet
checking for arm-oe-linux-gnueabi-gzip... no
checking for gzip... /bin/gzip
checking for arm-oe-linux-gnueabi-ant... no
checking for ant... /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
checking for arm-oe-linux-gnueabi-find... no
checking for find... /usr/bin/find
checking for arm-oe-linux-gnueabi-patch... no
checking for patch... /usr/bin/patch
checking for arm-oe-linux-gnueabi-tar... no
checking for tar... /bin/tar
checking for arm-oe-linux-gnueabi-chmod... no
checking for chmod... /bin/chmod
checking for arm-oe-linux-gnueabi-sha256sum... no
checking for sha256sum... /usr/bin/sha256sum
checking for arm-oe-linux-gnueabi-wget... no
checking for wget... /usr/bin/wget
checking for arm-oe-linux-gnueabi-zip... no
checking for zip... /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
checking for arm-oe-linux-gnueabi-unzip... no
checking for unzip... /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
checking for arm-oe-linux-gnueabi-cpio... no
checking for cpio... /bin/cpio
checking for arm-oe-linux-gnueabi-file... no
checking for file... /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
checking for arm-oe-linux-gnueabi-fastjar... no
checking for arm-oe-linux-gnueabi-jar... no
checking for fastjar... fastjar
checking for arm-oe-linux-gnueabi-ldd... no
checking for ldd... ldd
checking for arm-oe-linux-gnueabi-gawk... no
checking for gawk... /usr/bin/gawk
checking for arm-oe-linux-gnueabi-hg... no
checking for hg... no
checking for an OpenJDK source directory... /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/openjdk
checking for arm-oe-linux-gnueabi-lsb_release... no
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking how to run the C preprocessor... arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/java/openembedded-core/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether to use the zero-assembler port... yes
checking size of void *... (cached) 4
checking whether byte ordering is bigendian... (cached) no
checking which HotSpot build to use... default
checking for arm-oe-linux-gnueabi-linux32... no
checking for linux32... /home/me/java/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
checking version of GCC... 4.9.0 (major version 4, minor version 9)
checking for arm-oe-linux-gnueabi-getconf... no
checking for getconf... /usr/bin/getconf
checking the number of online processors... 16
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12... yes
checking whether to disable the execution of the JTReg tests... yes
checking whether to disable the execution of the HotSpot JTReg tests... yes
checking whether to disable the execution of the langtools JTReg tests... yes
checking whether to disable the execution of the JDK JTReg tests... yes
checking for xvfb-run... no
checking whether to include PulseAudio support... no
checking whether to build documentation... no
checking whether to include SystemTap tracing support... no
checking for system library directory... /usr/lib
checking whether to enable the NSS-based security provider... disabled by default (edit java.security to enable)
/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: syntax error near unexpected token `NSS,'
/home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: `PKG_CHECK_MODULES(NSS, nss, NSS_FOUND=yes, NSS_FOUND=no)'
Configure failed. The contents of all config.log files follows to aid debugging
ERROR: oe_runconf failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_configure (log file is located at /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/log.do_configure.13578)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: openjdk-7-jre do_configure error
  2014-07-28 13:20     ` openjdk-7-jre " MONDON Daniel
@ 2014-07-29 13:13       ` MONDON Daniel
  0 siblings, 0 replies; 6+ messages in thread
From: MONDON Daniel @ 2014-07-29 13:13 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1612 bytes --]

Hi,

The error starting from scratch.

Thanks
D.


------------------------------------------------------------------------------------------------------------------
Hi,

It's new. The compilation have succeed, but the error occurs after a git pull :(

Thanks
Daniel.

| /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: syntax error near unexpected token `NSS,'
| /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: `PKG_CHECK_MODULES(NSS, nss, NSS_FOUND=yes, NSS_FOUND=no)'
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/me/java/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/log.do_configure.13578)
ERROR: Task 6 (/home/me/java/openembedded-core/meta-java/recipes-core/openjdk/openjdk-7_25b30-2.3.12.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1951 tasks of which 1942 didn't need to be rerun and 1 failed.
No currently running tasks (1820 of 1960)

Summary: 1 task failed:
  /home/me/java/openembedded-core/meta-java/recipes-core/openjdk/openjdk-7_25b30-2.3.12.bb, do_configure
Summary: There were 5 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 129257 bytes --]

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

It was created by icedtea configure 2.3.12, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure --build=x86_64-linux --host=arm-oe-linux-gnueabi --target=arm-oe-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/openjdk-7-jre --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm --disable-tests --disable-hotspot-tests --disable-langtools-tests --disable-jdk-tests --disable-pulse-java --disable-docs --disable-nss --disable-system-lcms --disable-bootstrap --enable-zero --with-jdk-home=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/jvm/icedtea6-native --with-rhino=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/share/java/rhino.jar --with-openjdk-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e62743867f54.tar.bz2 --with-hotspot-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/37b254871acb.tar.gz --with-corba-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/ea108ff3be9a.tar.gz --with-jaxp-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/332f0234a53e.tar.gz --with-jaxws-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/fdc4ad9f30c6.tar.gz --with-jdk-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/4a0cf2c05cc6.tar.gz --with-langtools-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/6c9b532f4281.tar.gz --with-additional-vms=cacao,jamvm --with-cacao-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e215e36be9fc.tar.gz --with-jamvm-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz --with-parallel-jobs=16 --with-pkgversion=25b30-2.3.12 --with-cc-for-build=gcc --enable-nls

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

hostname = SPROD0104
uname -m = x86_64
uname -r = 3.13.0-30-generic
uname -s = Linux
uname -v = #55~precise1-Ubuntu SMP Fri Jul 4 21:52:00 UTC 2014

/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: /home/me/Java2/scripts
PATH: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi
PATH: /home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/bin/crossscripts
PATH: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/sbin
PATH: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin
PATH: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/sbin
PATH: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/bin
PATH: /home/me/Java2/scripts
PATH: /home/me/Java2/bitbake/bin
PATH: /home/me/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:2798: loading site script /home/me/Java2/meta/site/endian-little
| ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
| ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
| 
| # libnet
| ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil}
| 
| # libmemcached
| ac_cv_c_endian=little
configure:2798: loading site script /home/me/Java2/meta/site/arm-common
| # general
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
| ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
| ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
| ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| # apache
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # coreutils
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db (sleepycat)
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| # edb
| db_cv_spinlocks=${db_cv_spinlocks=no}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # fget
| compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes}
| compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
| compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
| 
| # fnmatch
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| glib_cv_has__inline=${glib_cv_has__inline=yes}
| glib_cv_has__inline__=${glib_cv_has__inline__=yes}
| glib_cv_hasinline=${glib_cv_hasinline=yes}
| glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| 
| # glib-2.0
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8}
| glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
| ac_cv_alignof_guint32=4
| ac_cv_alignof_guint64=8
| ac_cv_alignof_unsigned_long=4
| 
| #gstreamer
| as_cv_unaligned_access=${as_cv_unaligned_access=no}
| 
| # httppc
| ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
| 
| # jikes
| ac_cv_sizeof_wchar_t=4
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
| 
| # libesmtp
| acx_working_snprintf=${acx_working_snprintf=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libpcap
| ac_cv_linux_vers=${ac_cv_linux_vers=2}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # links
| ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
| 
| # nano
| ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
| nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=8
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=8
| ac_cv_alignof_CORBA_long_long=8
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=1
| ac_cv_alignof_CORBA_wchar=2
| 
| # php
| ac_cv_pread=${ac_cv_pread=no}
| ac_cv_pwrite=${ac_cv_pwrite=no}
| php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
| 
| # rsync
| rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
| rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}
| rsync_cv_HAVE_LONGLONG=${rsync_cv_HAVE_LONGLONG=yes}
| rsync_cv_HAVE_OFF64_T=${rsync_cv_HAVE_OFF64_T=no}
| rsync_cv_HAVE_SHORT_INO_T=${rsync_cv_HAVE_SHORT_INO_T=no}
| rsync_cv_HAVE_UNSIGNED_CHAR=${rsync_cv_HAVE_UNSIGNED_CHAR=no}
| rsync_cv_HAVE_BROKEN_READDIR=${rsync_cv_HAVE_BROKEN_READDIR=no}
| rsync_cv_HAVE_GETTIMEOFDAY_TZ=${rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| rsync_cv_HAVE_C99_VSNPRINTF=${rsync_cv_HAVE_C99_VSNPRINTF=yes}
| rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
| rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
| rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
| 
| # screen
| screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
| screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
| screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
| screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
| screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
| screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
| screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
| screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
| screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
| 
| # slrn
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
| 
| # socat
| ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
| sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
| 
| # ssh
| ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes}
| ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no}
| ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
| ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # evolution-data-server
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
| # at-spi2-core
| ac_cv_alignof_char=1
| ac_cv_alignof_dbind_pointer=4
| ac_cv_alignof_dbind_struct=1
| ac_cv_alignof_dbus_bool_t=4
| ac_cv_alignof_dbus_int16_t=2
| ac_cv_alignof_dbus_int32_t=4
| ac_cv_alignof_dbus_int64_t=8
| ac_cv_alignof_double=8
configure:2798: loading site script /home/me/Java2/meta/site/common-linux
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
| 
| # samba
| samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
| samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
| samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
| samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
| 
| # db
| db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
| db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
| db_cv_path_cp=${db_cv_path_cp=/bin/cp}
| db_cv_path_ln=${db_cv_path_ln=/bin/ln}
| db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
| db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
| db_cv_path_rm=${db_cv_path_rm=/bin/rm}
| db_cv_path_sh=${db_cv_path_sh=/bin/sh}
| db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
| 
| # bash
| bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
| bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
| bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
| bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
| bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
| bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
| bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
| bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
| bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
| bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
| bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
| bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
| bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
| bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
| 
| # coreutils
| gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
| 
| # mysql
| ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # TCL
| tcl_cv_api_serial=${tcl_cv_api_serial=termios}
| 
| # python
| ac_cv_have_long_long_format=yes
| 
| # apache
| ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
configure:2798: loading site script /home/me/Java2/meta/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}
| ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
| ac_cv_func_getpgrp_void=yes
| ac_cv_func_setpgrp_void=yes
| ac_cv_func_setgrent_void=yes
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # bash
| bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
| bash_cv_sys_siglist=${bash_cv_sys_siglist=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # glib
| glib_cv_strlcpy=${glib_cv_strlcpy=no}
| ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes}
| ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes}
| ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
| glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| # glib-1.x requires this and pkgconfig-native / pkgconfig-nativesdk use
| # that to avoid a dependency loop.
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_have_qsort_r=${glib_cv_have_qsort_r=yes}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| #gcc-zlib
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| 
| # squid
| ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| ac_cv_epoll_works=${ac_cv_epoll_works=yes}
| 
| ac_cv_check_sjlj=ssjlj
| 
| # m4
| gt_cv_locale_fr=${gt_cv_locale_fr=fr_FR}
| gl_cv_func_btowc_eof=${gl_cv_func_btowc_eof=yes}
| gl_cv_func_wcrtomb_retval=${gl_cv_func_wcrtomb_retval=yes}
| gl_cv_func_wctob_works=${gl_cv_func_wctob_works=yes}
| gl_cv_func_mbrtowc_incomplete_state=${gl_cv_func_mbrtowc_incomplete_state=yes}
| gl_cv_func_mbrtowc_sanitycheck=${gl_cv_func_mbrtowc_sanitycheck=yes}
| gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
| gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
| gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| 
| # Xorg
| xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes}
configure:2798: loading site script /home/me/Java2/meta/site/arm-linux
| ac_cv_func_setvbuf_reversed=no
| ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
| ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| 
| ac_cv_uchar=${ac_cv_uchar=no}
| ac_cv_uint=${ac_cv_uint=yes}
| ac_cv_ulong=${ac_cv_ulong=yes}
| ac_cv_ushort=${ac_cv_ushort=yes}
| ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
| 
| # samba
| samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=${samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes}
| samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=${samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no}
| samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
| samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
| samba_cv_HAVE_BROKEN_LINUX_SENDFILE=${samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes}
| samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}
| samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no}
| samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes}
| samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no}
| samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes}
| samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
| samba_cv_HAVE_DQB_FSOFTLIMIT=${samba_cv_HAVE_DQB_FSOFTLIMIT=no}
| samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=${samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes}
| samba_cv_HAVE_FAM_H=${samba_cv_HAVE_FAM_H=no}
| samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
| samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
| samba_cv_HAVE_FUNCTION_MACRO=${samba_cv_HAVE_FUNCTION_MACRO=yes}
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
| samba_cv_HAVE_INT16_FROM_RPC_RPC_H=${samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_INT32_FROM_RPC_RPC_H=${samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
| samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
| samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
| samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes}
| samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes}
| samba_cv_HAVE_NATIVE_ICONV=${samba_cv_HAVE_NATIVE_ICONV=yes}
| samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no}
| samba_cv_HAVE_ROOT=${samba_cv_HAVE_ROOT=yes}
| samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=${samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no}
| samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes}
| samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes}
| samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes}
| samba_cv_HAVE_SOCK_SIN_LEN=${samba_cv_HAVE_SOCK_SIN_LEN=no}
| samba_cv_HAVE_STAT_ST_BLKSIZE=${samba_cv_HAVE_STAT_ST_BLKSIZE=yes}
| samba_cv_HAVE_STAT_ST_BLOCKS=${samba_cv_HAVE_STAT_ST_BLOCKS=yes}
| samba_cv_HAVE_STRUCT_DIR64=${samba_cv_HAVE_STRUCT_DIR64=no}
| samba_cv_HAVE_STRUCT_DIRENT64=${samba_cv_HAVE_STRUCT_DIRENT64=yes}
| samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
| samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no}
| samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes}
| samba_cv_HAVE_UTIMBUF=${samba_cv_HAVE_UTIMBUF=yes}
| samba_cv_HAVE_UT_UT_ADDR=${samba_cv_HAVE_UT_UT_ADDR=yes}
| samba_cv_HAVE_UT_UT_EXIT=${samba_cv_HAVE_UT_UT_EXIT=yes}
| samba_cv_HAVE_UT_UT_HOST=${samba_cv_HAVE_UT_UT_HOST=yes}
| samba_cv_HAVE_UT_UT_ID=${samba_cv_HAVE_UT_UT_ID=yes}
| samba_cv_HAVE_UT_UT_NAME=${samba_cv_HAVE_UT_UT_NAME=yes}
| samba_cv_HAVE_UT_UT_PID=${samba_cv_HAVE_UT_UT_PID=yes}
| samba_cv_HAVE_UT_UT_TIME=${samba_cv_HAVE_UT_UT_TIME=yes}
| samba_cv_HAVE_UT_UT_TV=${samba_cv_HAVE_UT_UT_TV=yes}
| samba_cv_HAVE_UT_UT_TYPE=${samba_cv_HAVE_UT_UT_TYPE=yes}
| samba_cv_HAVE_UT_UT_USER=${samba_cv_HAVE_UT_UT_USER=yes}
| samba_cv_HAVE_UX_UT_SYSLEN=${samba_cv_HAVE_UX_UT_SYSLEN=no}
| samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
| samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes}
| samba_cv_HAVE_Werror=${samba_cv_HAVE_Werror=yes}
| samba_cv_PUTUTLINE_RETURNS_UTMP=${samba_cv_PUTUTLINE_RETURNS_UTMP=yes}
| samba_cv_QUOTA_WORKS=${samba_cv_QUOTA_WORKS=yes}
| samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes}
| samba_cv_REPLACE_GETPASS=${samba_cv_REPLACE_GETPASS=yes}
| samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no}
| samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no}
| samba_cv_RUN_QUOTA_TESTS=${samba_cv_RUN_QUOTA_TESTS=yes}
| samba_cv_SEEKDIR_RETURNS_VOID=${samba_cv_SEEKDIR_RETURNS_VOID=yes}
| samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes}
| samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
| samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
| samba_cv_SYSCONF_SC_NGROUPS_MAX=${samba_cv_SYSCONF_SC_NGROUPS_MAX=yes}
| samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=${samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes}
| samba_cv_SYSCONF_SC_NPROC_ONLN=${samba_cv_SYSCONF_SC_NPROC_ONLN=no}
| samba_cv_SYSCONF_SC_PAGESIZE=${samba_cv_SYSCONF_SC_PAGESIZE=yes}
| samba_cv_SYSQUOTA_FOUND=${samba_cv_SYSQUOTA_FOUND=yes}
| samba_cv_SYSQUOTA_WORKS=${samba_cv_SYSQUOTA_WORKS=yes}
| samba_cv_SYSQUOTA_WORKS_XFS=${samba_cv_SYSQUOTA_WORKS_XFS=yes}
| samba_cv_TRY_QUOTAS=${samba_cv_TRY_QUOTAS=no}
| samba_cv_TRY_SYS_QUOTAS=${samba_cv_TRY_SYS_QUOTAS=yes}
| samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
| samba_cv_WE_USE_SYS_QUOTAS=${samba_cv_WE_USE_SYS_QUOTAS=yes}
| samba_cv_WITH_AFS=${samba_cv_WITH_AFS=no}
| samba_cv_WITH_FAKE_KASERVER=${samba_cv_WITH_FAKE_KASERVER=no}
| samba_cv_WITH_QUOTAS=${samba_cv_WITH_QUOTAS=auto}
| samba_cv_WITH_SYS_QUOTAS=${samba_cv_WITH_SYS_QUOTAS=auto}
| samba_cv_WITH_VFS_AFSACL=${samba_cv_WITH_VFS_AFSACL=no}
| samba_cv_compiler_supports_ll=${samba_cv_compiler_supports_ll=yes}
| samba_cv_found_xfs_header=${samba_cv_found_xfs_header=yes}
| samba_cv_have_longlong=${samba_cv_have_longlong=yes}
| samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
| samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
| samba_cv_immediate_structures=${samba_cv_immediate_structures=yes}
| samba_cv_optimize_out_funcation_calls=${samba_cv_optimize_out_funcation_calls=yes}
| samba_cv_sig_atomic_t=${samba_cv_sig_atomic_t=yes}
| samba_cv_socklen_t=${samba_cv_socklen_t=yes}
| samba_cv_struct_timespec=${samba_cv_struct_timespec=yes}
| samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_linux.c}
| samba_cv_unixsocket=${samba_cv_unixsocket=yes}
| samba_cv_volatile=${samba_cv_volatile=yes}
| 
| #older sambe defines
| samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
| samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
| samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
| samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # lftp
| ac_cv_file___dev_ptc_=yes
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| # gnet
| ac_cv_member_struct_sockaddr_sa_len=${ac_cv_member_struct_sockaddr_sa_len=no}
| ac_cv_gnet_have_abstract_sockets=${ac_cv_gnet_have_abstract_sockets=no}
| gnet_sockaddr_family_field_name=${gnet_sockaddr_family_field_name=ss_family}
configure:2798: loading site script /home/me/Java2/meta/site/common
| # libelf
| mr_cv_target_elf=${mr_cv_target_elf=yes}
| 
| # Normally kernels have /dev/random enabled
| ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
| 
| # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
| # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
| sudo_cv_func_unsetenv_void=no
| 
| # shadow dir info, to avoid searching build system
| shadow_cv_maildir=${localstatedir}/spool/mail
| shadow_cv_mailfile=Mailbox
| shadow_cv_utmpdir=${localstatedir}/run
| shadow_cv_logdir=${localstatedir}/log
| shadow_cv_passwd_dir=${bindir}
| 
| # python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
| ac_cv_buggy_getaddrinfo=no
| 
| ac_cv_path_SED=sed
configure:2798: loading site script /home/me/Java2/meta-openembedded/meta-oe/site/endian-little
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
configure:2798: loading site script /home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/eglibc_config
| ac_cv_func___adjtimex=${ac_cv_func___adjtimex=yes}
| ac_cv_func___argz_count=${ac_cv_func___argz_count=yes}
| ac_cv_func___argz_next=${ac_cv_func___argz_next=yes}
| ac_cv_func___argz_stringify=${ac_cv_func___argz_stringify=yes}
| ac_cv_func___fpending=${ac_cv_func___fpending=yes}
| ac_cv_func___fsetlocking=${ac_cv_func___fsetlocking=yes}
| ac_cv_func___progname=${ac_cv_func___progname=yes}
| ac_cv_func___secure_getenv=${ac_cv_func___secure_getenv=no}
| ac_cv_func__obstack_free=${ac_cv_func__obstack_free=yes}
| ac_cv_func__setjmp=${ac_cv_func__setjmp=yes}
| ac_cv_func__sys_siglist=${ac_cv_func__sys_siglist=yes}
| ac_cv_func_a64l=${ac_cv_func_a64l=yes}
| ac_cv_func_abs=${ac_cv_func_abs=yes}
| ac_cv_func_access=${ac_cv_func_access=yes}
| ac_cv_func_alarm=${ac_cv_func_alarm=yes}
| ac_cv_func_alphasort=${ac_cv_func_alphasort=yes}
| ac_cv_func_argz_append=${ac_cv_func_argz_append=yes}
| ac_cv_func_argz_create_sep=${ac_cv_func_argz_create_sep=yes}
| ac_cv_func_argz_insert=${ac_cv_func_argz_insert=yes}
| ac_cv_func_argz_next=${ac_cv_func_argz_next=yes}
| ac_cv_func_argz_stringify=${ac_cv_func_argz_stringify=yes}
| ac_cv_func_asprintf=${ac_cv_func_asprintf=yes}
| ac_cv_func_atexit=${ac_cv_func_atexit=yes}
| ac_cv_func_atof=${ac_cv_func_atof=yes}
| ac_cv_func_atoi=${ac_cv_func_atoi=yes}
| ac_cv_func_bcmp=${ac_cv_func_bcmp=yes}
| ac_cv_func_bcopy=${ac_cv_func_bcopy=yes}
| ac_cv_func_bind_textdomain_codeset=${ac_cv_func_bind_textdomain_codeset=yes}
| ac_cv_func_bindresvport=${ac_cv_func_bindresvport=yes}
| ac_cv_func_btowc=${ac_cv_func_btowc=yes}
| ac_cv_func_bzero=${ac_cv_func_bzero=yes}
| ac_cv_func_calloc=${ac_cv_func_calloc=yes}
| ac_cv_func_canonicalize_file_name=${ac_cv_func_canonicalize_file_name=yes}
| ac_cv_func_catgets=${ac_cv_func_catgets=yes}
| ac_cv_func_cfgetospeed=${ac_cv_func_cfgetospeed=yes}
| ac_cv_func_cfsetispeed=${ac_cv_func_cfsetispeed=yes}
| ac_cv_func_cfsetspeed=${ac_cv_func_cfsetspeed=yes}
| ac_cv_func_chmod=${ac_cv_func_chmod=yes}
| ac_cv_func_chown=${ac_cv_func_chown=yes}
| ac_cv_func_chroot=${ac_cv_func_chroot=yes}
| ac_cv_func_clock=${ac_cv_func_clock=yes}
| ac_cv_func_close=${ac_cv_func_close=yes}
| ac_cv_func_closedir=${ac_cv_func_closedir=yes}
| ac_cv_func_closelog=${ac_cv_func_closelog=yes}
| ac_cv_func_confstr=${ac_cv_func_confstr=yes}
| ac_cv_func_connect=${ac_cv_func_connect=yes}
| ac_cv_func_daemon=${ac_cv_func_daemon=yes}
| ac_cv_func_dcgettext=${ac_cv_func_dcgettext=yes}
| ac_cv_func_difftime=${ac_cv_func_difftime=yes}
| ac_cv_func_dirfd=${ac_cv_func_dirfd=yes}
| ac_cv_func_dirname=${ac_cv_func_dirname=yes}
| ac_cv_func_dngettext=${ac_cv_func_dngettext=yes}
| ac_cv_func_dup2=${ac_cv_func_dup2=yes}
| ac_cv_func_ecvt=${ac_cv_func_ecvt=yes}
| ac_cv_func_endgrent=${ac_cv_func_endgrent=yes}
| ac_cv_func_endmntent=${ac_cv_func_endmntent=yes}
| ac_cv_func_endpwent=${ac_cv_func_endpwent=yes}
| ac_cv_func_endutent=${ac_cv_func_endutent=yes}
| ac_cv_func_endutxent=${ac_cv_func_endutxent=yes}
| ac_cv_func_epoll_ctl=${ac_cv_func_epoll_ctl=yes}
| ac_cv_func_err=${ac_cv_func_err=yes}
| ac_cv_func_ether_hostton=${ac_cv_func_ether_hostton=yes}
| ac_cv_func_ether_ntohost=${ac_cv_func_ether_ntohost=yes}
| ac_cv_func_euidaccess=${ac_cv_func_euidaccess=yes}
| ac_cv_func_execv=${ac_cv_func_execv=yes}
| ac_cv_func_fchdir=${ac_cv_func_fchdir=yes}
| ac_cv_func_fchmod=${ac_cv_func_fchmod=yes}
| ac_cv_func_fchmodat=${ac_cv_func_fchmodat=yes}
| ac_cv_func_fchown=${ac_cv_func_fchown=yes}
| ac_cv_func_fchownat=${ac_cv_func_fchownat=yes}
| ac_cv_func_fcntl=${ac_cv_func_fcntl=yes}
| ac_cv_func_fcvt=${ac_cv_func_fcvt=yes}
| ac_cv_func_fdatasync=${ac_cv_func_fdatasync=yes}
| ac_cv_func_fdopendir=${ac_cv_func_fdopendir=yes}
| ac_cv_func_feof_unlocked=${ac_cv_func_feof_unlocked=yes}
| ac_cv_func_fgets_unlocked=${ac_cv_func_fgets_unlocked=yes}
| ac_cv_func_fgetxattr=${ac_cv_func_fgetxattr=yes}
| ac_cv_func_finite=${ac_cv_func_finite=yes}
| ac_cv_func_flistxattr=${ac_cv_func_flistxattr=yes}
| ac_cv_func_flock=${ac_cv_func_flock=yes}
| ac_cv_func_flockfile=${ac_cv_func_flockfile=yes}
| ac_cv_func_fnmatch=${ac_cv_func_fnmatch=yes}
| ac_cv_func_fork=${ac_cv_func_fork=yes}
| ac_cv_func_fpathconf=${ac_cv_func_fpathconf=yes}
| ac_cv_func_fprintf=${ac_cv_func_fprintf=yes}
| ac_cv_func_free=${ac_cv_func_free=yes}
| ac_cv_func_freeaddrinfo=${ac_cv_func_freeaddrinfo=yes}
| ac_cv_func_freeifaddrs=${ac_cv_func_freeifaddrs=yes}
| ac_cv_func_fseeko=${ac_cv_func_fseeko=yes}
| ac_cv_func_fsetxattr=${ac_cv_func_fsetxattr=yes}
| ac_cv_func_fstat64=${ac_cv_func_fstat64=yes}
| ac_cv_func_fstat=${ac_cv_func_fstat=yes}
| ac_cv_func_fstatfs=${ac_cv_func_fstatfs=yes}
| ac_cv_func_fsync=${ac_cv_func_fsync=yes}
| ac_cv_func_ftello=${ac_cv_func_ftello=yes}
| ac_cv_func_ftime=${ac_cv_func_ftime=yes}
| ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes}
| ac_cv_func_funlockfile=${ac_cv_func_funlockfile=yes}
| ac_cv_func_futimes=${ac_cv_func_futimes=yes}
| ac_cv_func_futimesat=${ac_cv_func_futimesat=yes}
| ac_cv_func_gai_strerror=${ac_cv_func_gai_strerror=yes}
| ac_cv_func_gcvt=${ac_cv_func_gcvt=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| ac_cv_func_getc_unlocked=${ac_cv_func_getc_unlocked=yes}
| ac_cv_func_getcwd=${ac_cv_func_getcwd=yes}
| ac_cv_func_getdelim=${ac_cv_func_getdelim=yes}
| ac_cv_func_getdomainname=${ac_cv_func_getdomainname=yes}
| ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize=yes}
| ac_cv_func_getegid=${ac_cv_func_getegid=yes}
| ac_cv_func_getenv=${ac_cv_func_getenv=yes}
| ac_cv_func_geteuid=${ac_cv_func_geteuid=yes}
| ac_cv_func_getgid=${ac_cv_func_getgid=yes}
| ac_cv_func_getgrent=${ac_cv_func_getgrent=yes}
| ac_cv_func_getgrent_r=${ac_cv_func_getgrent_r=yes}
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes}
| ac_cv_func_getgrnam_r=${ac_cv_func_getgrnam_r=yes}
| ac_cv_func_getgrouplist=${ac_cv_func_getgrouplist=yes}
| ac_cv_func_getgroups=${ac_cv_func_getgroups=yes}
| ac_cv_func_gethostbyaddr_r=${ac_cv_func_gethostbyaddr_r=yes}
| ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes}
| ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes}
| ac_cv_func_gethostbyname_r=${ac_cv_func_gethostbyname_r=yes}
| ac_cv_func_gethostent=${ac_cv_func_gethostent=yes}
| ac_cv_func_gethostid=${ac_cv_func_gethostid=yes}
| ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
| ac_cv_func_getifaddrs=${ac_cv_func_getifaddrs=yes}
| ac_cv_func_getline=${ac_cv_func_getline=yes}
| ac_cv_func_getloadavg=${ac_cv_func_getloadavg=yes}
| ac_cv_func_getmntent=${ac_cv_func_getmntent=yes}
| ac_cv_func_getmsg=${ac_cv_func_getmsg=no}
| ac_cv_func_getnameinfo=${ac_cv_func_getnameinfo=yes}
| ac_cv_func_getnetbyaddr_r=${ac_cv_func_getnetbyaddr_r=yes}
| ac_cv_func_getnetgrent_r=${ac_cv_func_getnetgrent_r=yes}
| ac_cv_func_getopt=${ac_cv_func_getopt=yes}
| ac_cv_func_getopt_long=${ac_cv_func_getopt_long=yes}
| ac_cv_func_getopt_long_only=${ac_cv_func_getopt_long_only=yes}
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_getpass=${ac_cv_func_getpass=yes}
| ac_cv_func_getpeername=${ac_cv_func_getpeername=yes}
| ac_cv_func_getpgrp=${ac_cv_func_getpgrp=yes}
| ac_cv_func_getpid=${ac_cv_func_getpid=yes}
| ac_cv_func_getppid=${ac_cv_func_getppid=yes}
| ac_cv_func_getprotoent_r=${ac_cv_func_getprotoent_r=yes}
| ac_cv_func_getpwent=${ac_cv_func_getpwent=yes}
| ac_cv_func_getpwent_r=${ac_cv_func_getpwent_r=yes}
| ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes}
| ac_cv_func_getpwnam_r=${ac_cv_func_getpwnam_r=yes}
| ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_getresuid=${ac_cv_func_getresuid=yes}
| ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes}
| ac_cv_func_getrusage=${ac_cv_func_getrusage=yes}
| ac_cv_func_getservbyname=${ac_cv_func_getservbyname=yes}
| ac_cv_func_getservbyname_r=${ac_cv_func_getservbyname_r=yes}
| ac_cv_func_getservbyport_r=${ac_cv_func_getservbyport_r=yes}
| ac_cv_func_getservent=${ac_cv_func_getservent=yes}
| ac_cv_func_getservent_r=${ac_cv_func_getservent_r=yes}
| ac_cv_func_getspnam=${ac_cv_func_getspnam=yes}
| ac_cv_func_getspnam_r=${ac_cv_func_getspnam_r=yes}
| ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
| ac_cv_func_getttyent=${ac_cv_func_getttyent=yes}
| ac_cv_func_getttynam=${ac_cv_func_getttynam=yes}
| ac_cv_func_getuid=${ac_cv_func_getuid=yes}
| ac_cv_func_getusershell=${ac_cv_func_getusershell=yes}
| ac_cv_func_getutent=${ac_cv_func_getutent=yes}
| ac_cv_func_getutid=${ac_cv_func_getutid=yes}
| ac_cv_func_getutline=${ac_cv_func_getutline=yes}
| ac_cv_func_getutmp=${ac_cv_func_getutmp=yes}
| ac_cv_func_getutmpx=${ac_cv_func_getutmpx=yes}
| ac_cv_func_getutxent=${ac_cv_func_getutxent=yes}
| ac_cv_func_getutxid=${ac_cv_func_getutxid=yes}
| ac_cv_func_getutxline=${ac_cv_func_getutxline=yes}
| ac_cv_func_getwd=${ac_cv_func_getwd=yes}
| ac_cv_func_getxattr=${ac_cv_func_getxattr=yes}
| ac_cv_func_glob=${ac_cv_func_glob=yes}
| ac_cv_func_gmtime=${ac_cv_func_gmtime=yes}
| ac_cv_func_gmtime_r=${ac_cv_func_gmtime_r=yes}
| ac_cv_func_grantpt=${ac_cv_func_grantpt=yes}
| ac_cv_func_group_member=${ac_cv_func_group_member=yes}
| ac_cv_func_herror=${ac_cv_func_herror=yes}
| ac_cv_func_hstrerror=${ac_cv_func_hstrerror=yes}
| ac_cv_func_iconv=${ac_cv_func_iconv=yes}
| ac_cv_func_iconv_open=${ac_cv_func_iconv_open=yes}
| ac_cv_func_if_freenameindex=${ac_cv_func_if_freenameindex=yes}
| ac_cv_func_if_indextoname=${ac_cv_func_if_indextoname=yes}
| ac_cv_func_if_nameindex=${ac_cv_func_if_nameindex=yes}
| ac_cv_func_if_nametoindex=${ac_cv_func_if_nametoindex=yes}
| ac_cv_func_index=${ac_cv_func_index=yes}
| ac_cv_func_inet_addr=${ac_cv_func_inet_addr=yes}
| ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes}
| ac_cv_func_inet_ntoa=${ac_cv_func_inet_ntoa=yes}
| ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes}
| ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes}
| ac_cv_func_initgroups=${ac_cv_func_initgroups=yes}
| ac_cv_func_innetgr=${ac_cv_func_innetgr=yes}
| ac_cv_func_iruserok=${ac_cv_func_iruserok=yes}
| ac_cv_func_isascii=${ac_cv_func_isascii=yes}
| ac_cv_func_isatty=${ac_cv_func_isatty=yes}
| ac_cv_func_isblank=${ac_cv_func_isblank=yes}
| ac_cv_func_isgraph=${ac_cv_func_isgraph=yes}
| ac_cv_func_isinf=${ac_cv_func_isinf=yes}
| ac_cv_func_isnan=${ac_cv_func_isnan=yes}
| ac_cv_func_isprint=${ac_cv_func_isprint=yes}
| ac_cv_func_isspace=${ac_cv_func_isspace=yes}
| ac_cv_func_iswalnum=${ac_cv_func_iswalnum=yes}
| ac_cv_func_iswcntrl=${ac_cv_func_iswcntrl=yes}
| ac_cv_func_iswctype=${ac_cv_func_iswctype=yes}
| ac_cv_func_iswprint=${ac_cv_func_iswprint=yes}
| ac_cv_func_iswspace=${ac_cv_func_iswspace=yes}
| ac_cv_func_iswupper=${ac_cv_func_iswupper=yes}
| ac_cv_func_isxdigit=${ac_cv_func_isxdigit=yes}
| ac_cv_func_kill=${ac_cv_func_kill=yes}
| ac_cv_func_kilme=${ac_cv_func_kilme=yes}
| ac_cv_func_lchown=${ac_cv_func_lchown=yes}
| ac_cv_func_lckpwdf=${ac_cv_func_lckpwdf=yes}
| ac_cv_func_lgetxattr=${ac_cv_func_lgetxattr=yes}
| ac_cv_func_link=${ac_cv_func_link=yes}
| ac_cv_func_listxattr=${ac_cv_func_listxattr=yes}
| ac_cv_func_llistxattr=${ac_cv_func_llistxattr=yes}
| ac_cv_func_localtime=${ac_cv_func_localtime=yes}
| ac_cv_func_localtime_r=${ac_cv_func_localtime_r=yes}
| ac_cv_func_lockf=${ac_cv_func_lockf=yes}
| ac_cv_func_lrand48=${ac_cv_func_lrand48=yes}
| ac_cv_func_lsearch=${ac_cv_func_lsearch=yes}
| ac_cv_func_lseek64=${ac_cv_func_lseek64=yes}
| ac_cv_func_lsetxattr=${ac_cv_func_lsetxattr=yes}
| ac_cv_func_lstat=${ac_cv_func_lstat=yes}
| ac_cv_func_mallinfo=${ac_cv_func_mallinfo=yes}
| ac_cv_func_malloc=${ac_cv_func_malloc=yes}
| ac_cv_func_mblen=${ac_cv_func_mblen=yes}
| ac_cv_func_mbrlen=${ac_cv_func_mbrlen=yes}
| ac_cv_func_mbrtowc=${ac_cv_func_mbrtowc=yes}
| ac_cv_func_mbsinit=${ac_cv_func_mbsinit=yes}
| ac_cv_func_mbsrtowcs=${ac_cv_func_mbsrtowcs=yes}
| ac_cv_func_mbtowc=${ac_cv_func_mbtowc=yes}
| ac_cv_func_memalign=${ac_cv_func_memalign=yes}
| ac_cv_func_memchr=${ac_cv_func_memchr=yes}
| ac_cv_func_memcmp=${ac_cv_func_memcmp=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_memmove=${ac_cv_func_memmove=yes}
| ac_cv_func_mempcpy=${ac_cv_func_mempcpy=yes}
| ac_cv_func_memrchr=${ac_cv_func_memrchr=yes}
| ac_cv_func_memset=${ac_cv_func_memset=yes}
| ac_cv_func_mkdir=${ac_cv_func_mkdir=yes}
| ac_cv_func_mkdirat=${ac_cv_func_mkdirat=yes}
| ac_cv_func_mkdtemp=${ac_cv_func_mkdtemp=yes}
| ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes}
| ac_cv_func_mknod=${ac_cv_func_mknod=yes}
| ac_cv_func_mkstemp64=${ac_cv_func_mkstemp64=yes}
| ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes}
| ac_cv_func_mktime=${ac_cv_func_mktime=yes}
| ac_cv_func_mlock=${ac_cv_func_mlock=yes}
| ac_cv_func_mmap=${ac_cv_func_mmap=yes}
| ac_cv_func_mtrace=${ac_cv_func_mtrace=yes}
| ac_cv_func_munlock=${ac_cv_func_munlock=yes}
| ac_cv_func_munmap=${ac_cv_func_munmap=yes}
| ac_cv_func_nanosleep=${ac_cv_func_nanosleep=yes}
| ac_cv_func_nice=${ac_cv_func_nice=yes}
| ac_cv_func_nl_langinfo=${ac_cv_func_nl_langinfo=yes}
| ac_cv_func_ntp_adjtime=${ac_cv_func_ntp_adjtime=yes}
| ac_cv_func_ntp_gettime=${ac_cv_func_ntp_gettime=yes}
| ac_cv_func_on_exit=${ac_cv_func_on_exit=yes}
| ac_cv_func_open64=${ac_cv_func_open64=yes}
| ac_cv_func_open=${ac_cv_func_open=yes}
| ac_cv_func_openat=${ac_cv_func_openat=yes}
| ac_cv_func_opendir=${ac_cv_func_opendir=yes}
| ac_cv_func_openlog=${ac_cv_func_openlog=yes}
| ac_cv_func_pathconf=${ac_cv_func_pathconf=yes}
| ac_cv_func_pipe=${ac_cv_func_pipe=yes}
| ac_cv_func_poll=${ac_cv_func_poll=yes}
| ac_cv_func_popen=${ac_cv_func_popen=yes}
| ac_cv_func_posix_memalign=${ac_cv_func_posix_memalign=yes}
| ac_cv_func_prctl=${ac_cv_func_prctl=yes}
| ac_cv_func_pread=${ac_cv_func_pread=yes}
| ac_cv_func_printf=${ac_cv_func_printf=yes}
| ac_cv_func_pselect=${ac_cv_func_pselect=yes}
| ac_cv_func_pthread_mutex_lock=${ac_cv_func_pthread_mutex_lock=yes}
| ac_cv_func_ptsname=${ac_cv_func_ptsname=yes}
| ac_cv_func_putenv=${ac_cv_func_putenv=yes}
| ac_cv_func_putgrent=${ac_cv_func_putgrent=yes}
| ac_cv_func_putpwent=${ac_cv_func_putpwent=yes}
| ac_cv_func_putspent=${ac_cv_func_putspent=yes}
| ac_cv_func_pututline=${ac_cv_func_pututline=yes}
| ac_cv_func_pututxline=${ac_cv_func_pututxline=yes}
| ac_cv_func_putwc=${ac_cv_func_putwc=yes}
| ac_cv_func_pwrite=${ac_cv_func_pwrite=yes}
| ac_cv_func_qsort=${ac_cv_func_qsort=yes}
| ac_cv_func_raise=${ac_cv_func_raise=yes}
| ac_cv_func_rand=${ac_cv_func_rand=yes}
| ac_cv_func_rand_r=${ac_cv_func_rand_r=yes}
| ac_cv_func_random=${ac_cv_func_random=yes}
| ac_cv_func_re_comp=${ac_cv_func_re_comp=yes}
| ac_cv_func_re_exec=${ac_cv_func_re_exec=yes}
| ac_cv_func_re_search=${ac_cv_func_re_search=yes}
| ac_cv_func_read=${ac_cv_func_read=yes}
| ac_cv_func_readdir=${ac_cv_func_readdir=yes}
| ac_cv_func_readdir_r=${ac_cv_func_readdir_r=yes}
| ac_cv_func_readlink=${ac_cv_func_readlink=yes}
| ac_cv_func_realloc=${ac_cv_func_realloc=yes}
| ac_cv_func_realpath=${ac_cv_func_realpath=yes}
| ac_cv_func_recvmsg=${ac_cv_func_recvmsg=yes}
| ac_cv_func_regcomp=${ac_cv_func_regcomp=yes}
| ac_cv_func_regexec=${ac_cv_func_regexec=yes}
| ac_cv_func_remove=${ac_cv_func_remove=yes}
| ac_cv_func_rename=${ac_cv_func_rename=yes}
| ac_cv_func_rmdir=${ac_cv_func_rmdir=yes}
| ac_cv_func_rpmatch=${ac_cv_func_rpmatch=yes}
| ac_cv_func_rresvport_af=${ac_cv_func_rresvport_af=yes}
| ac_cv_func_ruserok=${ac_cv_func_ruserok=yes}
| ac_cv_func_ruserok_af=${ac_cv_func_ruserok_af=yes}
| ac_cv_func_sbrk=${ac_cv_func_sbrk=yes}
| ac_cv_func_scandir=${ac_cv_func_scandir=yes}
| ac_cv_func_sched_setscheduler=${ac_cv_func_sched_setscheduler=yes}
| ac_cv_func_sched_yield=${ac_cv_func_sched_yield=yes}
| ac_cv_func_select=${ac_cv_func_select=yes}
| ac_cv_func_semctl=${ac_cv_func_semctl=yes}
| ac_cv_func_semget=${ac_cv_func_semget=yes}
| ac_cv_func_sendmsg=${ac_cv_func_sendmsg=yes}
| ac_cv_func_setbuf=${ac_cv_func_setbuf=yes}
| ac_cv_func_setbuffer=${ac_cv_func_setbuffer=yes}
| ac_cv_func_setegid=${ac_cv_func_setegid=yes}
| ac_cv_func_setenv=${ac_cv_func_setenv=yes}
| ac_cv_func_seteuid=${ac_cv_func_seteuid=yes}
| ac_cv_func_setgid=${ac_cv_func_setgid=yes}
| ac_cv_func_setgroups=${ac_cv_func_setgroups=yes}
| ac_cv_func_sethostname=${ac_cv_func_sethostname=yes}
| ac_cv_func_setitimer=${ac_cv_func_setitimer=yes}
| ac_cv_func_setjmp=${ac_cv_func_setjmp=yes}
| ac_cv_func_setlinebuf=${ac_cv_func_setlinebuf=yes}
| ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
| ac_cv_func_setmntent=${ac_cv_func_setmntent=yes}
| ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
| ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes}
| ac_cv_func_setpriority=${ac_cv_func_setpriority=yes}
| ac_cv_func_setregid=${ac_cv_func_setregid=yes}
| ac_cv_func_setresgid=${ac_cv_func_setresgid=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_setreuid=${ac_cv_func_setreuid=yes}
| ac_cv_func_setrlimit=${ac_cv_func_setrlimit=yes}
| ac_cv_func_setsid=${ac_cv_func_setsid=yes}
| ac_cv_func_setsockopt=${ac_cv_func_setsockopt=yes}
| ac_cv_func_settimeofday=${ac_cv_func_settimeofday=yes}
| ac_cv_func_setuid=${ac_cv_func_setuid=yes}
| ac_cv_func_setutent=${ac_cv_func_setutent=yes}
| ac_cv_func_setutxent=${ac_cv_func_setutxent=yes}
| ac_cv_func_setvbuf=${ac_cv_func_setvbuf=yes}
| ac_cv_func_setxattr=${ac_cv_func_setxattr=yes}
| ac_cv_func_sgetspent=${ac_cv_func_sgetspent=yes}
| ac_cv_func_shmat=${ac_cv_func_shmat=yes}
| ac_cv_func_shmctl=${ac_cv_func_shmctl=yes}
| ac_cv_func_shmdt=${ac_cv_func_shmdt=yes}
| ac_cv_func_shmget=${ac_cv_func_shmget=yes}
| ac_cv_func_shutdown=${ac_cv_func_shutdown=yes}
| ac_cv_func_sigaction=${ac_cv_func_sigaction=yes}
| ac_cv_func_sigaddset=${ac_cv_func_sigaddset=yes}
| ac_cv_func_sigaltstack=${ac_cv_func_sigaltstack=yes}
| ac_cv_func_sigblock=${ac_cv_func_sigblock=yes}
| ac_cv_func_sigemptyset=${ac_cv_func_sigemptyset=yes}
| ac_cv_func_sighold=${ac_cv_func_sighold=yes}
| ac_cv_func_siginterrupt=${ac_cv_func_siginterrupt=yes}
| ac_cv_func_signal=${ac_cv_func_signal=yes}
| ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes}
| ac_cv_func_sigset=${ac_cv_func_sigset=yes}
| ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes}
| ac_cv_func_sigstack=${ac_cv_func_sigstack=yes}
| ac_cv_func_sigsuspend=${ac_cv_func_sigsuspend=yes}
| ac_cv_func_sigvec=${ac_cv_func_sigvec=yes}
| ac_cv_func_snprintf=${ac_cv_func_snprintf=yes}
| ac_cv_func_socket=${ac_cv_func_socket=yes}
| ac_cv_func_socketpair=${ac_cv_func_socketpair=yes}
| ac_cv_func_sprintf=${ac_cv_func_sprintf=yes}
| ac_cv_func_srand48=${ac_cv_func_srand48=yes}
| ac_cv_func_srand=${ac_cv_func_srand=yes}
| ac_cv_func_srandom=${ac_cv_func_srandom=yes}
| ac_cv_func_sscanf=${ac_cv_func_sscanf=yes}
| ac_cv_func_stat=${ac_cv_func_stat=yes}
| ac_cv_func_statfs=${ac_cv_func_statfs=yes}
| ac_cv_func_statvfs=${ac_cv_func_statvfs=yes}
| ac_cv_func_stime=${ac_cv_func_stime=yes}
| ac_cv_func_stpcpy=${ac_cv_func_stpcpy=yes}
| ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
| ac_cv_func_strcasestr=${ac_cv_func_strcasestr=yes}
| ac_cv_func_strchr=${ac_cv_func_strchr=yes}
| ac_cv_func_strchrnul=${ac_cv_func_strchrnul=yes}
| ac_cv_func_strcmp=${ac_cv_func_strcmp=yes}
| ac_cv_func_strcspn=${ac_cv_func_strcspn=yes}
| ac_cv_func_strdup=${ac_cv_func_strdup=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| ac_cv_func_strerror_r=${ac_cv_func_strerror_r=yes}
| ac_cv_func_strftime=${ac_cv_func_strftime=yes}
| ac_cv_func_strlen=${ac_cv_func_strlen=yes}
| ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp=yes}
| ac_cv_func_strncmp=${ac_cv_func_strncmp=yes}
| ac_cv_func_strndup=${ac_cv_func_strndup=yes}
| ac_cv_func_strnlen=${ac_cv_func_strnlen=yes}
| ac_cv_func_strpbrk=${ac_cv_func_strpbrk=yes}
| ac_cv_func_strptime=${ac_cv_func_strptime=yes}
| ac_cv_func_strrchr=${ac_cv_func_strrchr=yes}
| ac_cv_func_strsep=${ac_cv_func_strsep=yes}
| ac_cv_func_strsignal=${ac_cv_func_strsignal=yes}
| ac_cv_func_strspn=${ac_cv_func_strspn=yes}
| ac_cv_func_strstr=${ac_cv_func_strstr=yes}
| ac_cv_func_strtod=${ac_cv_func_strtod=yes}
| ac_cv_func_strtoimax=${ac_cv_func_strtoimax=yes}
| ac_cv_func_strtok_r=${ac_cv_func_strtok_r=yes}
| ac_cv_func_strtol=${ac_cv_func_strtol=yes}
| ac_cv_func_strtoll=${ac_cv_func_strtoll=yes}
| ac_cv_func_strtoul=${ac_cv_func_strtoul=yes}
| ac_cv_func_strtoull=${ac_cv_func_strtoull=yes}
| ac_cv_func_strtoumax=${ac_cv_func_strtoumax=yes}
| ac_cv_func_strverscmp=${ac_cv_func_strverscmp=yes}
| ac_cv_func_strxfrm=${ac_cv_func_strxfrm=yes}
| ac_cv_func_symlink=${ac_cv_func_symlink=yes}
| ac_cv_func_sync=${ac_cv_func_sync=yes}
| ac_cv_func_sys_siglist=${ac_cv_func_sys_siglist=yes}
| ac_cv_func_sysconf=${ac_cv_func_sysconf=yes}
| ac_cv_func_sysctl=${ac_cv_func_sysctl=yes}
| ac_cv_func_sysinfo=${ac_cv_func_sysinfo=yes}
| ac_cv_func_syslog=${ac_cv_func_syslog=yes}
| ac_cv_func_system=${ac_cv_func_system=yes}
| ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
| ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp=yes}
| ac_cv_func_tcsetattr=${ac_cv_func_tcsetattr=yes}
| ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes}
| ac_cv_func_time=${ac_cv_func_time=yes}
| ac_cv_func_timegm=${ac_cv_func_timegm=yes}
| ac_cv_func_times=${ac_cv_func_times=yes}
| ac_cv_func_timezone=${ac_cv_func_timezone=yes}
| ac_cv_func_tmpnam=${ac_cv_func_tmpnam=yes}
| ac_cv_func_towlower=${ac_cv_func_towlower=yes}
| ac_cv_func_towupper=${ac_cv_func_towupper=yes}
| ac_cv_func_truncate=${ac_cv_func_truncate=yes}
| ac_cv_func_tsearch=${ac_cv_func_tsearch=yes}
| ac_cv_func_ttyname=${ac_cv_func_ttyname=yes}
| ac_cv_func_tzset=${ac_cv_func_tzset=yes}
| ac_cv_func_ulimit=${ac_cv_func_ulimit=yes}
| ac_cv_func_umask=${ac_cv_func_umask=yes}
| ac_cv_func_uname=${ac_cv_func_uname=yes}
| ac_cv_func_unlink=${ac_cv_func_unlink=yes}
| ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes}
| ac_cv_func_unshare=${ac_cv_func_unshare=yes}
| ac_cv_func_updwtmp=${ac_cv_func_updwtmp=yes}
| ac_cv_func_updwtmpx=${ac_cv_func_updwtmpx=yes}
| ac_cv_func_usleep=${ac_cv_func_usleep=yes}
| ac_cv_func_ustat=${ac_cv_func_ustat=yes}
| ac_cv_func_utime=${ac_cv_func_utime=yes}
| ac_cv_func_utimes=${ac_cv_func_utimes=yes}
| ac_cv_func_utmpname=${ac_cv_func_utmpname=yes}
| ac_cv_func_utmpxname=${ac_cv_func_utmpxname=yes}
| ac_cv_func_valloc=${ac_cv_func_valloc=yes}
| ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes}
| ac_cv_func_verrx=${ac_cv_func_verrx=yes}
| ac_cv_func_vfork=${ac_cv_func_vfork=yes}
| ac_cv_func_vfprintf=${ac_cv_func_vfprintf=yes}
| ac_cv_func_vfscanf=${ac_cv_func_vfscanf=yes}
| ac_cv_func_vhangup=${ac_cv_func_vhangup=yes}
| ac_cv_func_vprintf=${ac_cv_func_vprintf=yes}
| ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes}
| ac_cv_func_vsprintf=${ac_cv_func_vsprintf=yes}
| ac_cv_func_wait3=${ac_cv_func_wait3=yes}
| ac_cv_func_wait4=${ac_cv_func_wait4=yes}
| ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
| ac_cv_func_wcrtomb=${ac_cv_func_wcrtomb=yes}
| ac_cv_func_wcscoll=${ac_cv_func_wcscoll=yes}
| ac_cv_func_wcsdup=${ac_cv_func_wcsdup=yes}
| ac_cv_func_wcslen=${ac_cv_func_wcslen=yes}
| ac_cv_func_wctob=${ac_cv_func_wctob=yes}
| ac_cv_func_wctomb=${ac_cv_func_wctomb=yes}
| ac_cv_func_wctype=${ac_cv_func_wctype=yes}
| ac_cv_func_wcwidth=${ac_cv_func_wcwidth=yes}
| ac_cv_func_wmemchr=${ac_cv_func_wmemchr=yes}
| ac_cv_func_wmemcpy=${ac_cv_func_wmemcpy=yes}
| ac_cv_func_wmempcpy=${ac_cv_func_wmempcpy=yes}
| ac_cv_header_aio_h=${ac_cv_header_aio_h=yes}
| ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
| ac_cv_header_argz_h=${ac_cv_header_argz_h=yes}
| ac_cv_header_arpa_inet_h=${ac_cv_header_arpa_inet_h=yes}
| ac_cv_header_arpa_nameser_h=${ac_cv_header_arpa_nameser_h=yes}
| ac_cv_header_asm_byteorder_h=${ac_cv_header_asm_byteorder_h=yes}
| ac_cv_header_asm_ioctls_h=${ac_cv_header_asm_ioctls_h=yes}
| ac_cv_header_asm_page_h=${ac_cv_header_asm_page_h=no}
| ac_cv_header_asm_types_h=${ac_cv_header_asm_types_h=yes}
| ac_cv_header_assert_h=${ac_cv_header_assert_h=yes}
| ac_cv_header_byteswap_h=${ac_cv_header_byteswap_h=yes}
| ac_cv_header_crypt_h=${ac_cv_header_crypt_h=yes}
| ac_cv_header_ctype_h=${ac_cv_header_ctype_h=yes}
| ac_cv_header_dirent_h=${ac_cv_header_dirent_h=yes}
| ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
| ac_cv_header_elf_h=${ac_cv_header_elf_h=yes}
| ac_cv_header_endian_h=${ac_cv_header_endian_h=yes}
| ac_cv_header_err_h=${ac_cv_header_err_h=yes}
| ac_cv_header_errno_h=${ac_cv_header_errno_h=yes}
| ac_cv_header_execinfo_h=${ac_cv_header_execinfo_h=yes}
| ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
| ac_cv_header_features_h=${ac_cv_header_features_h=yes}
| ac_cv_header_float_h=${ac_cv_header_float_h=yes}
| ac_cv_header_fstab_h=${ac_cv_header_fstab_h=yes}
| ac_cv_header_ftw_h=${ac_cv_header_ftw_h=yes}
| ac_cv_header_getopt_h=${ac_cv_header_getopt_h=yes}
| ac_cv_header_glob_h=${ac_cv_header_glob_h=yes}
| ac_cv_header_grp_h=${ac_cv_header_grp_h=yes}
| ac_cv_header_iconv_h=${ac_cv_header_iconv_h=yes}
| ac_cv_header_ifaddrs_h=${ac_cv_header_ifaddrs_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_langinfo_h=${ac_cv_header_langinfo_h=yes}
| ac_cv_header_lastlog_h=${ac_cv_header_lastlog_h=yes}
| ac_cv_header_libgen_h=${ac_cv_header_libgen_h=yes}
| ac_cv_header_libintl_h=${ac_cv_header_libintl_h=yes}
| ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
| ac_cv_header_linux_capability_h=${ac_cv_header_linux_capability_h=yes}
| ac_cv_header_linux_fd_h=${ac_cv_header_linux_fd_h=yes}
| ac_cv_header_linux_fs_h=${ac_cv_header_linux_fs_h=yes}
| ac_cv_header_linux_hayesesp_h=${ac_cv_header_linux_hayesesp_h=no}
| ac_cv_header_linux_hdreg_h=${ac_cv_header_linux_hdreg_h=yes}
| ac_cv_header_linux_icmp_h=${ac_cv_header_linux_icmp_h=yes}
| ac_cv_header_linux_in6_h=${ac_cv_header_linux_in6_h=yes}
| ac_cv_header_linux_joystick_h=${ac_cv_header_linux_joystick_h=yes}
| ac_cv_header_linux_ptrace_h=${ac_cv_header_linux_ptrace_h=yes}
| ac_cv_header_linux_serial_h=${ac_cv_header_linux_serial_h=yes}
| ac_cv_header_linux_sonypi_h=${ac_cv_header_linux_sonypi_h=yes}
| ac_cv_header_linux_unistd_h=${ac_cv_header_linux_unistd_h=yes}
| ac_cv_header_linux_utsname_h=${ac_cv_header_linux_utsname_h=yes}
| ac_cv_header_linux_version_h=${ac_cv_header_linux_version_h=yes}
| ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
| ac_cv_header_malloc_h=${ac_cv_header_malloc_h=yes}
| ac_cv_header_math_h=${ac_cv_header_math_h=yes}
| ac_cv_header_mcheck_h=${ac_cv_header_mcheck_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_mntent_h=${ac_cv_header_mntent_h=yes}
| ac_cv_header_mqueue_h=${ac_cv_header_mqueue_h=yes}
| ac_cv_header_net_if_h=${ac_cv_header_net_if_h=yes}
| ac_cv_header_net_route_h=${ac_cv_header_net_route_h=yes}
| ac_cv_header_netdb_h=${ac_cv_header_netdb_h=yes}
| ac_cv_header_netinet_ether_h=${ac_cv_header_netinet_ether_h=yes}
| ac_cv_header_netinet_in_h=${ac_cv_header_netinet_in_h=yes}
| ac_cv_header_netinet_ip6_h=${ac_cv_header_netinet_ip6_h=yes}
| ac_cv_header_netinet_ip_h=${ac_cv_header_netinet_ip_h=yes}
| ac_cv_header_netinet_tcp_h=${ac_cv_header_netinet_tcp_h=yes}
| ac_cv_header_netinet_udp_h=${ac_cv_header_netinet_udp_h=yes}
| ac_cv_header_netipx_ipx_h=${ac_cv_header_netipx_ipx_h=yes}
| ac_cv_header_paths_h=${ac_cv_header_paths_h=yes}
| ac_cv_header_poll_h=${ac_cv_header_poll_h=yes}
| ac_cv_header_pthread_h=${ac_cv_header_pthread_h=yes}
| ac_cv_header_pty_h=${ac_cv_header_pty_h=yes}
| ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
| ac_cv_header_regex_h=${ac_cv_header_regex_h=yes}
| ac_cv_header_resolv_h=${ac_cv_header_resolv_h=yes}
| ac_cv_header_rpc_rpc_h=${ac_cv_header_rpc_rpc_h=yes}
| ac_cv_header_rpc_types_h=${ac_cv_header_rpc_types_h=yes}
| ac_cv_header_sched_h=${ac_cv_header_sched_h=yes}
| ac_cv_header_scsi_scsi_h=${ac_cv_header_scsi_scsi_h=yes}
| ac_cv_header_search_h=${ac_cv_header_search_h=yes}
| ac_cv_header_semaphore_h=${ac_cv_header_semaphore_h=yes}
| ac_cv_header_setjmp_h=${ac_cv_header_setjmp_h=yes}
| ac_cv_header_sgtty_h=${ac_cv_header_sgtty_h=yes}
| ac_cv_header_shadow_h=${ac_cv_header_shadow_h=yes}
| ac_cv_header_signal_h=${ac_cv_header_signal_h=yes}
| ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
| ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stddef_h=${ac_cv_header_stddef_h=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdio_h=${ac_cv_header_stdio_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_stropts_h=${ac_cv_header_stropts_h=yes}
| ac_cv_header_sys_bitypes_h=${ac_cv_header_sys_bitypes_h=yes}
| ac_cv_header_sys_cdefs_h=${ac_cv_header_sys_cdefs_h=yes}
| ac_cv_header_sys_dir_h=${ac_cv_header_sys_dir_h=yes}
| ac_cv_header_sys_epoll_h=${ac_cv_header_sys_epoll_h=yes}
| ac_cv_header_sys_fcntl_h=${ac_cv_header_sys_fcntl_h=yes}
| ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h=yes}
| ac_cv_header_sys_fsuid_h=${ac_cv_header_sys_fsuid_h=yes}
| ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes}
| ac_cv_header_sys_ipc_h=${ac_cv_header_sys_ipc_h=yes}
| ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes}
| ac_cv_header_sys_mount_h=${ac_cv_header_sys_mount_h=yes}
| ac_cv_header_sys_mtio_h=${ac_cv_header_sys_mtio_h=yes}
| ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
| ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h=yes}
| ac_cv_header_sys_prctl_h=${ac_cv_header_sys_prctl_h=yes}
| ac_cv_header_sys_ptrace_h=${ac_cv_header_sys_ptrace_h=yes}
| ac_cv_header_sys_queue_h=${ac_cv_header_sys_queue_h=yes}
| ac_cv_header_sys_reg_h=${ac_cv_header_sys_reg_h=no}
| ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes}
| ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
| ac_cv_header_sys_sem_h=${ac_cv_header_sys_sem_h=yes}
| ac_cv_header_sys_shm_h=${ac_cv_header_sys_shm_h=yes}
| ac_cv_header_sys_signal_h=${ac_cv_header_sys_signal_h=yes}
| ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
| ac_cv_header_sys_socketvar_h=${ac_cv_header_sys_socketvar_h=yes}
| ac_cv_header_sys_soundcard_h=${ac_cv_header_sys_soundcard_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_statfs_h=${ac_cv_header_sys_statfs_h=yes}
| ac_cv_header_sys_statvfs_h=${ac_cv_header_sys_statvfs_h=yes}
| ac_cv_header_sys_stropts_h=${ac_cv_header_sys_stropts_h=yes}
| ac_cv_header_sys_swap_h=${ac_cv_header_sys_swap_h=yes}
| ac_cv_header_sys_sysctl_h=${ac_cv_header_sys_sysctl_h=yes}
| ac_cv_header_sys_sysinfo_h=${ac_cv_header_sys_sysinfo_h=yes}
| ac_cv_header_sys_sysmacros_h=${ac_cv_header_sys_sysmacros_h=yes}
| ac_cv_header_sys_termios_h=${ac_cv_header_sys_termios_h=yes}
| ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
| ac_cv_header_sys_timeb_h=${ac_cv_header_sys_timeb_h=yes}
| ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
| ac_cv_header_sys_timex_h=${ac_cv_header_sys_timex_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_sys_uio_h=${ac_cv_header_sys_uio_h=yes}
| ac_cv_header_sys_un_h=${ac_cv_header_sys_un_h=yes}
| ac_cv_header_sys_unistd_h=${ac_cv_header_sys_unistd_h=yes}
| ac_cv_header_sys_user_h=${ac_cv_header_sys_user_h=yes}
| ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes}
| ac_cv_header_sys_vfs_h=${ac_cv_header_sys_vfs_h=yes}
| ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
| ac_cv_header_sysexits_h=${ac_cv_header_sysexits_h=yes}
| ac_cv_header_syslog_h=${ac_cv_header_syslog_h=yes}
| ac_cv_header_termio_h=${ac_cv_header_termio_h=yes}
| ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
| ac_cv_header_time_h=${ac_cv_header_time_h=yes}
| ac_cv_header_ttyent_h=${ac_cv_header_ttyent_h=yes}
| ac_cv_header_ulimit_h=${ac_cv_header_ulimit_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
| ac_cv_header_ustat_h=${ac_cv_header_ustat_h=yes}
| ac_cv_header_utime_h=${ac_cv_header_utime_h=yes}
| ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes}
| ac_cv_header_utmpx_h=${ac_cv_header_utmpx_h=yes}
| ac_cv_header_values_h=${ac_cv_header_values_h=yes}
| ac_cv_header_wchar_h=${ac_cv_header_wchar_h=yes}
| ac_cv_header_wctype_h=${ac_cv_header_wctype_h=yes}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_long_long_int=${ac_cv_sizeof_long_long_int=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_int=${ac_cv_sizeof_unsigned_long_int=4}
| ac_cv_sizeof_unsigned_long_long_int=${ac_cv_sizeof_unsigned_long_long_int=8}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
configure:2798: loading site script /home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/ncurses_config
| ac_cv_header_X=${ac_cv_header_X=no}
| ac_cv_header__CC=${ac_cv_header__CC=no}
| ac_cv_header__CFLAGS=${ac_cv_header__CFLAGS=no}
| ac_cv_header__CPPFLAGS=${ac_cv_header__CPPFLAGS=no}
| ac_cv_header___5=${ac_cv_header___5=no}
| ac_cv_header__c=${ac_cv_header__c=no}
| ac_cv_header_conftest__ac_ext=${ac_cv_header_conftest__ac_ext=no}
| ac_cv_header_curses_h=${ac_cv_header_curses_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_ncurses_curses_h=${ac_cv_header_ncurses_curses_h=no}
| ac_cv_header_ncurses_h=${ac_cv_header_ncurses_h=yes}
| ac_cv_header_ncurses_termcap_h=${ac_cv_header_ncurses_termcap_h=no}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
configure:2939: checking for a BSD-compatible install
configure:3007: result: /usr/bin/install -c
configure:3018: checking whether build environment is sane
configure:3073: result: yes
configure:3132: checking for arm-oe-linux-gnueabi-strip
configure:3159: result: arm-oe-linux-gnueabi-strip
configure:3224: checking for a thread-safe mkdir -p
configure:3263: result: /bin/mkdir -p
configure:3270: checking for gawk
configure:3286: found /usr/bin/gawk
configure:3297: result: gawk
configure:3308: checking whether make sets $(MAKE)
configure:3330: result: yes
configure:3359: checking whether make supports nested variables
configure:3376: result: yes
configure:3455: checking how to create a pax tar archive
configure:3466: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3469: $? = 0
configure:3509: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:3512: $? = 0
configure:3516: tar -xf - <conftest.tar
configure:3519: $? = 0
configure:3521: cat conftest.dir/file
GrepMe
configure:3524: $? = 0
configure:3537: result: gnutar
configure:3602: checking build system type
configure:3616: result: x86_64-pc-linux-gnu
configure:3636: checking host system type
configure:3649: result: arm-oe-linux-gnueabi
configure:3680: checking for arm-oe-linux-gnueabi-gcc
configure:3707: result: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm
configure:3976: checking for C compiler version
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm --version >&5
arm-oe-linux-gnueabi-gcc (GCC) 4.9.0
Copyright (C) 2014 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:3996: $? = 0
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -v >&5
Using built-in specs.
COLLECT_GCC=arm-oe-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.0/lto-wrapper
Target: arm-oe-linux-gnueabi
Configured with: /home/me/Java2/build/tmp-eglibc/work-shared/gcc-4.9.0-r0/gcc-4.9.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-oe-linux-gnueabi --prefix=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr --exec_prefix=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr --bindir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --sbindir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --libexecdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi --datadir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share --sysconfdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/etc --sharedstatedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/com --localstatedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/var --libdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/arm-oe-linux-gnueabi --includedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --oldincludedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --infodir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info --mandir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-oe-linux-gnueabi- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/include/c++/4.9.0 --with-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm --with-build-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls
Thread model: posix
gcc version 4.9.0 (GCC) 
configure:3996: $? = 0
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -V >&5
arm-oe-linux-gnueabi-gcc: error: unrecognized command line option '-V'
arm-oe-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:3996: $? = 1
configure:3985: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -qversion >&5
arm-oe-linux-gnueabi-gcc: error: unrecognized command line option '-qversion'
arm-oe-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:3996: $? = 1
configure:4016: checking whether the C compiler works
configure:4038: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:4042: $? = 0
configure:4090: result: yes
configure:4093: checking for C compiler default output file name
configure:4095: result: a.out
configure:4101: checking for suffix of executables
configure:4108: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:4112: $? = 0
configure:4134: result: 
configure:4156: checking whether we are cross compiling
configure:4194: result: yes
configure:4199: checking for suffix of object files
configure:4221: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:4225: $? = 0
configure:4246: result: o
configure:4250: checking whether we are using the GNU C compiler
configure:4269: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:4269: $? = 0
configure:4278: result: yes
configure:4287: checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm accepts -g
configure:4307: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -c -g  conftest.c >&5
configure:4307: $? = 0
configure:4348: result: yes
configure:4365: checking for arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm option to accept ISO C89
configure:4428: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:4428: $? = 0
configure:4441: result: none needed
configure:4466: checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm understands -c and -o together
configure:4488: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -c conftest.c -o conftest2.o
configure:4491: $? = 0
configure:4488: arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -c conftest.c -o conftest2.o
configure:4491: $? = 0
configure:4503: result: yes
configure:4531: checking for style of include used by make
configure:4559: result: GNU
configure:4585: checking dependency style of arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm
configure:4696: result: none
configure:4823: checking for C++ compiler version
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm --version >&5
arm-oe-linux-gnueabi-g++ (GCC) 4.9.0
Copyright (C) 2014 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:4843: $? = 0
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -v >&5
Using built-in specs.
COLLECT_GCC=arm-oe-linux-gnueabi-g++
COLLECT_LTO_WRAPPER=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.0/lto-wrapper
Target: arm-oe-linux-gnueabi
Configured with: /home/me/Java2/build/tmp-eglibc/work-shared/gcc-4.9.0-r0/gcc-4.9.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-oe-linux-gnueabi --prefix=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr --exec_prefix=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr --bindir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --sbindir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi --libexecdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi --datadir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share --sysconfdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/etc --sharedstatedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/com --localstatedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/var --libdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/arm-oe-linux-gnueabi --includedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --oldincludedir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/include --infodir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info --mandir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-oe-linux-gnueabi- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/include/c++/4.9.0 --with-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm --with-build-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls
Thread model: posix
gcc version 4.9.0 (GCC) 
configure:4843: $? = 0
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -V >&5
arm-oe-linux-gnueabi-g++: error: unrecognized command line option '-V'
arm-oe-linux-gnueabi-g++: fatal error: no input files
compilation terminated.
configure:4843: $? = 1
configure:4832: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -qversion >&5
arm-oe-linux-gnueabi-g++: error: unrecognized command line option '-qversion'
arm-oe-linux-gnueabi-g++: fatal error: no input files
compilation terminated.
configure:4843: $? = 1
configure:4847: checking whether we are using the GNU C++ compiler
configure:4866: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:4866: $? = 0
configure:4875: result: yes
configure:4884: checking whether arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm accepts -g
configure:4904: arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm -c -g  conftest.cpp >&5
configure:4904: $? = 0
configure:4945: result: yes
configure:4970: checking dependency style of arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm
configure:5081: result: none
configure:5098: checking for compiler used for subsidiary programs
configure:5112: result: gcc
configure:5120: checking for arm-oe-linux-gnueabi-make
configure:5153: result: no
configure:5163: checking for make
configure:5181: found /usr/bin/make
configure:5193: result: /usr/bin/make
configure:5205: WARNING: using cross tools not prefixed with host triplet
configure:5223: checking for arm-oe-linux-gnueabi-gzip
configure:5256: result: no
configure:5266: checking for gzip
configure:5284: found /bin/gzip
configure:5296: result: /bin/gzip
configure:5326: checking for arm-oe-linux-gnueabi-ant
configure:5359: result: no
configure:5369: checking for ant
configure:5387: found /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
configure:5399: result: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
configure:5429: checking for arm-oe-linux-gnueabi-find
configure:5462: result: no
configure:5472: checking for find
configure:5490: found /usr/bin/find
configure:5502: result: /usr/bin/find
configure:5532: checking for arm-oe-linux-gnueabi-patch
configure:5565: result: no
configure:5575: checking for patch
configure:5593: found /usr/bin/patch
configure:5605: result: /usr/bin/patch
configure:5635: checking for arm-oe-linux-gnueabi-tar
configure:5668: result: no
configure:5678: checking for tar
configure:5696: found /bin/tar
configure:5708: result: /bin/tar
configure:5738: checking for arm-oe-linux-gnueabi-chmod
configure:5771: result: no
configure:5781: checking for chmod
configure:5799: found /bin/chmod
configure:5811: result: /bin/chmod
configure:5841: checking for arm-oe-linux-gnueabi-sha256sum
configure:5874: result: no
configure:5884: checking for sha256sum
configure:5902: found /usr/bin/sha256sum
configure:5914: result: /usr/bin/sha256sum
configure:5944: checking for arm-oe-linux-gnueabi-wget
configure:5977: result: no
configure:5987: checking for wget
configure:6005: found /usr/bin/wget
configure:6017: result: /usr/bin/wget
configure:6047: checking for arm-oe-linux-gnueabi-zip
configure:6080: result: no
configure:6090: checking for zip
configure:6108: found /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:6120: result: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
configure:6150: checking for arm-oe-linux-gnueabi-unzip
configure:6183: result: no
configure:6193: checking for unzip
configure:6211: found /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
configure:6223: result: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
configure:6253: checking for arm-oe-linux-gnueabi-cpio
configure:6286: result: no
configure:6296: checking for cpio
configure:6314: found /bin/cpio
configure:6326: result: /bin/cpio
configure:6356: checking for arm-oe-linux-gnueabi-file
configure:6389: result: no
configure:6399: checking for file
configure:6417: found /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
configure:6429: result: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
configure:6461: checking for arm-oe-linux-gnueabi-fastjar
configure:6491: result: no
configure:6461: checking for arm-oe-linux-gnueabi-jar
configure:6491: result: no
configure:6505: checking for fastjar
configure:6521: found /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/fastjar
configure:6532: result: fastjar
configure:6563: checking for arm-oe-linux-gnueabi-ldd
configure:6593: result: no
configure:6603: checking for ldd
configure:6619: found /usr/bin/ldd
configure:6630: result: ldd
configure:6655: checking for arm-oe-linux-gnueabi-gawk
configure:6688: result: no
configure:6698: checking for gawk
configure:6716: found /usr/bin/gawk
configure:6728: result: /usr/bin/gawk
configure:6759: checking for arm-oe-linux-gnueabi-hg
configure:6792: result: no
configure:6802: checking for hg
configure:6835: result: no
configure:6858: checking for an OpenJDK source directory
configure:6874: result: /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/openjdk
configure:6979: checking for arm-oe-linux-gnueabi-lsb_release
configure:7012: result: no
configure:7022: checking for lsb_release
configure:7040: found /usr/bin/lsb_release
configure:7052: result: /usr/bin/lsb_release
configure:7075: checking whether to compile ecj natively
configure:7089: result: no
configure:7301: checking how to run the C preprocessor
configure:7371: result: arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon
configure:7391: arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon  conftest.c
configure:7391: $? = 0
configure:7405: arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7405: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "icedtea"
| #define PACKAGE_TARNAME "icedtea"
| #define PACKAGE_VERSION "2.3.12"
| #define PACKAGE_STRING "icedtea 2.3.12"
| #define PACKAGE_BUGREPORT "distro-pkg-dev@openjdk.java.net"
| #define PACKAGE_URL ""
| #define PACKAGE "icedtea"
| #define VERSION "2.3.12"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7434: checking for grep that handles long lines and -e
configure:7492: result: /bin/grep
configure:7497: checking for egrep
configure:7559: result: /bin/grep -E
configure:7564: checking for ANSI C header files
configure:7668: result: yes
configure:7681: checking for sys/types.h
configure:7681: result: yes
configure:7681: checking for sys/stat.h
configure:7681: result: yes
configure:7681: checking for stdlib.h
configure:7681: result: yes
configure:7681: checking for string.h
configure:7681: result: yes
configure:7681: checking for memory.h
configure:7681: result: yes
configure:7681: checking for strings.h
configure:7681: result: yes
configure:7681: checking for inttypes.h
configure:7681: result: yes
configure:7681: checking for stdint.h
configure:7681: result: yes
configure:7681: checking for unistd.h
configure:7681: result: yes
configure:7695: checking whether to use the zero-assembler port
configure:7732: result: yes
configure:7756: checking size of void *
configure:7775: result: 4
configure:7787: checking whether byte ordering is bigendian
configure:7993: result: no
configure:8034: checking which HotSpot build to use
configure:8053: result: default
configure:8068: checking for arm-oe-linux-gnueabi-linux32
configure:8101: result: no
configure:8111: checking for linux32
configure:8129: found /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
configure:8141: result: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
configure:8164: checking version of GCC
configure:8177: result: 4.9.0 (major version 4, minor version 9)
configure:8184: checking for arm-oe-linux-gnueabi-getconf
configure:8217: result: no
configure:8227: checking for getconf
configure:8245: found /usr/bin/getconf
configure:8257: result: /usr/bin/getconf
configure:8284: checking the number of online processors
configure:8297: result: 16
configure:8301: checking if cp supports --reflink
configure:8316: result: yes
configure:8328: checking if we can hard link rather than copy from /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12
configure:8342: result: yes
configure:8354: checking whether to disable the execution of the JTReg tests
configure:8374: result: yes
configure:8386: checking whether to disable the execution of the HotSpot JTReg tests
configure:8406: result: yes
configure:8418: checking whether to disable the execution of the langtools JTReg tests
configure:8438: result: yes
configure:8450: checking whether to disable the execution of the JDK JTReg tests
configure:8470: result: yes
configure:8485: checking for xvfb-run
configure:8515: result: no
configure:8522: checking whether to include PulseAudio support
configure:8539: result: no
configure:8542: checking whether to build documentation
configure:8559: result: no
configure:8562: checking whether to include SystemTap tracing support
configure:8579: result: no
configure:8583: checking for system library directory
configure:8613: result: /usr/lib
configure:8620: checking whether to enable the NSS-based security provider
configure:8642: result: disabled by default (edit java.security to enable)

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

ac_cv___va_copy=yes
ac_cv_af_unix_large_dgram=yes
ac_cv_alignof_CORBA_boolean=1
ac_cv_alignof_CORBA_char=1
ac_cv_alignof_CORBA_double=8
ac_cv_alignof_CORBA_float=4
ac_cv_alignof_CORBA_long=4
ac_cv_alignof_CORBA_long_double=8
ac_cv_alignof_CORBA_long_long=8
ac_cv_alignof_CORBA_octet=1
ac_cv_alignof_CORBA_pointer=4
ac_cv_alignof_CORBA_short=2
ac_cv_alignof_CORBA_struct=1
ac_cv_alignof_CORBA_wchar=2
ac_cv_alignof_char=1
ac_cv_alignof_dbind_pointer=4
ac_cv_alignof_dbind_struct=1
ac_cv_alignof_dbus_bool_t=4
ac_cv_alignof_dbus_int16_t=2
ac_cv_alignof_dbus_int32_t=4
ac_cv_alignof_dbus_int64_t=8
ac_cv_alignof_double=8
ac_cv_alignof_guint32=4
ac_cv_alignof_guint64=8
ac_cv_alignof_unsigned_long=4
ac_cv_buggy_getaddrinfo=no
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_endian=little
ac_cv_c_littleendian=yes
ac_cv_c_long_double=yes
ac_cv_check_sjlj=ssjlj
ac_cv_conv_longlong_to_float=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_dirent_have_space_d_name=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-oe-linux-gnueabi
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-oe-linux-gnueabi
ac_cv_epoll_works=yes
ac_cv_file___dev_ptc_=yes
ac_cv_file__dev_random=yes
ac_cv_file__dev_zero=yes
ac_cv_func___adjtimex=yes
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fpending=yes
ac_cv_func___fsetlocking=yes
ac_cv_func___progname=yes
ac_cv_func___secure_getenv=no
ac_cv_func___va_copy=yes
ac_cv_func__obstack_free=yes
ac_cv_func__setjmp=yes
ac_cv_func__sys_siglist=yes
ac_cv_func_a64l=yes
ac_cv_func_abs=yes
ac_cv_func_access=yes
ac_cv_func_alarm=yes
ac_cv_func_alphasort=yes
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_asprintf=yes
ac_cv_func_atexit=yes
ac_cv_func_atof=yes
ac_cv_func_atoi=yes
ac_cv_func_bcmp=yes
ac_cv_func_bcopy=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_bindresvport=yes
ac_cv_func_btowc=yes
ac_cv_func_bzero=yes
ac_cv_func_calloc=yes
ac_cv_func_canonicalize_file_name=yes
ac_cv_func_catgets=yes
ac_cv_func_cfgetospeed=yes
ac_cv_func_cfsetispeed=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_chmod=yes
ac_cv_func_chown=yes
ac_cv_func_chroot=yes
ac_cv_func_clock=yes
ac_cv_func_close=yes
ac_cv_func_closedir=yes
ac_cv_func_closelog=yes
ac_cv_func_confstr=yes
ac_cv_func_connect=yes
ac_cv_func_daemon=yes
ac_cv_func_dcgettext=yes
ac_cv_func_difftime=yes
ac_cv_func_dirfd=yes
ac_cv_func_dirname=yes
ac_cv_func_dngettext=yes
ac_cv_func_dup2=yes
ac_cv_func_ecvt=yes
ac_cv_func_endgrent=yes
ac_cv_func_endmntent=yes
ac_cv_func_endpwent=yes
ac_cv_func_endutent=yes
ac_cv_func_endutxent=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_err=yes
ac_cv_func_ether_hostton=yes
ac_cv_func_ether_ntohost=yes
ac_cv_func_euidaccess=yes
ac_cv_func_execv=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchmodat=yes
ac_cv_func_fchown=yes
ac_cv_func_fchownat=yes
ac_cv_func_fcntl=yes
ac_cv_func_fcvt=yes
ac_cv_func_fdatasync=yes
ac_cv_func_fdopendir=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fgetxattr=yes
ac_cv_func_finite=yes
ac_cv_func_flistxattr=yes
ac_cv_func_flock=yes
ac_cv_func_flockfile=yes
ac_cv_func_fnmatch=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_fork=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fprintf=yes
ac_cv_func_free=yes
ac_cv_func_freeaddrinfo=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fseeko=yes
ac_cv_func_fsetxattr=yes
ac_cv_func_fstat64=yes
ac_cv_func_fstat=yes
ac_cv_func_fstatfs=yes
ac_cv_func_fsync=yes
ac_cv_func_ftello=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=yes
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_gcvt=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_getenv=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgrent_r=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyaddr_r=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getmntent=yes
ac_cv_func_getmsg=no
ac_cv_func_getnameinfo=yes
ac_cv_func_getnetbyaddr_r=yes
ac_cv_func_getnetgrent_r=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpid=yes
ac_cv_func_getppid=yes
ac_cv_func_getprotoent_r=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwent_r=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_getresuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyname_r=yes
ac_cv_func_getservbyport_r=yes
ac_cv_func_getservent=yes
ac_cv_func_getservent_r=yes
ac_cv_func_getspnam=yes
ac_cv_func_getspnam_r=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getttyent=yes
ac_cv_func_getttynam=yes
ac_cv_func_getuid=yes
ac_cv_func_getusershell=yes
ac_cv_func_getutent=yes
ac_cv_func_getutid=yes
ac_cv_func_getutline=yes
ac_cv_func_getutmp=yes
ac_cv_func_getutmpx=yes
ac_cv_func_getutxent=yes
ac_cv_func_getutxid=yes
ac_cv_func_getutxline=yes
ac_cv_func_getwd=yes
ac_cv_func_getxattr=yes
ac_cv_func_glob=yes
ac_cv_func_gmtime=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_grantpt=yes
ac_cv_func_group_member=yes
ac_cv_func_herror=yes
ac_cv_func_hstrerror=yes
ac_cv_func_iconv=yes
ac_cv_func_iconv_open=yes
ac_cv_func_if_freenameindex=yes
ac_cv_func_if_indextoname=yes
ac_cv_func_if_nameindex=yes
ac_cv_func_if_nametoindex=yes
ac_cv_func_index=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_innetgr=yes
ac_cv_func_iruserok=yes
ac_cv_func_isascii=yes
ac_cv_func_isatty=yes
ac_cv_func_isblank=yes
ac_cv_func_isgraph=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_isprint=yes
ac_cv_func_isspace=yes
ac_cv_func_iswalnum=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_iswprint=yes
ac_cv_func_iswspace=yes
ac_cv_func_iswupper=yes
ac_cv_func_isxdigit=yes
ac_cv_func_kill=yes
ac_cv_func_kilme=yes
ac_cv_func_lchown=yes
ac_cv_func_lckpwdf=yes
ac_cv_func_lgetxattr=yes
ac_cv_func_link=yes
ac_cv_func_listxattr=yes
ac_cv_func_llistxattr=yes
ac_cv_func_localtime=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_lrand48=yes
ac_cv_func_lsearch=yes
ac_cv_func_lseek64=yes
ac_cv_func_lsetxattr=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_mallinfo=yes
ac_cv_func_malloc=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_mblen=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mbtowc=yes
ac_cv_func_memalign=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memrchr=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkdirat=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp64=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktime=yes
ac_cv_func_mlock=yes
ac_cv_func_mmap=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mtrace=yes
ac_cv_func_munlock=yes
ac_cv_func_munmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nice=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_ntp_adjtime=yes
ac_cv_func_ntp_gettime=yes
ac_cv_func_on_exit=yes
ac_cv_func_open64=yes
ac_cv_func_open=yes
ac_cv_func_openat=yes
ac_cv_func_opendir=yes
ac_cv_func_openlog=yes
ac_cv_func_pathconf=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_posix_getgrgid_r=yes
ac_cv_func_posix_getpwnam_r=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_prctl=yes
ac_cv_func_pread=yes
ac_cv_func_printf=yes
ac_cv_func_printf_unix98=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_attr_getstack=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_pthread_mutex_lock=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_putgrent=yes
ac_cv_func_putpwent=yes
ac_cv_func_putspent=yes
ac_cv_func_pututline=yes
ac_cv_func_pututxline=yes
ac_cv_func_putwc=yes
ac_cv_func_pwrite=yes
ac_cv_func_qsort=yes
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_rand_r=yes
ac_cv_func_random=yes
ac_cv_func_re_comp=yes
ac_cv_func_re_exec=yes
ac_cv_func_re_search=yes
ac_cv_func_read=yes
ac_cv_func_readdir=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=yes
ac_cv_func_realloc=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_realloc_works=yes
ac_cv_func_realpath=yes
ac_cv_func_recvmsg=yes
ac_cv_func_regcomp=yes
ac_cv_func_regexec=yes
ac_cv_func_remove=yes
ac_cv_func_rename=yes
ac_cv_func_rmdir=yes
ac_cv_func_rpmatch=yes
ac_cv_func_rresvport_af=yes
ac_cv_func_ruserok=yes
ac_cv_func_ruserok_af=yes
ac_cv_func_sbrk=yes
ac_cv_func_scandir=yes
ac_cv_func_sched_setscheduler=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_semctl=yes
ac_cv_func_semget=yes
ac_cv_func_sendmsg=yes
ac_cv_func_setbuf=yes
ac_cv_func_setbuffer=yes
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgid=yes
ac_cv_func_setgrent_void=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setjmp=yes
ac_cv_func_setlinebuf=yes
ac_cv_func_setlocale=yes
ac_cv_func_setmntent=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setpriority=yes
ac_cv_func_setregid=yes
ac_cv_func_setresgid=yes
ac_cv_func_setresuid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_settimeofday=yes
ac_cv_func_setuid=yes
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_setxattr=yes
ac_cv_func_sgetspent=yes
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaddset=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigblock=yes
ac_cv_func_sigemptyset=yes
ac_cv_func_sighold=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_signal=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigset=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_sigstack=yes
ac_cv_func_sigsuspend=yes
ac_cv_func_sigvec=yes
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=yes
ac_cv_func_socket=yes
ac_cv_func_socketpair=yes
ac_cv_func_sprintf=yes
ac_cv_func_srand48=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_sscanf=yes
ac_cv_func_stat=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stat_ignores_trailing_slash=no
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_stime=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strchr=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strcmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strftime=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strptime=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsep=yes
ac_cv_func_strsignal=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtoumax=yes
ac_cv_func_strverscmp=yes
ac_cv_func_strxfrm=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_sys_siglist=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysinfo=yes
ac_cv_func_syslog=yes
ac_cv_func_system=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_time=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_func_timezone=yes
ac_cv_func_tmpnam=yes
ac_cv_func_towlower=yes
ac_cv_func_towupper=yes
ac_cv_func_truncate=yes
ac_cv_func_tsearch=yes
ac_cv_func_ttyname=yes
ac_cv_func_tzset=yes
ac_cv_func_ulimit=yes
ac_cv_func_umask=yes
ac_cv_func_uname=yes
ac_cv_func_unlink=yes
ac_cv_func_unsetenv=yes
ac_cv_func_unshare=yes
ac_cv_func_updwtmp=yes
ac_cv_func_updwtmpx=yes
ac_cv_func_usleep=yes
ac_cv_func_ustat=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_va_copy=yes
ac_cv_func_valloc=yes
ac_cv_func_vasprintf=yes
ac_cv_func_verrx=yes
ac_cv_func_vfork=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vfscanf=yes
ac_cv_func_vhangup=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=yes
ac_cv_func_vsprintf=yes
ac_cv_func_wait3=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wcslen=yes
ac_cv_func_wctob=yes
ac_cv_func_wctomb=yes
ac_cv_func_wctype=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_gnet_have_abstract_sockets=no
ac_cv_have_abstract_sockets=yes
ac_cv_have_accrights_in_msghdr=no
ac_cv_have_broken_snprintf=no
ac_cv_have_control_in_msghdr=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_long_long_format=yes
ac_cv_have_openpty_ctty_bug=yes
ac_cv_have_space_d_name_in_struct_dirent=yes
ac_cv_header_X=no
ac_cv_header__CC=no
ac_cv_header__CFLAGS=no
ac_cv_header__CPPFLAGS=no
ac_cv_header___5=no
ac_cv_header__c=no
ac_cv_header_aio_h=yes
ac_cv_header_alloca_h=yes
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_asm_byteorder_h=yes
ac_cv_header_asm_ioctls_h=yes
ac_cv_header_asm_page_h=no
ac_cv_header_asm_types_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_byteswap_h=yes
ac_cv_header_conftest__ac_ext=no
ac_cv_header_crypt_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_elf_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_err_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fstab_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_lastlog_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_capability_h=yes
ac_cv_header_linux_fd_h=yes
ac_cv_header_linux_fs_h=yes
ac_cv_header_linux_hayesesp_h=no
ac_cv_header_linux_hdreg_h=yes
ac_cv_header_linux_icmp_h=yes
ac_cv_header_linux_in6_h=yes
ac_cv_header_linux_joystick_h=yes
ac_cv_header_linux_ptrace_h=yes
ac_cv_header_linux_serial_h=yes
ac_cv_header_linux_sonypi_h=yes
ac_cv_header_linux_unistd_h=yes
ac_cv_header_linux_utsname_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_mcheck_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_mqueue_h=yes
ac_cv_header_ncurses_curses_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_termcap_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_net_route_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_ether_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_ip6_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_sctp_h=no
ac_cv_header_netinet_sctp_uio_h=no
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_netinet_udp_h=yes
ac_cv_header_netipx_ipx_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_rpc_rpc_h=yes
ac_cv_header_rpc_types_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_scsi_scsi_h=yes
ac_cv_header_search_h=yes
ac_cv_header_semaphore_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_sgtty_h=yes
ac_cv_header_shadow_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_fsuid_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_mtio_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_ptrace_h=yes
ac_cv_header_sys_queue_h=yes
ac_cv_header_sys_reg_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_socketvar_h=yes
ac_cv_header_sys_soundcard_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_stropts_h=yes
ac_cv_header_sys_swap_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_sysmacros_h=yes
ac_cv_header_sys_termios_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_timex_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_sys_user_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_ttyent_h=yes
ac_cv_header_ulimit_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_ustat_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_values_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=arm-oe-linux-gnueabi
ac_cv_ispeed_offset=13
ac_cv_lib_png_png_create_info_struct=yes
ac_cv_libiconv_utf8=yes
ac_cv_libnet_endianess=lil
ac_cv_linux_vers=2
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_need_trio=no
ac_cv_o_nonblock_inherited=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=sed
ac_cv_path_ac_pt_ANT=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
ac_cv_path_ac_pt_CHMOD=/bin/chmod
ac_cv_path_ac_pt_CPIO=/bin/cpio
ac_cv_path_ac_pt_FILE=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
ac_cv_path_ac_pt_FIND=/usr/bin/find
ac_cv_path_ac_pt_GAWK=/usr/bin/gawk
ac_cv_path_ac_pt_GETCONF=/usr/bin/getconf
ac_cv_path_ac_pt_GZIP=/bin/gzip
ac_cv_path_ac_pt_LINUX32=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
ac_cv_path_ac_pt_LSB_RELEASE=/usr/bin/lsb_release
ac_cv_path_ac_pt_MAKE=/usr/bin/make
ac_cv_path_ac_pt_PATCH=/usr/bin/patch
ac_cv_path_ac_pt_SHA256SUM=/usr/bin/sha256sum
ac_cv_path_ac_pt_TAR=/bin/tar
ac_cv_path_ac_pt_UNZIP=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
ac_cv_path_ac_pt_WGET=/usr/bin/wget
ac_cv_path_ac_pt_ZIP=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_pread=no
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm'
ac_cv_prog_CPP='arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
ac_cv_prog_STRIP=arm-oe-linux-gnueabi-strip
ac_cv_prog_ac_ct_FASTJAR=fastjar
ac_cv_prog_ac_ct_LDD=ldd
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_pwrite=no
ac_cv_regexec_segfault_emptystr=no
ac_cv_sctp=no
ac_cv_sizeof___int64=0
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_int_p=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_double=8
ac_cv_sizeof_long_int=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_long_long_int=8
ac_cv_sizeof_long_p=4
ac_cv_sizeof_off_t=4
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_ptrdiff_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_short_int=2
ac_cv_sizeof_signed_char=1
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_int=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_long_long_int=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_unsigned_short_int=2
ac_cv_sizeof_void_p=4
ac_cv_sizeof_wchar_t=4
ac_cv_strerror_r_SUSv3=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_time_r_type=POSIX
ac_cv_type_uid_t='{ac_cv_type_uid_t=yes}'
ac_cv_uchar=no
ac_cv_uint=yes
ac_cv_ulong=yes
ac_cv_ushort=yes
ac_cv_va_copy=yes
ac_cv_va_val_copy=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_working_getline=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
am_cv_scanf_lld=yes
apr_cv_process_shared_works=no
apr_cv_tcp_nodelay_with_cork=yes
as_cv_unaligned_access=no
bash_cv_dup2_broken=no
bash_cv_func_sigsetjmp=missing
bash_cv_func_strcoll_broken=no
bash_cv_getcwd_calls_popen=no
bash_cv_getenv_redef=yes
bash_cv_have_mbstate_t=yes
bash_cv_job_control_missing=present
bash_cv_must_reinstall_sighandlers=no
bash_cv_opendir_not_robust=no
bash_cv_pgrp_pipe=no
bash_cv_printf_a_format=yes
bash_cv_sys_named_pipes=present
bash_cv_sys_siglist=yes
bash_cv_type_rlimit=rlim_t
bash_cv_ulimit_maxfds=yes
bash_cv_under_sys_siglist=yes
bash_cv_unusable_rtsigs=no
compat_cv_func_basename_works=no
compat_cv_func_dirname_works=no
compat_cv_func_snprintf_works=yes
cvs_cv_func_printf_ptr=yes
db_cv_align_t='unsigned long long'
db_cv_alignp_t='unsigned long'
db_cv_fcntl_f_setfd=yes
db_cv_path_ar=/usr/bin/ar
db_cv_path_chmod=/bin/chmod
db_cv_path_cp=/bin/cp
db_cv_path_ln=/bin/ln
db_cv_path_mkdir=/bin/mkdir
db_cv_path_ranlib=/usr/bin/ranlib
db_cv_path_rm=/bin/rm
db_cv_path_sh=/bin/sh
db_cv_path_strip=/usr/bin/strip
db_cv_spinlocks=no
db_cv_sprintf_count=yes
ettercap_cv_type_socklen_t=yes
fu_cv_sys_stat_statfs2_bsize=yes
gl_cv_func_btowc_eof=yes
gl_cv_func_fstatat_zero_flag=yes
gl_cv_func_mbrtowc_incomplete_state=yes
gl_cv_func_mbrtowc_nul_retval=yes
gl_cv_func_mbrtowc_null_arg=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_mbrtowc_sanitycheck=yes
gl_cv_func_wcrtomb_retval=yes
gl_cv_func_wctob_works=yes
glib_cv___va_copy=yes
glib_cv_compliant_posix_memalign=1
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_have_qsort_r=yes
glib_cv_long_long_format=ll
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
glib_cv_sizeof_intmax_t=8
glib_cv_sizeof_ptrdiff_t=4
glib_cv_sizeof_size_t=4
glib_cv_sizeof_system_thread=4
glib_cv_stack_grows=no
glib_cv_strlcpy=no
glib_cv_sys_pthread_cond_timedwait_posix=yes
glib_cv_sys_pthread_getspecific_posix=yes
glib_cv_sys_pthread_mutex_trylock_posix=yes
glib_cv_sys_use_pid_niceness_surrogate=yes
glib_cv_uscore=no
glib_cv_use_pid_surrogate=yes
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
gt_cv_locale_fr=fr_FR
it_cv_default_libdir=/usr/lib
it_cv_hardlink_src=yes
it_cv_proc=16
it_cv_reflink=yes
jm_cv_func_working_readdir=yes
lf_cv_sane_realloc=yes
lftp_cv_va_val_copy=yes
libIDL_cv_long_long_format=ll
lt_cv_sys_lib_dlsearch_path_spec='/usr/lib /lib'
mr_cv_target_elf=yes
mysql_cv_func_atomic_add=no
mysql_cv_func_atomic_sub=no
nano_cv_func_regexec_segv_emptystr=no
php_cv_lib_cookie_io_functions_use_off64_t=yes
rpppoe_cv_pack_bitfields=rev
rsync_cv_HAVE_BROKEN_LARGEFILE=no
rsync_cv_HAVE_BROKEN_READDIR=no
rsync_cv_HAVE_C99_VSNPRINTF=yes
rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes
rsync_cv_HAVE_LONGLONG=yes
rsync_cv_HAVE_OFF64_T=no
rsync_cv_HAVE_SECURE_MKSTEMP=yes
rsync_cv_HAVE_SHORT_INO_T=no
rsync_cv_HAVE_SOCKETPAIR=yes
rsync_cv_HAVE_UNSIGNED_CHAR=no
rsync_cv_REPLACE_INET_ATON=no
rsync_cv_REPLACE_INET_NTOA=no
samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes
samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no
samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no
samba_cv_HAVE_BROKEN_GETGROUPS=no
samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes
samba_cv_HAVE_BROKEN_READDIR=yes
samba_cv_HAVE_BROKEN_READDIR_NAME=no
samba_cv_HAVE_C99_VSNPRINTF=yes
samba_cv_HAVE_DEV64_T=no
samba_cv_HAVE_DEVICE_MAJOR_FN=yes
samba_cv_HAVE_DEVICE_MINOR_FN=yes
samba_cv_HAVE_DQB_FSOFTLIMIT=no
samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes
samba_cv_HAVE_FAM_H=no
samba_cv_HAVE_FCNTL_LOCK=yes
samba_cv_HAVE_FTRUNCATE_EXTEND=yes
samba_cv_HAVE_FUNCTION_MACRO=yes
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
samba_cv_HAVE_IFACE_AIX=no
samba_cv_HAVE_IFACE_IFCONF=yes
samba_cv_HAVE_IFACE_IFREQ=yes
samba_cv_HAVE_INO64_T=no
samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no
samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes
samba_cv_HAVE_KERNEL_SHARE_MODES=yes
samba_cv_HAVE_MAKEDEV=yes
samba_cv_HAVE_MMAP=yes
samba_cv_HAVE_NATIVE_ICONV=yes
samba_cv_HAVE_OFF64_T=no
samba_cv_HAVE_ROOT=yes
samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no
samba_cv_HAVE_SECURE_MKSTEMP=yes
samba_cv_HAVE_SENDFILE64=yes
samba_cv_HAVE_SENDFILE=yes
samba_cv_HAVE_SOCK_SIN_LEN=no
samba_cv_HAVE_STAT_ST_BLKSIZE=yes
samba_cv_HAVE_STAT_ST_BLOCKS=yes
samba_cv_HAVE_STRUCT_DIR64=no
samba_cv_HAVE_STRUCT_DIRENT64=yes
samba_cv_HAVE_STRUCT_FLOCK64=yes
samba_cv_HAVE_TRUNCATED_SALT=no
samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_UNSIGNED_CHAR=yes
samba_cv_HAVE_UTIMBUF=yes
samba_cv_HAVE_UT_UT_ADDR=yes
samba_cv_HAVE_UT_UT_EXIT=yes
samba_cv_HAVE_UT_UT_HOST=yes
samba_cv_HAVE_UT_UT_ID=yes
samba_cv_HAVE_UT_UT_NAME=yes
samba_cv_HAVE_UT_UT_PID=yes
samba_cv_HAVE_UT_UT_TIME=yes
samba_cv_HAVE_UT_UT_TV=yes
samba_cv_HAVE_UT_UT_TYPE=yes
samba_cv_HAVE_UT_UT_USER=yes
samba_cv_HAVE_UX_UT_SYSLEN=no
samba_cv_HAVE_VA_COPY=yes
samba_cv_HAVE_WORKING_AF_LOCAL=yes
samba_cv_HAVE_Werror=yes
samba_cv_LINUX_LFS_SUPPORT=yes
samba_cv_PUTUTLINE_RETURNS_UTMP=yes
samba_cv_QUOTA_WORKS=yes
samba_cv_REALPATH_TAKES_NULL=yes
samba_cv_REPLACE_GETPASS=yes
samba_cv_REPLACE_INET_NTOA=no
samba_cv_REPLACE_READDIR=no
samba_cv_RUN_QUOTA_TESTS=yes
samba_cv_SEEKDIR_RETURNS_VOID=yes
samba_cv_SIZEOF_DEV_T=yes
samba_cv_SIZEOF_INO_T=yes
samba_cv_SIZEOF_OFF_T=yes
samba_cv_SYSCONF_SC_NGROUPS_MAX=yes
samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes
samba_cv_SYSCONF_SC_NPROC_ONLN=no
samba_cv_SYSCONF_SC_PAGESIZE=yes
samba_cv_SYSQUOTA_FOUND=yes
samba_cv_SYSQUOTA_WORKS=yes
samba_cv_SYSQUOTA_WORKS_XFS=yes
samba_cv_TRY_QUOTAS=no
samba_cv_TRY_SYS_QUOTAS=yes
samba_cv_USE_SETEUID=yes
samba_cv_USE_SETRESUID=yes
samba_cv_USE_SETREUID=yes
samba_cv_USE_SETUIDX=yes
samba_cv_WE_USE_SYS_QUOTAS=yes
samba_cv_WITH_AFS=no
samba_cv_WITH_FAKE_KASERVER=no
samba_cv_WITH_QUOTAS=auto
samba_cv_WITH_SYS_QUOTAS=auto
samba_cv_WITH_VFS_AFSACL=no
samba_cv_compiler_supports_ll=yes
samba_cv_found_xfs_header=yes
samba_cv_have_longlong=yes
samba_cv_have_setresgid=yes
samba_cv_have_setresuid=yes
samba_cv_immediate_structures=yes
samba_cv_optimize_out_funcation_calls=yes
samba_cv_sig_atomic_t=yes
samba_cv_socklen_t=yes
samba_cv_struct_timespec=yes
samba_cv_sysquotas_file=lib/sysquotas_linux.c
samba_cv_unixsocket=yes
samba_cv_volatile=yes
sc_cv_termios_ispeed=yes
screen_cv_sys_bcopy_overlap=no
screen_cv_sys_fifo_broken_impl=yes
screen_cv_sys_fifo_usable=yes
screen_cv_sys_memcpy_overlap=no
screen_cv_sys_memmove_overlap=no
screen_cv_sys_select_broken_retval=no
screen_cv_sys_sockets_nofs=no
screen_cv_sys_sockets_usable=yes
screen_cv_sys_terminfo_used=yes
shadow_cv_logdir=/var/log
shadow_cv_maildir=/var/spool/mail
shadow_cv_mailfile=Mailbox
shadow_cv_passwd_dir=/usr/bin
shadow_cv_utmpdir=/var/run
slrn_cv_va_val_copy=yes
sudo_cv_func_unsetenv_void=no
tcl_cv_api_serial=termios
utils_cv_sys_open_max=1019
xorg_cv_malloc0_returns_null=yes

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

ABS_CLIENT_LIBJVM_SO=''
ABS_JAVA_HOME_DIR=''
ABS_SERVER_LIBJVM_SO=''
ACLOCAL='${SHELL} /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing aclocal-1.14'
ADD_CACAO_BUILD_FALSE=''
ADD_CACAO_BUILD_TRUE=''
ADD_JAMVM_BUILD_FALSE=''
ADD_JAMVM_BUILD_TRUE=''
ADD_SHARK_BUILD_FALSE=''
ADD_SHARK_BUILD_TRUE=''
ADD_ZERO_BUILD_FALSE=''
ADD_ZERO_BUILD_TRUE=''
ALSA_CFLAGS=''
ALSA_LIBS=''
ALT_CACAO_SRC_ZIP=''
ALT_CORBA_SRC_ZIP=''
ALT_HOTSPOT_SRC_ZIP=''
ALT_JAMVM_SRC_ZIP=''
ALT_JAR_CMD=''
ALT_JAXP_SRC_ZIP=''
ALT_JAXWS_SRC_ZIP=''
ALT_JDK_SRC_ZIP=''
ALT_LANGTOOLS_SRC_ZIP=''
ALT_OPENJDK_SRC_ZIP=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ANT='/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant'
ARCHFLAG=''
ARCH_PREFIX=''
AUTOCONF='${SHELL} /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing autoconf'
AUTOHEADER='${SHELL} /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing autoheader'
AUTOMAKE='${SHELL} /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing automake-1.14'
AWK='gawk'
BOOTSTRAPPING_FALSE=''
BOOTSTRAPPING_TRUE=''
BUILD_ARCH_DIR='arm'
BUILD_CACAO_FALSE=''
BUILD_CACAO_TRUE=''
BUILD_JAMVM_FALSE=''
BUILD_JAMVM_TRUE=''
BUILD_NATIVE_ECJ_FALSE=''
BUILD_NATIVE_ECJ_TRUE='#'
BUILD_OS_DIR=''
CACAO_IMPORT_PATH=''
CC='arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm'
CCDEPMODE='depmode=none'
CC_FOR_BUILD='gcc'
CFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types'
CHMOD='/bin/chmod'
CONFIGURE_ARGS=''
CP39408_JAVAH_FALSE=''
CP39408_JAVAH_TRUE=''
CP40188_JAVAH_FALSE=''
CP40188_JAVAH_TRUE=''
CP40616_FALSE=''
CP40616_TRUE=''
CP40630_FALSE=''
CP40630_TRUE=''
CP45526_JAVAH_FALSE=''
CP45526_JAVAH_TRUE=''
CPIO='/bin/cpio'
CPP='arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
CPPFLAGS=''
CP_SUPPORTS_REFLINK_FALSE='#'
CP_SUPPORTS_REFLINK_TRUE=''
CUPS_LIBS=''
CXX='arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm'
CXXDEPMODE='depmode=none'
CXXFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
CYGPATH_W='echo'
DEFAULT_LIBDIR='/usr/lib'
DEFS=''
DEPDIR='.deps'
DISABLE_HOTSPOT_TESTS_FALSE='#'
DISABLE_HOTSPOT_TESTS_TRUE=''
DISABLE_JDK_TESTS_FALSE='#'
DISABLE_JDK_TESTS_TRUE=''
DISABLE_LANGTOOLS_TESTS_FALSE='#'
DISABLE_LANGTOOLS_TESTS_TRUE=''
DISABLE_OPTIMIZATIONS_FALSE=''
DISABLE_OPTIMIZATIONS_TRUE=''
DISABLE_TESTS_FALSE='#'
DISABLE_TESTS_TRUE=''
DIST_ID=''
DIST_NAME=''
DOWNLOADING_FALSE=''
DOWNLOADING_TRUE=''
DTDTYPE_QNAME_FALSE=''
DTDTYPE_QNAME_TRUE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECJ=''
ECJ_JAR=''
EGREP='/bin/grep -E'
ENABLE_CACAO=''
ENABLE_CACAO_FALSE=''
ENABLE_CACAO_TRUE=''
ENABLE_DOCS_FALSE=''
ENABLE_DOCS_TRUE='#'
ENABLE_JAMVM=''
ENABLE_JAMVM_FALSE=''
ENABLE_JAMVM_TRUE=''
ENABLE_JAR_COMPRESSION_FALSE=''
ENABLE_JAR_COMPRESSION_TRUE=''
ENABLE_NSS_FALSE=''
ENABLE_NSS_TRUE='#'
ENABLE_PULSE_JAVA_FALSE=''
ENABLE_PULSE_JAVA_TRUE='#'
ENABLE_SYSCALL_COMPILATION=''
ENABLE_SYSTEMTAP_FALSE=''
ENABLE_SYSTEMTAP_TRUE='#'
ENABLE_SYSTEM_FONTCONFIG=''
ENABLE_SYSTEM_GIF=''
ENABLE_SYSTEM_GIO=''
ENABLE_SYSTEM_GTK=''
ENABLE_SYSTEM_JPEG=''
ENABLE_SYSTEM_LCMS=''
ENABLE_SYSTEM_PNG=''
ENABLE_SYSTEM_ZLIB=''
ENABLE_WARNINGS=''
ENABLE_WARNINGS_FALSE=''
ENABLE_WARNINGS_TRUE=''
ENABLE_WERROR_FALSE=''
ENABLE_WERROR_TRUE=''
EXEEXT=''
FASTJAR='fastjar'
FILE='/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file'
FIND='/usr/bin/find'
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FREETYPE2_CFLAGS=''
FREETYPE2_LIBS=''
GAWK='/usr/bin/gawk'
GCC_OLD_FALSE=''
GCC_OLD_TRUE='#'
GCJ='no'
GETCONF='/usr/bin/getconf'
GIF_LIBS=''
GIO_CFLAGS=''
GIO_LIBS=''
GREP='/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
GZIP='/bin/gzip'
HAS_HOTSPOT_REVISION_FALSE=''
HAS_HOTSPOT_REVISION_TRUE='#'
HAS_ICEDTEA_REVISION_FALSE=''
HAS_ICEDTEA_REVISION_TRUE='#'
HAS_JDK_REVISION_FALSE=''
HAS_JDK_REVISION_TRUE='#'
HAS_PKGVERSION_FALSE=''
HAS_PKGVERSION_TRUE=''
HG=''
HGREV=''
HOTSPOT_REVISION='none'
HSBUILD='default'
ICEDTEA_REVISION='none'
INSTALL_ARCH_DIR='arm'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAR=''
JAR_ACCEPTS_STDIN_LIST=''
JAR_KNOWS_ATFILE=''
JAR_KNOWS_J_OPTIONS=''
JAVA=''
JAVAC=''
JAVAC_LACKS_DIAMOND_FALSE=''
JAVAC_LACKS_DIAMOND_TRUE=''
JAVAH=''
JAVAH_SUPPORTS_X_OPTIONS_FALSE=''
JAVAH_SUPPORTS_X_OPTIONS_TRUE=''
JDK_REVISION='none'
JPEG_LIBS=''
JRE_ARCH_DIR='arm'
LACKS_JAVAX_ANNOTATION_RESOURCE_FALSE=''
LACKS_JAVAX_ANNOTATION_RESOURCE_TRUE=''
LACKS_JAVAX_MANAGEMENT_MODELMBEAN_MODELMBEANINFO_FALSE=''
LACKS_JAVAX_MANAGEMENT_MODELMBEAN_MODELMBEANINFO_TRUE=''
LACKS_JAVAX_MANAGEMENT_REMOTE_JMXSERVICEURL_FALSE=''
LACKS_JAVAX_MANAGEMENT_REMOTE_JMXSERVICEURL_TRUE=''
LACKS_JAVAX_NET_SSL_SSLCONTEXT_GETDEFAULTSSLPARAMETERS_FALSE=''
LACKS_JAVAX_NET_SSL_SSLCONTEXT_GETDEFAULTSSLPARAMETERS_TRUE=''
LACKS_JAVAX_NET_SSL_SSLENGINE_SETSSLPARAMETERS_FALSE=''
LACKS_JAVAX_NET_SSL_SSLENGINE_SETSSLPARAMETERS_TRUE=''
LACKS_JAVAX_RMI_SSL_SSLRMISERVERSOCKETFACTORY_7_FALSE=''
LACKS_JAVAX_RMI_SSL_SSLRMISERVERSOCKETFACTORY_7_TRUE=''
LACKS_JAVAX_SWING_PLAF_BASIC_BASICDIRECTORYMODEL_ADDPROPERTYCHANGELISTENER_FALSE=''
LACKS_JAVAX_SWING_PLAF_BASIC_BASICDIRECTORYMODEL_ADDPROPERTYCHANGELISTENER_TRUE=''
LACKS_JAVA_UTIL_REGEX_MATCHER_QUOTEREPLACEMENT_FALSE=''
LACKS_JAVA_UTIL_REGEX_MATCHER_QUOTEREPLACEMENT_TRUE=''
LACKS_JAVA_UTIL_SCANNER_FALSE=''
LACKS_JAVA_UTIL_SCANNER_TRUE=''
LCMS2_CFLAGS=''
LCMS2_LIBS=''
LDD='ldd'
LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
LIBFFI_CFLAGS=''
LIBFFI_LIBS=''
LIBOBJS=''
LIBPULSE_CFLAGS=''
LIBPULSE_LIBS=''
LIBS=''
LINUX32='/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32'
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_LDFLAGS=''
LLVM_LIBS=''
LSB_RELEASE='/usr/bin/lsb_release'
LTLIBOBJS=''
MAKE='/usr/bin/make'
MAKEINFO='${SHELL} /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
NATIVE2ASCII=''
NO_BYTECODE7_FALSE=''
NO_BYTECODE7_TRUE=''
NSS_LIBDIR=''
OBJEXT='o'
OPENJDK_BUILD_DIR=''
OPENJDK_SRC_DIR='/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/openjdk'
OPENJDK_SRC_DIR_FOUND_FALSE=''
OPENJDK_SRC_DIR_FOUND_TRUE='#'
OPENJDK_SRC_DIR_HARDLINKABLE_FALSE=''
OPENJDK_SRC_DIR_HARDLINKABLE_TRUE='#'
OS_PATH=''
PACKAGE='icedtea'
PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net'
PACKAGE_NAME='icedtea'
PACKAGE_STRING='icedtea 2.3.12'
PACKAGE_TARNAME='icedtea'
PACKAGE_URL=''
PACKAGE_VERSION='2.3.12'
PARALLEL_JOBS=''
PATCH='/usr/bin/patch'
PATH_SEPARATOR=':'
PAX_COMMAND=''
PAX_COMMAND_ARGS=''
PKGVERSION=''
PNG_CFLAGS=''
PNG_LIBS=''
PROJECT_NAME=''
RHINO_JAR=''
RMIC=''
SET_MAKE=''
SHA256SUM='/usr/bin/sha256sum'
SHARK_BUILD_FALSE=''
SHARK_BUILD_TRUE=''
SHELL='/bin/bash'
SRC_DIR_HARDLINKABLE_FALSE='#'
SRC_DIR_HARDLINKABLE_TRUE=''
STRIP='arm-oe-linux-gnueabi-strip'
SYSTEM_JDK_DIR=''
TAR='/bin/tar'
TZDATA_DIR=''
UNZIP='/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip'
USE_ALT_CACAO_SRC_ZIP_FALSE=''
USE_ALT_CACAO_SRC_ZIP_TRUE=''
USE_ALT_CORBA_SRC_ZIP_FALSE=''
USE_ALT_CORBA_SRC_ZIP_TRUE=''
USE_ALT_HOTSPOT_SRC_ZIP_FALSE=''
USE_ALT_HOTSPOT_SRC_ZIP_TRUE=''
USE_ALT_JAMVM_SRC_ZIP_FALSE=''
USE_ALT_JAMVM_SRC_ZIP_TRUE=''
USE_ALT_JAR_FALSE=''
USE_ALT_JAR_TRUE=''
USE_ALT_JAXP_SRC_ZIP_FALSE=''
USE_ALT_JAXP_SRC_ZIP_TRUE=''
USE_ALT_JAXWS_SRC_ZIP_FALSE=''
USE_ALT_JAXWS_SRC_ZIP_TRUE=''
USE_ALT_JDK_SRC_ZIP_FALSE=''
USE_ALT_JDK_SRC_ZIP_TRUE=''
USE_ALT_LANGTOOLS_SRC_ZIP_FALSE=''
USE_ALT_LANGTOOLS_SRC_ZIP_TRUE=''
USE_ALT_OPENJDK_SRC_ZIP_FALSE=''
USE_ALT_OPENJDK_SRC_ZIP_TRUE=''
USE_BSD_FALSE=''
USE_BSD_TRUE=''
USE_CACIOCAVALLO_FALSE=''
USE_CACIOCAVALLO_TRUE=''
USE_CLOSURES_FALSE=''
USE_CLOSURES_TRUE=''
USE_CVMI_FALSE=''
USE_CVMI_TRUE=''
USE_HG_FALSE=''
USE_HG_TRUE=''
USE_JDK7_FALSE=''
USE_JDK7_TRUE=''
USE_NIO2_FALSE=''
USE_NIO2_TRUE=''
USE_SYSCALL_COMPILATION_FALSE=''
USE_SYSCALL_COMPILATION_TRUE=''
USE_SYSTEM_CACAO_FALSE=''
USE_SYSTEM_CACAO_TRUE=''
USE_SYSTEM_FONTCONFIG_FALSE=''
USE_SYSTEM_FONTCONFIG_TRUE=''
USE_SYSTEM_GIF_FALSE=''
USE_SYSTEM_GIF_TRUE=''
USE_SYSTEM_GIO_FALSE=''
USE_SYSTEM_GIO_TRUE=''
USE_SYSTEM_GTK_FALSE=''
USE_SYSTEM_GTK_TRUE=''
USE_SYSTEM_JPEG_FALSE=''
USE_SYSTEM_JPEG_TRUE=''
USE_SYSTEM_LCMS_FALSE=''
USE_SYSTEM_LCMS_TRUE=''
USE_SYSTEM_PNG_FALSE=''
USE_SYSTEM_PNG_TRUE=''
USE_SYSTEM_ZLIB_FALSE=''
USE_SYSTEM_ZLIB_TRUE=''
USING_CACAO=''
USING_CACAO_FALSE=''
USING_CACAO_TRUE=''
USING_ECJ=''
VERSION='2.3.12'
VERSION_SUFFIX=''
WGET='/usr/bin/wget'
WITH_ALT_HSBUILD_FALSE=''
WITH_ALT_HSBUILD_TRUE='#'
WITH_HGREV_FALSE=''
WITH_HGREV_TRUE=''
WITH_PAX_FALSE=''
WITH_PAX_TRUE=''
WITH_RHINO_FALSE=''
WITH_RHINO_TRUE=''
WITH_TZDATA_DIR_FALSE=''
WITH_TZDATA_DIR_TRUE=''
X11_CFLAGS=''
X11_LIBS=''
XINERAMA_CFLAGS=''
XINERAMA_LIBS=''
XSLTPROC=''
XTST_CFLAGS=''
XTST_LIBS=''
XT_CFLAGS=''
XT_LIBS=''
XVFB_RUN_CMD=''
ZERO_ARCHDEF='ARM'
ZERO_BITSPERWORD='32'
ZERO_BUILD_FALSE='#'
ZERO_BUILD_TRUE=''
ZERO_ENDIANNESS='little'
ZERO_LIBARCH='arm'
ZIP='/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip'
ZLIB_CFLAGS=''
ZLIB_LIBS=''
abs_top_builddir='/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build'
abs_top_srcdir='/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_FASTJAR='fastjar'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='/usr/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_downloading=''
exec_prefix='/usr'
host='arm-oe-linux-gnueabi'
host_alias='arm-oe-linux-gnueabi'
host_cpu='arm'
host_os='linux-gnueabi'
host_vendor='oe'
htmldir='${docdir}'
includedir='/usr/include'
infodir='/usr/share/info'
install_sh='${SHELL} /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/install-sh'
libdir='/usr/lib'
libexecdir='/usr/lib/openjdk-7-jre'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/usr/sbin'
sharedstatedir='/com'
sysconfdir='/etc'
target_alias='arm-oe-linux-gnueabi'

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

/* confdefs.h */
#define PACKAGE_NAME "icedtea"
#define PACKAGE_TARNAME "icedtea"
#define PACKAGE_VERSION "2.3.12"
#define PACKAGE_STRING "icedtea 2.3.12"
#define PACKAGE_BUGREPORT "distro-pkg-dev@openjdk.java.net"
#define PACKAGE_URL ""
#define PACKAGE "icedtea"
#define VERSION "2.3.12"
#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 SIZEOF_VOID_P 4

configure: exit 2

[-- Attachment #3: log.do_configure.12353 --]
[-- Type: application/octet-stream, Size: 13252 bytes --]

DEBUG: Executing python function sysroot_cleansstate
DEBUG: Python function sysroot_cleansstate finished
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function autotools_preconfigure
DEBUG: Shell function autotools_preconfigure finished
DEBUG: Executing python function autotools_copy_aclocals
WARNING: /home/me/Java2/build/tmp-eglibc/sstate-control/manifest-qemuarm-libecj-bootstrap.populate_sysroot not found
WARNING: /home/me/Java2/build/tmp-eglibc/sstate-control/manifest-qemuarm-ecj-initial.populate_sysroot not found
WARNING: /home/me/Java2/build/tmp-eglibc/sstate-control/manifest-qemuarm-cacao-initial.populate_sysroot not found
WARNING: /home/me/Java2/build/tmp-eglibc/sstate-control/manifest-qemuarm-jikes-initial.populate_sysroot not found
WARNING: /home/me/Java2/build/tmp-eglibc/sstate-control/manifest-qemuarm-classpath-initial.populate_sysroot not found
DEBUG: Python function autotools_copy_aclocals finished
DEBUG: Executing shell function do_configure
Configure with parallel-jobs: 16
automake (GNU automake) 1.14.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
AUTOV is 1.14
NOTE: Executing ACLOCAL="aclocal --system-acdir=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/aclocal-copy/ --automake-acdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.14" autoreconf --verbose --install --force --exclude=autopoint
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --system-acdir=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/aclocal-copy/ --automake-acdir=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.14 --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --foreign --add-missing --copy --force-missing
autoreconf: running: gnu-configize
autoreconf: Leaving directory `.'
NOTE: Running /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure  --build=x86_64-linux 		  --host=arm-oe-linux-gnueabi 		  --target=arm-oe-linux-gnueabi 		  --prefix=/usr 		  --exec_prefix=/usr 		  --bindir=/usr/bin 		  --sbindir=/usr/sbin 		  --libexecdir=/usr/lib/openjdk-7-jre 		  --datadir=/usr/share 		  --sysconfdir=/etc 		  --sharedstatedir=/com 		  --localstatedir=/var 		  --libdir=/usr/lib 		  --includedir=/usr/include 		  --oldincludedir=/usr/include 		  --infodir=/usr/share/info 		  --mandir=/usr/share/man 		  --disable-silent-rules 		  --disable-dependency-tracking 		  --with-libtool-sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm          --disable-tests 	--disable-hotspot-tests 	--disable-langtools-tests 	--disable-jdk-tests 	--disable-pulse-java 	--disable-docs 	--disable-nss 	--disable-system-lcms 	--disable-bootstrap 	        --enable-zero 		--with-jdk-home=/home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/jvm/icedtea6-native 	--with-rhino=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/share/java/rhino.jar 	        --with-openjdk-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e62743867f54.tar.bz2 	--with-hotspot-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/37b254871acb.tar.gz 	--with-corba-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/ea108ff3be9a.tar.gz 	--with-jaxp-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/332f0234a53e.tar.gz 	--with-jaxws-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/fdc4ad9f30c6.tar.gz 	--with-jdk-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/4a0cf2c05cc6.tar.gz 	--with-langtools-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/6c9b532f4281.tar.gz         --with-additional-vms=cacao,jamvm 	--with-cacao-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/e215e36be9fc.tar.gz 	--with-jamvm-src-zip=/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz 		--with-parallel-jobs=16 		--with-pkgversion=25b30-2.3.12 	--with-cc-for-build=gcc          --enable-nls 
configure: WARNING: unrecognized options: --with-libtool-sysroot, --enable-nls
configure: loading site script /home/me/Java2/meta/site/endian-little
configure: loading site script /home/me/Java2/meta/site/arm-common
configure: loading site script /home/me/Java2/meta/site/common-linux
configure: loading site script /home/me/Java2/meta/site/common-glibc
configure: loading site script /home/me/Java2/meta/site/arm-linux
configure: loading site script /home/me/Java2/meta/site/common
configure: loading site script /home/me/Java2/meta-openembedded/meta-oe/site/endian-little
configure: loading site script /home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/eglibc_config
configure: loading site script /home/me/Java2/build/tmp-eglibc/sysroots/qemuarm/usr/share/arm-oe-linux-gnueabi_config_site.d/ncurses_config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-oe-linux-gnueabi-strip... arm-oe-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-oe-linux-gnueabi
checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm accepts -g... yes
checking for arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm option to accept ISO C89... none needed
checking whether arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm... none
checking whether we are using the GNU C++ compiler... yes
checking whether arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm accepts -g... yes
checking dependency style of arm-oe-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm... none
checking for compiler used for subsidiary programs... gcc
checking for arm-oe-linux-gnueabi-make... no
checking for make... /usr/bin/make
configure: WARNING: using cross tools not prefixed with host triplet
checking for arm-oe-linux-gnueabi-gzip... no
checking for gzip... /bin/gzip
checking for arm-oe-linux-gnueabi-ant... no
checking for ant... /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ant
checking for arm-oe-linux-gnueabi-find... no
checking for find... /usr/bin/find
checking for arm-oe-linux-gnueabi-patch... no
checking for patch... /usr/bin/patch
checking for arm-oe-linux-gnueabi-tar... no
checking for tar... /bin/tar
checking for arm-oe-linux-gnueabi-chmod... no
checking for chmod... /bin/chmod
checking for arm-oe-linux-gnueabi-sha256sum... no
checking for sha256sum... /usr/bin/sha256sum
checking for arm-oe-linux-gnueabi-wget... no
checking for wget... /usr/bin/wget
checking for arm-oe-linux-gnueabi-zip... no
checking for zip... /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/zip
checking for arm-oe-linux-gnueabi-unzip... no
checking for unzip... /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/unzip
checking for arm-oe-linux-gnueabi-cpio... no
checking for cpio... /bin/cpio
checking for arm-oe-linux-gnueabi-file... no
checking for file... /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/file
checking for arm-oe-linux-gnueabi-fastjar... no
checking for arm-oe-linux-gnueabi-jar... no
checking for fastjar... fastjar
checking for arm-oe-linux-gnueabi-ldd... no
checking for ldd... ldd
checking for arm-oe-linux-gnueabi-gawk... no
checking for gawk... /usr/bin/gawk
checking for arm-oe-linux-gnueabi-hg... no
checking for hg... no
checking for an OpenJDK source directory... /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/openjdk
checking for arm-oe-linux-gnueabi-lsb_release... no
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking how to run the C preprocessor... arm-oe-linux-gnueabi-gcc -E --sysroot=/home/me/Java2/build/tmp-eglibc/sysroots/qemuarm  -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether to use the zero-assembler port... yes
checking size of void *... (cached) 4
checking whether byte ordering is bigendian... (cached) no
checking which HotSpot build to use... default
checking for arm-oe-linux-gnueabi-linux32... no
checking for linux32... /home/me/Java2/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/linux32
checking version of GCC... 4.9.0 (major version 4, minor version 9)
checking for arm-oe-linux-gnueabi-getconf... no
checking for getconf... /usr/bin/getconf
checking the number of online processors... 16
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12... yes
checking whether to disable the execution of the JTReg tests... yes
checking whether to disable the execution of the HotSpot JTReg tests... yes
checking whether to disable the execution of the langtools JTReg tests... yes
checking whether to disable the execution of the JDK JTReg tests... yes
checking for xvfb-run... no
checking whether to include PulseAudio support... no
checking whether to build documentation... no
checking whether to include SystemTap tracing support... no
checking for system library directory... /usr/lib
checking whether to enable the NSS-based security provider... disabled by default (edit java.security to enable)
/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: syntax error near unexpected token `NSS,'
/home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/configure: line 8645: `PKG_CHECK_MODULES(NSS, nss, NSS_FOUND=yes, NSS_FOUND=no)'
Configure failed. The contents of all config.log files follows to aid debugging
ERROR: oe_runconf failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_configure (log file is located at /home/me/Java2/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/log.do_configure.12353)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-29 13:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-18 14:57 [PATCH][meta-oe] daemonize: fix out of tree builds and configure Ross Burton
2014-07-18 15:09 ` classpath-native do_configure error MONDON Daniel
2014-07-18 17:04   ` Henning Heinold
2014-07-21 13:21     ` MONDON Daniel
2014-07-28 13:20     ` openjdk-7-jre " MONDON Daniel
2014-07-29 13:13       ` MONDON Daniel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.