All of lore.kernel.org
 help / color / mirror / Atom feed
* Trying and Failing to enable Java with GCC 4.3.3
@ 2010-03-03 16:20 Joshua Smith
  2010-03-03 17:19 ` Joshua Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Joshua Smith @ 2010-03-03 16:20 UTC (permalink / raw)
  To: openembedded-devel

Hello,

I'm new to OE.  I'm trying to get GCJ compiled for the TouchBook (an ARM-based tablet).  After some searching and trial-and-error, I figured out that I need to add:

JAVA_arm = ",java" to recipies/gcc-4.3.3.inc

But now I'm getting an error when it tries to build gcc-cross-4.3.3:

make[4]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
make[4]: *** No rule to make target `all'.  Stop.
make[4]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
make[1]: *** [all-zlib] Error 2

(I can give you more of the log if it would help, but this is the first error)

I can see why adding Java would cause GCC to need zlib when maybe it didn't before.  But I don't know what to change to get zlib configured as part of the gcc build process.

Help?

-Joshua Smith




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

* Re: Trying and Failing to enable Java with GCC 4.3.3
  2010-03-03 16:20 Trying and Failing to enable Java with GCC 4.3.3 Joshua Smith
@ 2010-03-03 17:19 ` Joshua Smith
  2010-03-04  5:23   ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Joshua Smith @ 2010-03-03 17:19 UTC (permalink / raw)
  To: openembedded-devel

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

Update: I dug around in the log files and I think I have a more root cause of this error.

configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

I've attached the whole log of the failing build.

Any hints?

On Mar 3, 2010, at 11:20 AM, Joshua Smith wrote:

> Hello,
> 
> I'm new to OE.  I'm trying to get GCJ compiled for the TouchBook (an ARM-based tablet).  After some searching and trial-and-error, I figured out that I need to add:
> 
> JAVA_arm = ",java" to recipies/gcc-4.3.3.inc
> 
> But now I'm getting an error when it tries to build gcc-cross-4.3.3:
> 
> make[4]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
> make[4]: *** No rule to make target `all'.  Stop.
> make[4]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
> make[3]: *** [multi-do] Error 1
> make[3]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
> make[2]: *** [all-multi] Error 2
> make[2]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
> make[1]: *** [all-zlib] Error 2
> 
> (I can give you more of the log if it would help, but this is the first error)
> 
> I can see why adding Java would cause GCC to need zlib when maybe it didn't before.  But I don't know what to change to get zlib configured as part of the gcc build process.
> 
> Help?
> 
> -Joshua Smith
> 

[-- Attachment #2: log.do_compile.19464 --]
[-- Type: application/octet-stream, Size: 103772 bytes --]

NOTE: make -j4 ARCH_FLAGS_FOR_TARGET=-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -isystem/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include
make[1]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi'
mkdir -p -- build-i686-linux/libiberty
Configuring in build-i686-linux/libiberty
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./fixincludes
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./fixincludes
configure: creating cache ./config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
i686-pc-linux-gnu
checking target system type... configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... arm-angstrom-linux-gnueabi
checking for i686-linux-gcc... gcc 
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for C compiler default output file name... configure: loading site script /OE/ai.openembedded.dev/site/common
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... configure: creating cache ../config.cache
i686-pc-linux-gnu
checking host system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
i686-pc-linux-gnu
/OE/build/tmp/staging/i686-linux/usr/bin/msgfmt
checking for gmsgfmt... /OE/build/tmp/staging/i686-linux/usr/bin/msgfmt
checking for i686-linux-ar... ar
checking for i686-linux-ranlib... ranlib
checking for i686-linux-gcc... gcc 
checking build system type... i686-pc-linux-gnu
checking for xgettext... a.out
checking whether the C compiler works... yes
/OE/build/tmp/staging/i686-linux/usr/bin/xgettext
checking for msgmerge... checking host system type... checking whether we are cross compiling... no
checking for suffix of executables... /OE/build/tmp/staging/i686-linux/usr/bin/msgmerge
i686-pc-linux-gnu

checking for suffix of object files... checking for i686-linux-gcc... gcc 
checking for i686-linux-ar... ar
checking for i686-linux-ranlib... ranlib
checking for i686-linux-gcc... gcc 
checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether gcc  accepts -g... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works... yes
checking for gcc  option to accept ISO C89... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... 
o
checking whether we are using the GNU C compiler... checking for suffix of object files... 
checking for suffix of object files... none needed
checking whether gcc  supports -W... yes
checking whether gcc  accepts -g... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  supports -Wall... yes
checking whether gcc  accepts -g... yes
checking for gcc  option to accept ANSI C... yes
checking whether gcc  accepts -g... yes
checking whether gcc  supports -Wwrite-strings... yes
checking for gcc  option to accept ANSI C... none needed
yes
checking for gcc  option to accept ANSI C... yes
checking whether gcc  supports -Wstrict-prototypes... checking how to run the C preprocessor... gcc -E
none needed
none needed
yes
checking whether gcc  supports -Wmissing-prototypes... checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
yes
checking host system type... checking whether gcc  supports -Wold-style-definition... checking whether gcc  supports -W... yes
checking whether gcc  supports -Wmissing-format-attribute... checking whether gcc  supports -W... i686-pc-linux-gnu
checking for i686-linux-ranlib... ranlib
checking for library containing strerror... yes
yes
checking whether gcc  supports -Wno-overlength-strings... yes
checking whether gcc  supports -Wall... checking whether gcc  supports -Wall... yes
checking whether gcc  supports -pedantic -Wno-long-long... none required
checking how to run the C preprocessor... gcc -E
yes
yes
yes
checking how to run the C preprocessor... gcc -E
checking whether gcc  supports -Wwrite-strings... checking whether gcc  supports -Wwrite-strings... yes
checking whether gcc  supports -Wc++-compat... yes
checking for grep that handles long lines and -e... checking whether gcc  supports -Wc++-compat... checking for egrep... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... grep -E
checking for ANSI C header files... yes
yes
checking whether gcc  supports -Wstrict-prototypes... checking whether gcc  supports -Wstrict-prototypes... yes
yes
checking whether gcc  supports -pedantic ... checking whether gcc  supports -pedantic ... yes
checking whether gcc  and cc understand -c and -o together... yes
checking whether gcc  and cc understand -c and -o together... yes
checking for sys/types.h... yes
yes
checking for an ANSI C-conforming const... checking for sys/stat.h... yes
checking for an ANSI C-conforming const... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
yes
checking for inline... checking for stdlib.h... inline
checking for sys/types.h... yes
checking for inline... yes
yes
checking for string.h... inline
checking whether byte ordering is bigendian... checking for sys/stat.h... inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for memory.h... yes
checking for sys/param.h... yes
yes
checking for stdlib.h... checking for strings.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking for sys/param.h... checking for limits.h... yes
yes
yes
checking for string.h... checking for limits.h... checking for inttypes.h... yes
checking for stdlib.h... yes
checking for stdlib.h... yes
checking for malloc.h... yes
yes
yes
yes
checking for malloc.h... checking for string.h... checking for memory.h... yes
yes
checking for string.h... checking for stdint.h... checking for unistd.h... yes
checking for unistd.h... yes
yes
checking for strings.h... yes
checking for strings.h... checking for strings.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
yes
checking for sys/time.h... yes
checking stddef.h usability... checking for inttypes.h... yes
yes
checking for time.h... checking for time.h... yes
checking for stdint.h... yes
yes
yes
checking stddef.h presence... checking for sys/resource.h... yes
checking for stddef.h... yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
yes
yes
checking for unistd.h... (cached) checking for sys/stat.h... yes
yes
checking for sys/stat.h... checking for unistd.h... yes
checking fcntl.h usability... yes
checking for sys/mman.h... checking for sys/mman.h... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
yes
checking for fcntl.h... yes
checking for fcntl.h... yes
checking for off_t... checking sys/file.h usability... yes
checking for alloca.h... checking for alloca.h... yes
yes
checking for size_t... yes
checking for sys/pstat.h... yes
checking sys/file.h presence... checking for sys/pstat.h... yes
checking for sys/file.h... no
no
checking for sys/sysmp.h... yes
checking for working alloca.h... yes
checking for sys/sysmp.h... checking for sys/stat.h... (cached) yes
no
checking for sys/sysinfo.h... yes
no
checking for sys/sysinfo.h... checking for clearerr_unlocked... checking for machine/hal_sysinfo.h... yes
yes
checking for alloca... checking for machine/hal_sysinfo.h... no
yes
checking for sys/table.h... no
checking for sys/table.h... checking for feof_unlocked... no
no
checking for sys/sysctl.h... checking for sys/sysctl.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
yes
checking for sys/systemcfg.h... checking for getpagesize... (cached) yes
no
checking for ferror_unlocked... checking for working mmap... (cached) yes
checking whether we are using the GNU C Library 2.1 or newer... checking for stdint.h... checking for sys/systemcfg.h... yes
checking for stdio_ext.h... yes
checking whether integer division by zero raises SIGFPE... no
checking for stdint.h... yes
yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdio_ext.h... checking for fflush_unlocked... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for inttypes.h... yes
yes
checking for fgetc_unlocked... checking whether time.h and sys/time.h may both be included... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
yes
checking for stdint.h... checking for fgets_unlocked... yes
checking whether errno must be declared... no
checking for egrep... yes
checking for unsigned long long... yes
grep -E
checking for ANSI C header files... checking for fileno_unlocked... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for fprintf_unlocked... yes
checking for inttypes.h... yes
yes
no
checking whether the inttypes.h PRIxNN macros are broken... checking for fputc_unlocked... checking for sys/types.h... yes
no
checking for sys/stat.h... (cached) yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for fputs_unlocked... yes
checking for stdlib.h... (cached) yes
checking for sys/types.h... checking for string.h... (cached) yes
done
checking for memory.h... yes
checking for sys/stat.h... (cached) yes
checking argz.h usability... checking for stdlib.h... (cached) yes
yes
yes
checking for fread_unlocked... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for memory.h... checking for inttypes.h... yes
checking argz.h presence... yes
yes
yes
checking for stdint.h... (cached) yes
checking for fwrite_unlocked... checking for strings.h... (cached) yes
yes
checking for argz.h... yes
checking for unistd.h... (cached) yes
checking for int... checking limits.h usability... checking for inttypes.h... yes
yes
checking for stdint.h... (cached) yes
checking for getchar_unlocked... checking for unistd.h... (cached) yes
yes
checking size of int... (cached) 4
yes
checking limits.h presence... checking for uintptr_t... checking for int... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking for a 64-bit type... yes
checking size of int... uint64_t
checking for getc_unlocked... checking for pid_t... yes
checking locale.h presence... 4
checking for uintptr_t... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for library containing strerror... yes
checking for putchar_unlocked... yes
checking for a 64-bit type... yes
yes
checking nl_types.h presence... checking for putc_unlocked... none required
checking for asprintf... uint64_t
checking for pid_t... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
yes
checking whether abort is declared... checking for atexit... yes
checking malloc.h presence... yes
checking for library containing strerror... yes
checking for malloc.h... yes
yes
checking whether asprintf is declared... yes
none required
checking stddef.h usability... checking for asprintf... checking for basename... no
checking whether basename is declared... yes
no
checking whether errno is declared... yes
checking for bcmp... yes
checking stddef.h presence... checking for atexit... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking whether vasprintf is declared... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for basename... yes
no
checking whether clearerr_unlocked is declared... checking sys/param.h usability... checking for bcopy... yes
checking sys/param.h presence... yes
checking whether feof_unlocked is declared... yes
yes
checking for sys/param.h... checking for bsearch... yes
checking for feof_unlocked... yes
checking for bcmp... yes
checking whether ferror_unlocked is declared... yes
yes
checking whether fflush_unlocked is declared... yes
checking for fgets_unlocked... yes
checking for bzero... checking for bcopy... yes
checking whether fgetc_unlocked is declared... yes
checking for getc_unlocked... yes
checking for calloc... yes
checking whether fgets_unlocked is declared... yes
checking for getcwd... yes
no
checking whether fileno_unlocked is declared... yes
checking for bsearch... checking for clock... yes
checking for getegid... yes
checking whether fprintf_unlocked is declared... yes
yes
checking for ffs... checking for bzero... no
checking whether fputc_unlocked is declared... yes
checking for geteuid... yes
yes
checking for getcwd... yes
checking whether fputs_unlocked is declared... checking for calloc... yes
checking for getgid... no
checking whether fread_unlocked is declared... yes
yes
checking for getpagesize... (cached) yes
checking for clock... yes
checking whether fwrite_unlocked is declared... checking for gettimeofday... yes
checking for getuid... yes
checking whether getchar_unlocked is declared... yes
yes
checking for index... yes
checking for ffs... yes
checking whether getc_unlocked is declared... yes
yes
checking whether putchar_unlocked is declared... checking for insque... yes
checking for getcwd... yes
yes
checking whether putc_unlocked is declared... checking for munmap... yes
checking for memchr... yes
yes
checking for an ANSI C-conforming const... checking for getpagesize... yes
checking for putenv... yes
checking sys/mman.h usability... yes
yes
checking for gettimeofday... yes
checking for memcmp... yes
checking sys/mman.h presence... checking for setenv... yes
checking for sys/mman.h... yes
checking for mmap... yes
yes
yes
checking for setlocale... checking for memcpy... (cached) yes
checking for index... checking for memmove... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... checking for insque... yes
checking for mempcpy... yes
yes
checking for memchr... yes
checking for strcasecmp... checking for memset... config.status: creating Makefile
yes
checking for mkstemps... yes
config.status: creating mkheaders.almost
yes
checking for strdup... config.status: creating config.h
checking for memcmp... no
checking for putenv... yes
checking for strtoul... mkdir -p -- build-i686-linux/fixincludes
Configuring in build-i686-linux/fixincludes
yes
yes
checking for random... checking for memcpy... yes
checking for tsearch... yes
yes
checking for rename... checking for memmove... yes
checking for __argz_count... yes
checking for rindex... yes
yes
checking for __argz_stringify... checking for mempcpy... yes
yes
yes
checking for __argz_next... checking for setenv... checking for memset... yes
yes
yes
checking for mkstemps... checking for __fsetlocking... checking for snprintf... no
checking for putenv... configure: loading cache ../config.cache
yes
yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... checking for iconv... checking for sigsetmask... yes
checking for random... arm-angstrom-linux-gnueabi
checking for i686-linux-gcc... gcc 
checking for C compiler default output file name... yes
yes
checking for iconv declaration... a.out
checking whether the C compiler works... yes
checking for stpcpy... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for rename... 
checking for suffix of object files... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... yes
yes
checking whether gcc  accepts -g... yes
checking for stpncpy... yes
checking for LC_MESSAGES... yes
checking for gcc  option to accept ISO C89... checking for rindex... none needed
checking whether gcc  supports -W... yes
yes
checking for bison... bison
checking version of bison... checking for strcasecmp... 2.3, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether gcc  supports -Wall... yes
yes
checking for strchr... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for setenv... yes
checking whether gcc  supports -Wwrite-strings... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for strdup... updating cache ./config.cache
configure: creating ./config.status
yes
checking whether gcc  supports -Wstrict-prototypes... yes
yes
checking whether gcc  supports -Wmissing-prototypes... checking for snprintf... yes
yes
checking for strncasecmp... checking whether gcc  supports -Wold-style-definition... yes
checking whether gcc  supports -Wmissing-format-attribute... yes
checking whether gcc  supports -Wno-overlength-strings... yes
checking for strndup... yes
checking for sigsetmask... yes
checking whether gcc  supports -pedantic -Wno-long-long... yes
checking for strrchr... yes
checking how to run the C preprocessor... gcc -E
yes
config.status: creating Makefile
checking for stpcpy... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: creating config.h
yes
checking for strstr... yes
checking for stpncpy... yes
config.status: executing default-1 commands
checking for sys/types.h... yes
checking for sys/stat.h... yes
yes
checking for strtod... yes
checking for strcasecmp... checking for stdlib.h... yes
yes
mkdir -p -- ./zlib
Configuring in ./zlib
checking for string.h... yes
checking for strchr... checking for strtol... yes
checking for memory.h... yes
checking for strdup... yes
yes
checking for strtoul... checking for strings.h... yes
checking for strncasecmp... yes
yes
checking for inttypes.h... yes
checking for strndup... checking for strverscmp... yes
checking for stdint.h... yes
yes
checking for tmpnam... checking for strrchr... yes
yes
checking for unistd.h... checking for vasprintf... yes
checking for strstr... yes
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
checking stddef.h usability... configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
yes
checking for strtod... configure: creating cache ./config.cache
yes
checking for vfprintf... checking build system type... yes
checking stddef.h presence... i686-pc-linux-gnu
checking host system type... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
i686-pc-linux-gnu
checking target system type... yes
checking for strtol... checking for unistd.h... (cached) yes
arm-angstrom-linux-gnueabi
checking for vprintf... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strtoul... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
yes
checking for vsnprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for strverscmp... checking for sys/stat.h... (cached) yes
yes
checking for clearerr_unlocked... checking for vsprintf... checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for tmpnam... checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-linux-gcc... gcc 
yes
yes
checking for waitpid... checking for feof_unlocked... yes
checking for C compiler default output file name... yes
checking for vasprintf... yes
checking whether alloca needs Cray hooks... checking for ferror_unlocked... a.out
checking whether the C compiler works... yes
no
checking stack direction for C alloca... checking whether we are cross compiling... no
checking for suffix of executables... yes
checking for fflush_unlocked... yes

checking for suffix of object files... checking for vfprintf... -1
checking for unistd.h... (cached) yes
checking for vfork.h... o
checking whether we are using the GNU C compiler... yes
no
checking for fork... checking for fgetc_unlocked... yes
yes
checking whether gcc  accepts -g... checking for vprintf... yes
checking for vfork... yes
checking for gcc  option to accept ANSI C... yes
yes
checking for fgets_unlocked... checking for vsnprintf... yes
none needed
checking for working fork... checking for style of include used by make... GNU
checking dependency style of gcc ... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
yes
checking for vsprintf... checking for fileno_unlocked... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... no
yes
checking for waitpid... grep -E
checking for fgrep... grep -F
checking for ld used by gcc ... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys_errlist... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for i686-linux-ar... ar
checking for i686-linux-strip... strip
checking for i686-linux-ranlib... ranlib
checking command to parse nm output from gcc  object... checking for fprintf_unlocked... yes
checking for sys_nerr... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... no
checking for fputc_unlocked... ok
checking how to run the C preprocessor... gcc -E
yes
checking for sys_siglist... yes
-1
checking for ANSI C header files... checking for unistd.h... (cached) yes
checking for fputs_unlocked... checking for vfork.h... yes
checking for external symbol _system_configuration... no
no
checking for fork... yes
checking for getrusage... checking for fread_unlocked... yes
yes
checking for sys/types.h... checking for vfork... yes
checking for on_exit... yes
yes
checking for fwrite_unlocked... yes
checking for sys/stat.h... checking for psignal... yes
checking for getchar_unlocked... yes
checking for working fork... yes
yes
checking for stdlib.h... yes
checking for working vfork... (cached) yes
checking for _doprnt... checking for strerror... (cached) yes
checking for strsignal... yes
yes
checking for string.h... no
checking for sys_errlist... checking for getc_unlocked... yes
yes
checking for memory.h... checking for sysconf... yes
checking for sys_nerr... yes
checking for putchar_unlocked... yes
yes
checking for sys_siglist... checking for strings.h... yes
checking for putc_unlocked... yes
checking for times... yes
yes
checking whether abort is declared... yes
checking for external symbol _system_configuration... checking for sbrk... yes
checking for inttypes.h... no
yes
checking whether asprintf is declared... checking for getrusage... yes
no
checking whether basename is declared... yes
checking for stdint.h... checking for gettimeofday... (cached) yes
checking for realpath... no
checking whether errno is declared... yes
checking for on_exit... no
checking whether vasprintf is declared... yes
yes
checking for canonicalize_file_name... checking for unistd.h... yes
no
checking whether clearerr_unlocked is declared... checking for psignal... yes
checking for pstat_getstatic... yes
checking whether feof_unlocked is declared... yes
checking for dlfcn.h... no
checking for pstat_getdynamic... yes
checking whether ferror_unlocked is declared... yes
checking for objdir... .libs
yes
checking whether fflush_unlocked is declared... yes
checking for strerror... no
checking for sysmp... yes
checking whether fgetc_unlocked is declared... checking if gcc  supports -fno-rtti -fno-exceptions... no
checking for getsysinfo... yes
no
checking for gcc  option to produce PIC... -fPIC -DPIC
checking if gcc  PIC flag -fPIC -DPIC works... checking for strsignal... yes
checking whether fgets_unlocked is declared... yes
checking if gcc  static flag -static works... no
no
checking whether fileno_unlocked is declared... checking for table... yes
checking for sysconf... no
checking for sysctl... yes
checking whether fprintf_unlocked is declared... yes
no
checking whether fputc_unlocked is declared... checking for times... yes
yes
checking for wait3... checking whether fputs_unlocked is declared... yes
checking for sbrk... no
checking whether fread_unlocked is declared... yes
yes
checking if gcc  supports -c -o file.o... checking for wait4... yes
checking whether fwrite_unlocked is declared... yes
checking if gcc  supports -c -o file.o... (cached) yes
checking whether the gcc  linker (ld) supports shared libraries... yes
checking for gettimeofday... (cached) yes
yes
checking whether -lc should be explicitly linked in... yes
checking whether getchar_unlocked is declared... checking for realpath... yes
yes
checking whether getc_unlocked is declared... checking for __fsetlocking... no
checking dynamic linker characteristics... yes
checking for canonicalize_file_name... yes
checking whether putchar_unlocked is declared... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
yes
checking whether putc_unlocked is declared... yes
checking for pstat_getstatic... yes
checking how to run the C preprocessor... gcc -E
checking whether basename is declared... yes
checking for an ANSI C-conforming const... no
checking for pstat_getdynamic... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking sys/mman.h usability... checking whether ffs is declared... yes
no
checking for getpagesize... (cached) yes
checking for sysmp... checking for working mmap... (cached) yes
checking for memcpy... (cached) yes
yes
checking sys/mman.h presence... checking for strerror... (cached) yes
yes
checking whether asprintf is declared... yes
checking for sys/mman.h... yes
checking for mmap... checking for unistd.h... (cached) yes
no
checking for getsysinfo... no
checking whether vasprintf is declared... updating cache ./config.cache
configure: creating ./config.status
yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... no
no
checking whether snprintf is declared... checking for table... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
no
configure: updating cache ../config.cache
configure: creating ./config.status
checking for sysctl... yes
checking whether vsnprintf is declared... yes
yes
checking whether calloc is declared... checking for wait3... yes
checking whether getenv is declared... yes
checking for wait4... yes
checking whether getopt is declared... yes
config.status: creating Makefile
checking for __fsetlocking... config.status: creating mkheaders.almost
config.status: creating config.h
yes
checking whether malloc is declared... yes
checking whether basename is declared... yes
checking whether realloc is declared... no
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether ffs is declared... yes
checking whether sbrk is declared... yes
checking whether asprintf is declared... yes
checking whether strverscmp is declared... no
checking whether vasprintf is declared... no
checking whether canonicalize_file_name must be declared... no
checking whether snprintf is declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether vsnprintf is declared... checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... yes
checking whether calloc is declared... config.status: creating Makefile
yes
yes
config.status: executing default-1 commands
checking whether getenv is declared... updating cache ./config.cache
configure: creating ./config.status
yes
checking whether getopt is declared... yes
checking whether malloc is declared... configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for i686-linux-gcc... gcc 
yes
checking whether realloc is declared... Adding multilib support to Makefile in /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/zlib
multidirs=64
with_multisubdir=
Running configure in multilib subdirs 64
pwd: /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib
checking for C compiler default output file name... Running configure in multilib subdir 64
pwd: /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi
mkdir 64
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether sbrk is declared... config.status: creating Makefile

checking for suffix of object files... yes
checking whether strverscmp is declared... config.status: creating testsuite/Makefile
config.status: creating config.h
o
checking whether we are using the GNU C compiler... no
checking whether canonicalize_file_name must be declared... config.status: executing default commands
yes
checking whether gcc  accepts -g... yes
checking for stdlib.h... (cached) yes
yes
checking for gcc  option to accept ANSI C... checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... none needed
make[2]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
	  mkdir pic; \
	else true; fi
touch stamp-picdir
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
checking for i686-linux-ranlib... ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc  supports -W... checking for working strncmp... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/sort.c -o pic/sort.o; \
	else true; fi
yes
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/sort.c -o sort.o
yes
checking whether gcc  supports -Wall... updating cache ../config.cache
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
configure: creating ./config.status
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/spaces.c -o spaces.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
yes
checking whether gcc  supports -Wwrite-strings... yes
checking whether gcc  supports -Wstrict-prototypes... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/splay-tree.c -o splay-tree.o
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
yes
checking whether gcc  supports -Wmissing-prototypes... configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: creating cache ./config.cache
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
yes
checking whether gcc  supports -Wold-style-definition... checking build system type... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/strerror.c -o strerror.o
i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
yes
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
checking target system type... checking whether gcc  supports -Wmissing-format-attribute... arm-angstrom-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... config.status: creating Makefile
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/strsignal.c -o strsignal.o
yes
checking whether gcc  supports -Wcast-qual... config.status: creating testsuite/Makefile
yes
checking whether gcc  supports -pedantic -Wno-long-long... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
config.status: creating config.h
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking how to run the C preprocessor... gcc -E
checking for i686-linux-strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-linux-gcc... gcc  -m64
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
config.status: executing default commands
checking for suffix of object files... checking for egrep... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xatexit.c -o xatexit.o
grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  -m64 accepts -g... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xexit.c -o xexit.o
yes
checking for gcc  -m64 option to accept ANSI C... yes
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
checking for sys/types.h... mkdir -p -- ./gcc
Configuring in ./gcc
yes
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xmalloc.c -o xmalloc.o
checking for sys/stat.h... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xmemdup.c -o xmemdup.o
yes
checking for stdlib.h... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
none needed
checking for style of include used by make... GNU
checking dependency style of gcc  -m64... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xstrdup.c -o xstrdup.o
yes
gcc3
checking for a sed that does not truncate output... checking for string.h... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
/bin/sed
checking for egrep... grep -E
checking for fgrep... grep -F
checking for ld used by gcc  -m64... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xstrerror.c -o xstrerror.o
yes
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for i686-linux-ar... ar
checking for i686-linux-strip... (cached) strip
checking for i686-linux-ranlib... ranlib
checking command to parse nm output from gcc  -m64 object... checking for memory.h... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/xstrndup.c -o xstrndup.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/mkstemps.c -o pic/mkstemps.o; \
	else true; fi
yes
checking for strings.h... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/mkstemps.c -o mkstemps.o
failed
checking how to run the C preprocessor... gcc -E
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in ./mkstemps.o ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
yes
make[3]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/regex.c -o pic/regex.o; \
	else true; fi
checking for inttypes.h... checking for ANSI C header files... configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: creating cache ./config.cache
no
yes
checking for sys/types.h... checking for stdint.h... no
checking for sys/stat.h... checking build system type... no
yes
checking for unistd.h... checking for stdlib.h... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... arm-angstrom-linux-gnueabi
no
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for i686-linux-gcc... gcc 
checking for string.h... yes
checking ctype.h usability... checking for C compiler default output file name... no
checking for memory.h... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... no
checking for strings.h... yes
checking ctype.h presence... 
checking for suffix of object files... yes
checking for ctype.h... yes
no
checking for inttypes.h... checking stddef.h usability... no
o
checking whether we are using the GNU C compiler... checking for stdint.h... no
yes
checking stddef.h presence... checking for unistd.h... yes
checking whether gcc  accepts -g... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking for dlfcn.h... checking stdio.h usability... yes
checking for gcc  option to accept ANSI C... no
checking for objdir... .libs
yes
checking stdio.h presence... none needed
yes
checking for stdio.h... yes
checking if gcc  -m64 supports -fno-rtti -fno-exceptions... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking whether gcc  and cc understand -c and -o together... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/regex.c -o regex.o
no
checking for gcc  -m64 option to produce PIC... -fPIC -DPIC
checking if gcc  -m64 PIC flag -fPIC -DPIC works... yes
checking for uintptr_t... yes
checking if gcc  -m64 static flag -static works... yes
checking for int_least32_t... no
checking if gcc  -m64 supports -c -o file.o... yes
yes
checking for int_fast32_t... checking how to run the C preprocessor... gcc -E
yes
checking if gcc  -m64 supports -c -o file.o... (cached) yes
checking whether the gcc  -m64 linker (ld) supports shared libraries... checking for inline... yes
checking whether -lc should be explicitly linked in... yes
checking for uint64_t... inline
checking for egrep... grep -E
checking for ANSI C header files... no
checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for sys/types.h... yes
checking for int... yes
checking for sys/stat.h... yes
checking size of int... (cached) 4
checking for long... yes
checking for stdlib.h... yes
checking size of long... (cached) 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
i686-pc-linux-gnu
checking host system type... checking for string.h... i686-pc-linux-gnu
checking target system type... arm-angstrom-linux-gnueabi
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... (cached) no
updating cache ./config.cache
configure: creating ./config.status
yes
checking for memory.h... make[1]: *** [configure-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
yes
checking for strings.h... yes
checking for inttypes.h... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for stdint.h... yes
checking for unistd.h... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/md5.c -o pic/md5.o; \
	else true; fi
yes
checking for void *... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/cp-demangle.c -o cp-demangle.o
yes
checking size of void *... (cached) 4
checking for short... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/md5.c -o md5.o
yes
checking size of short... (cached) 2
checking for int... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/alloca.c -o alloca.o
yes
checking size of int... (cached) 4
checking for long... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/argv.c -o pic/argv.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/argv.c -o argv.o
yes
checking size of long... (cached) 4
checking for long long... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/concat.c -o pic/concat.o; \
	else true; fi
yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for __int64... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/choose-temp.c -o choose-temp.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/concat.c -o concat.o
no
checking whether gcc  supports -W... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
yes
checking whether gcc  supports -Wall... yes
checking whether gcc  supports -Wwrite-strings... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/cp-demint.c -o cp-demint.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/dyn-string.c -o dyn-string.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
yes
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
checking whether gcc  supports -Wstrict-prototypes... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/filename_cmp.c -o filename_cmp.o
yes
checking whether gcc  supports -Wmissing-prototypes... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fnmatch.c -o fnmatch.o
yes
checking whether gcc  supports -Wc++-compat... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/fopen_unlocked.c -o fopen_unlocked.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
yes
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getopt.c -o getopt.o
checking whether gcc  supports -Wold-style-definition... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getpwd.c -o getpwd.o
yes
checking whether gcc  supports -Wmissing-format-attribute... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/hex.c -o pic/hex.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/getruntime.c -o getruntime.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/hex.c -o hex.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/hashtab.c -o hashtab.o
yes
checking whether gcc  supports -pedantic -Wno-long-long -Wno-variadic-macros 				     -Wno-overlength-strings... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
yes
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/lbasename.c -o lbasename.o
checking valgrind.h usability... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
no
checking valgrind.h presence... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
no
checking for valgrind.h... no
configure: WARNING: decimal float is not supported for this target
configure: WARNING: fixed-point is not supported for this target
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/make-temp-file.c -o make-temp-file.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/objalloc.c -o objalloc.o
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking whether ln -s works... yes
checking whether ln works... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/make-relative-prefix.c -o make-relative-prefix.o
yes
checking for i686-linux-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000
checking for modern makeinfo... yes
checking for recent Pod::Man... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/partition.c -o pic/partition.o; \
	else true; fi
yes
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pexecute.c -o pic/pexecute.o; \
	else true; fi
checking for flex... flex
checking for bison... bison
checking for nm... nm
checking for ar... ar
checking for GNU C library... gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/obstack.c -o obstack.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pexecute.c -o pexecute.o
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
yes
checking whether string.h and strings.h may both be included... /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c: In function 'pex_child_error':
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:343: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:344: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:345: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:346: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:347: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:348: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:349: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:350: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-common.c -o pex-common.o
yes
gcc  -c -DHAVE_CONFIG_H -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I. -I/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c -o pex-unix.o
checking for sys/wait.h that is POSIX.1 compatible... /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c: In function 'pex_child_error':
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:343: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:344: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:345: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:346: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:347: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:348: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:349: warning: ignoring return value of 'write', declared with attribute warn_unused_result
/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/libiberty/pex-unix.c:350: warning: ignoring return value of 'write', declared with attribute warn_unused_result
yes
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
	  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o
checking for limits.h... ranlib ./libiberty.a
if [ x"-fpic" != x ]; then \
	  cd pic; \
	  ar rc ./libiberty.a \
	    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o; \
	  ranlib ./libiberty.a; \
	  cd ..; \
	else true; fi
make[2]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/libiberty'
yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for iconv.h... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for ldfcn.h... no
checking for locale.h... yes
checking for wchar.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking whether byte ordering is bigendian... (cached) no
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing ldexp... none required
checking for inttypes.h... yes
checking for times... yes
checking for clock... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... yes
checking for strsignal... yes
checking for getrusage... yes
checking for nl_langinfo... yes
checking for scandir... yes
checking for alphasort... yes
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking for mmap... yes
checking for mincore... yes
checking for setlocale... yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... (cached) {ac_cv_type_uid_t=yes}
checking type of array argument to getgroups... gid_t
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... yes
checking for nl_langinfo and CODESET... yes
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether asprintf is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether strstr is declared... yes
checking whether strverscmp is declared... yes
checking whether errno is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... no
For  real value is 
For  real value is 
Using `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/arm.c' for machine-specific logic.
Using `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/arm.md' as machine description file.
Using the following target machine macro files:
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/dbxelf.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/elfos.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/linux.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/elf.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/linux-gas.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/linux-elf.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/bpabi.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/linux-eabi.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/aout.h
	/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/gcc/config/arm/arm.h
Using host-linux.o for host machine hooks.
checking whether NLS is requested... yes
checking for catalogs to be installed...  be da de el es fi fr id ja nl ru sr sv tr zh_CN zh_TW be da de el es fi fr id ja nl ru sr sv tr zh_CN zh_TW
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... grep -F
checking for ld used by gcc ... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for i686-linux-ar... (cached) ar
checking for i686-linux-strip... strip
checking for i686-linux-ranlib... (cached) ranlib
checking command to parse nm output from gcc  object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc  supports -fno-rtti -fno-exceptions... no
checking for gcc  option to produce PIC... -fPIC -DPIC
checking if gcc  PIC flag -fPIC -DPIC works... yes
checking if gcc  static flag -static works... yes
checking if gcc  supports -c -o file.o... yes
checking if gcc  supports -c -o file.o... (cached) yes
checking whether the gcc  linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking what assembler to use... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/as
checking what linker to use... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ld
checking what nm to use... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/nm
checking what objdump to use... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/objdump
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for .literal16... no
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... yes
checking assembler for .sleb128 and .uleb128... yes
checking assembler for eh_frame optimization... no
checking assembler for section merging support... yes
checking assembler for COMDAT group support... no
checking assembler for COMDAT group support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for tolerance to line number 0... yes
checking linker read-only and read-write section mixing... read-write
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... yes
checking linker EH-compatible garbage collection of sections... no
checking linker --as-needed support... yes
checking linker --sysroot support... yes
checking __stack_chk_fail in target C library... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a cross-compiler
 from i686-pc-linux-gnu to arm-angstrom-linux-gnueabi.
updating cache ./config.cache
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating gccbug
config.status: creating libada-mk
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
make[1]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi'
make: *** [all] Error 2
FATAL: oe_runmake failed

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

* Re: Trying and Failing to enable Java with GCC 4.3.3
  2010-03-03 17:19 ` Joshua Smith
@ 2010-03-04  5:23   ` Khem Raj
  2010-03-04 14:41     ` Joshua Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2010-03-04  5:23 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Mar 3, 2010 at 9:19 AM, Joshua Smith <jesmith@kaon.com> wrote:
> Update: I dug around in the log files and I think I have a more root cause of this error.
>
> configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
>
> I've attached the whole log of the failing build.
>
> Any hints?
>
> On Mar 3, 2010, at 11:20 AM, Joshua Smith wrote:
>
>> Hello,
>>
>> I'm new to OE.  I'm trying to get GCJ compiled for the TouchBook (an ARM-based tablet).  After some searching and trial-and-error, I figured out that I need to add:
>>
>> JAVA_arm = ",java" to recipies/gcc-4.3.3.inc
>>
>> But now I'm getting an error when it tries to build gcc-cross-4.3.3:
>>
>> make[4]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>> make[4]: *** No rule to make target `all'.  Stop.
>> make[4]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>> make[3]: *** [multi-do] Error 1
>> make[3]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>> make[2]: *** [all-multi] Error 2
>> make[2]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>> make[1]: *** [all-zlib] Error 2
>>
>> (I can give you more of the log if it would help, but this is the first error)
>>
>> I can see why adding Java would cause GCC to need zlib when maybe it didn't before.  But I don't know what to change to get zlib configured as part of the gcc build process.

for configure errors its better to post config.log which is generated
in the build tree. Thats where we can find the cause of error.
do_compile log wont help.


>>
>> Help?
>>
>> -Joshua Smith
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>



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

* Re: Trying and Failing to enable Java with GCC 4.3.3
  2010-03-04  5:23   ` Khem Raj
@ 2010-03-04 14:41     ` Joshua Smith
  2010-03-05  2:39       ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Joshua Smith @ 2010-03-04 14:41 UTC (permalink / raw)
  To: openembedded-devel

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

Oh, sorry about that.  I've attached the do_configure log for gcc_cross.  Doesn't look too helpful to me, but what do I know?  If you meant some other configure log, let me know!

In case it helps: before trying to build gcj inside OE, I was trying to build a native GCC compiler on the target machine (TouchBook, based on the Beagleboard), and I got this same error when I tried configuring with --disable-shared (with --enabled-shared I had other problems).

Thanks.

-Joshua

On Mar 4, 2010, at 12:23 AM, Khem Raj wrote:

> On Wed, Mar 3, 2010 at 9:19 AM, Joshua Smith <jesmith@kaon.com> wrote:
>> Update: I dug around in the log files and I think I have a more root cause of this error.
>> 
>> configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
>> 
>> I've attached the whole log of the failing build.
>> 
>> Any hints?
>> 
>> On Mar 3, 2010, at 11:20 AM, Joshua Smith wrote:
>> 
>>> Hello,
>>> 
>>> I'm new to OE.  I'm trying to get GCJ compiled for the TouchBook (an ARM-based tablet).  After some searching and trial-and-error, I figured out that I need to add:
>>> 
>>> JAVA_arm = ",java" to recipies/gcc-4.3.3.inc
>>> 
>>> But now I'm getting an error when it tries to build gcc-cross-4.3.3:
>>> 
>>> make[4]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>>> make[4]: *** No rule to make target `all'.  Stop.
>>> make[4]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>>> make[3]: *** [multi-do] Error 1
>>> make[3]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>>> make[2]: *** [all-multi] Error 2
>>> make[2]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>>> make[1]: *** [all-zlib] Error 2
>>> 
>>> (I can give you more of the log if it would help, but this is the first error)
>>> 
>>> I can see why adding Java would cause GCC to need zlib when maybe it didn't before.  But I don't know what to change to get zlib configured as part of the gcc build process.
> 
> for configure errors its better to post config.log which is generated
> in the build tree. Thats where we can find the cause of error.
> do_compile log wont help.
> 
> 
>>> 
>>> Help?
>>> 
>>> -Joshua Smith
>>> 
>> 
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> 
>> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




[-- Attachment #2: log.do_configure.17055 --]
[-- Type: application/octet-stream, Size: 8724 bytes --]

NOTE: Running /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/configure 		    --build=i686-linux 		    --host=i686-linux 		    --target=arm-angstrom-linux-gnueabi 		    --prefix=/OE/build/tmp/cross/armv7a 		    --exec_prefix=/OE/build/tmp/cross/armv7a 		    --bindir=/OE/build/tmp/cross/armv7a/bin 		    --sbindir=/OE/build/tmp/cross/armv7a/bin 		    --libexecdir=/OE/build/tmp/cross/armv7a/libexec 		    --datadir=/OE/build/tmp/cross/armv7a/share 		    --sysconfdir=/OE/build/tmp/cross/armv7a/etc 		    --sharedstatedir=/OE/build/tmp/cross/armv7a/com 		    --localstatedir=/OE/build/tmp/cross/armv7a/var 		    --libdir=/OE/build/tmp/cross/armv7a/lib 		    --includedir=/OE/build/tmp/cross/armv7a/include 		    --oldincludedir=/OE/build/tmp/cross/armv7a/include 		    --infodir=/OE/build/tmp/cross/armv7a/share/info 		    --mandir=/OE/build/tmp/cross/armv7a/share/man 			                 --with-gnu-ld                 --enable-shared                 --enable-target-optspace                 --enable-languages=c,c++,objc,fortran,java                 --enable-threads=posix                 --enable-multilib                 --enable-c99                 --enable-long-long                 --enable-symvers=gnu                 --enable-libstdcxx-pch                 --program-prefix=arm-angstrom-linux-gnueabi-                   --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap                                  --with-local-prefix=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr 		      --with-gxx-include-dir=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi//usr/include/c++                       --with-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi                       --with-build-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi   --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=/OE/build/tmp/staging/i686-linux/usr --enable-__cxa_atexit 		    ...
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/endian-little
configure: loading site script /OE/ai.openembedded.dev/site/common-linux
configure: loading site script /OE/ai.openembedded.dev/site/common-glibc
configure: loading site script /OE/ai.openembedded.dev/site/ix86-common
configure: loading site script /OE/ai.openembedded.dev/site/common
configure: loading site script /OE/ai.openembedded.dev/site/common
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... arm-angstrom-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for i686-linux-gcc... gcc 
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  accepts -g... yes
checking for gcc  option to accept ANSI C... none needed
checking for i686-linux-g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for i686-linux-gnatbind... no
checking for gnatbind... no
checking for i686-linux-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
The following languages will be built: c,c++,fortran,java,objc
*** This configuration is not supported in the following subdirectories:
     target-libobjc target-libada gnattools target-libgomp target-libmudflap
    (Any other directories should still work fine.)
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... (cached) ar
checking for i686-linux-ar... (cached) ar
checking for as... (cached) as
checking for i686-linux-as... (cached) as
checking for i686-linux-dlltool... no
checking for dlltool... no
checking for ld... (cached) ld
checking for i686-linux-ld... (cached) ld
checking for i686-linux-lipo... no
checking for lipo... no
checking for nm... (cached) nm
checking for i686-linux-nm... (cached) nm
checking for ranlib... (cached) ranlib
checking for i686-linux-ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for i686-linux-strip... (cached) strip
checking for i686-linux-windres... no
checking for windres... no
checking for i686-linux-windmc... no
checking for windmc... no
checking for objcopy... (cached) objcopy
checking for i686-linux-objcopy... (cached) objcopy
checking for objdump... (cached) objdump
checking for i686-linux-objdump... (cached) objdump
checking for cc... (cached)  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
checking for gcc... (cached)  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
checking for arm-angstrom-linux-gnueabi-c++... no
checking for arm-angstrom-linux-gnueabi-g++... no
checking for arm-angstrom-linux-gnueabi-cxx... no
checking for arm-angstrom-linux-gnueabi-gxx... no
checking for arm-angstrom-linux-gnueabi-gcc... arm-angstrom-linux-gnueabi-gcc
checking for arm-angstrom-linux-gnueabi-gcj... no
checking for arm-angstrom-linux-gnueabi-gfortran... no
checking for ar... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ar
checking for as... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/as
checking for dlltool... no
checking for arm-angstrom-linux-gnueabi-dlltool... no
checking for ld... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ld
checking for lipo... no
checking for arm-angstrom-linux-gnueabi-lipo... no
checking for nm... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/nm
checking for objdump... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/objdump
checking for ranlib... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ranlib
checking for strip... /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/strip
checking for windres... no
checking for arm-angstrom-linux-gnueabi-windres... no
checking for windmc... no
checking for arm-angstrom-linux-gnueabi-windmc... no
checking where to find the target ar... pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
checking where to find the target as... pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... just compiled
checking where to find the target gcj... just compiled
checking where to find the target gfortran... just compiled
checking where to find the target ld... pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
checking where to find the target objdump... pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
checking where to find the target ranlib... pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
checking where to find the target strip... pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile

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

* Re: Trying and Failing to enable Java with GCC 4.3.3
  2010-03-04 14:41     ` Joshua Smith
@ 2010-03-05  2:39       ` Khem Raj
  2010-03-05  3:27         ` Joshua Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2010-03-05  2:39 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Mar 4, 2010 at 6:41 AM, Joshua Smith <jesmith@kaon.com> wrote:
> Oh, sorry about that.  I've attached the do_configure log for gcc_cross.  Doesn't look too helpful to me, but what do I know?  If you meant some other configure log, let me know!
>
> In case it helps: before trying to build gcj inside OE, I was trying to build a native GCC compiler on the target machine (TouchBook, based on the Beagleboard), and I got this same error when I tried configuring with --disable-shared (with --enabled-shared I had other problems).
>

its not config.log that you attached is it ?
> Thanks.
>
> -Joshua
>
> On Mar 4, 2010, at 12:23 AM, Khem Raj wrote:
>
>> On Wed, Mar 3, 2010 at 9:19 AM, Joshua Smith <jesmith@kaon.com> wrote:
>>> Update: I dug around in the log files and I think I have a more root cause of this error.
>>>
>>> configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
>>>
>>> I've attached the whole log of the failing build.
>>>
>>> Any hints?
>>>
>>> On Mar 3, 2010, at 11:20 AM, Joshua Smith wrote:
>>>
>>>> Hello,
>>>>
>>>> I'm new to OE.  I'm trying to get GCJ compiled for the TouchBook (an ARM-based tablet).  After some searching and trial-and-error, I figured out that I need to add:
>>>>
>>>> JAVA_arm = ",java" to recipies/gcc-4.3.3.inc
>>>>
>>>> But now I'm getting an error when it tries to build gcc-cross-4.3.3:
>>>>
>>>> make[4]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>>>> make[4]: *** No rule to make target `all'.  Stop.
>>>> make[4]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>>>> make[3]: *** [multi-do] Error 1
>>>> make[3]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>>>> make[2]: *** [all-multi] Error 2
>>>> make[2]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>>>> make[1]: *** [all-zlib] Error 2
>>>>
>>>> (I can give you more of the log if it would help, but this is the first error)
>>>>
>>>> I can see why adding Java would cause GCC to need zlib when maybe it didn't before.  But I don't know what to change to get zlib configured as part of the gcc build process.
>>
>> for configure errors its better to post config.log which is generated
>> in the build tree. Thats where we can find the cause of error.
>> do_compile log wont help.
>>
>>
>>>>
>>>> Help?
>>>>
>>>> -Joshua Smith
>>>>
>>>
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>>
>>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>



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

* Re: Trying and Failing to enable Java with GCC 4.3.3
  2010-03-05  2:39       ` Khem Raj
@ 2010-03-05  3:27         ` Joshua Smith
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Smith @ 2010-03-05  3:27 UTC (permalink / raw)
  To: openembedded-devel

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

I'm attaching the config.log from the gcc dir, as well as the config.log from zlib.  Hope this helps!

On Mar 4, 2010, at 9:39 PM, Khem Raj wrote:

> On Thu, Mar 4, 2010 at 6:41 AM, Joshua Smith <jesmith@kaon.com> wrote:
>> Oh, sorry about that.  I've attached the do_configure log for gcc_cross.  Doesn't look too helpful to me, but what do I know?  If you meant some other configure log, let me know!
>> 
>> In case it helps: before trying to build gcj inside OE, I was trying to build a native GCC compiler on the target machine (TouchBook, based on the Beagleboard), and I got this same error when I tried configuring with --disable-shared (with --enabled-shared I had other problems).
>> 
> 
> its not config.log that you attached is it ?
>> Thanks.
>> 
>> -Joshua
>> 
>> On Mar 4, 2010, at 12:23 AM, Khem Raj wrote:
>> 
>>> On Wed, Mar 3, 2010 at 9:19 AM, Joshua Smith <jesmith@kaon.com> wrote:
>>>> Update: I dug around in the log files and I think I have a more root cause of this error.
>>>> 
>>>> configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
>>>> 
>>>> I've attached the whole log of the failing build.
>>>> 
>>>> Any hints?
>>>> 
>>>> On Mar 3, 2010, at 11:20 AM, Joshua Smith wrote:
>>>> 
>>>>> Hello,
>>>>> 
>>>>> I'm new to OE.  I'm trying to get GCJ compiled for the TouchBook (an ARM-based tablet).  After some searching and trial-and-error, I figured out that I need to add:
>>>>> 
>>>>> JAVA_arm = ",java" to recipies/gcc-4.3.3.inc
>>>>> 
>>>>> But now I'm getting an error when it tries to build gcc-cross-4.3.3:
>>>>> 
>>>>> make[4]: Entering directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>>>>> make[4]: *** No rule to make target `all'.  Stop.
>>>>> make[4]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/64/zlib'
>>>>> make[3]: *** [multi-do] Error 1
>>>>> make[3]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>>>>> make[2]: *** [all-multi] Error 2
>>>>> make[2]: Leaving directory `/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/build.i686-linux.arm-angstrom-linux-gnueabi/zlib'
>>>>> make[1]: *** [all-zlib] Error 2
>>>>> 
>>>>> (I can give you more of the log if it would help, but this is the first error)
>>>>> 
>>>>> I can see why adding Java would cause GCC to need zlib when maybe it didn't before.  But I don't know what to change to get zlib configured as part of the gcc build process.
>>> 
>>> for configure errors its better to post config.log which is generated
>>> in the build tree. Thats where we can find the cause of error.
>>> do_compile log wont help.
>>> 
>>> 
>>>>> 
>>>>> Help?
>>>>> 
>>>>> -Joshua Smith
>>>>> 
>>>> 
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel@lists.openembedded.org
>>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>>> 
>>>> 
>>> 
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> 
>> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


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

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

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/zlib/configure --cache-file=./config.cache --prefix=/OE/build/tmp/cross/armv7a --exec_prefix=/OE/build/tmp/cross/armv7a --bindir=/OE/build/tmp/cross/armv7a/bin --sbindir=/OE/build/tmp/cross/armv7a/bin --libexecdir=/OE/build/tmp/cross/armv7a/libexec --datadir=/OE/build/tmp/cross/armv7a/share --sysconfdir=/OE/build/tmp/cross/armv7a/etc --sharedstatedir=/OE/build/tmp/cross/armv7a/com --localstatedir=/OE/build/tmp/cross/armv7a/var --libdir=/OE/build/tmp/cross/armv7a/lib --includedir=/OE/build/tmp/cross/armv7a/include --oldincludedir=/OE/build/tmp/cross/armv7a/include --infodir=/OE/build/tmp/cross/armv7a/share/info --mandir=/OE/build/tmp/cross/armv7a/share/man --with-gnu-ld --enable-shared --enable-target-optspace --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-local-prefix=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr --with-gxx-include-dir=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi//usr/include/c++ --with-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi --with-build-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=/OE/build/tmp/staging/i686-linux/usr --enable-__cxa_atexit --enable-languages=c,c++,fortran,java,objc --program-transform-name=s,^,arm-angstrom-linux-gnueabi-, --build=i686-linux --host=i686-linux --target=arm-angstrom-linux-gnueabi --srcdir=/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/zlib

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

hostname = ubuntu
uname -m = i686
uname -r = 2.6.31-19-generic
uname -s = Linux
uname -v = #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010

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

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

PATH: /OE/build/tmp/staging/i686-linux/usr/bin/armv7a-linux
PATH: /OE/build/tmp/staging/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
PATH: /OE/build/tmp/staging/i686-linux/usr/sbin
PATH: /OE/build/tmp/staging/i686-linux/usr/bin
PATH: /OE/build/tmp/cross/armv7a//bin
PATH: /OE/build/tmp/staging/i686-linux/sbin
PATH: /OE/build/tmp/staging/i686-linux/bin
PATH: /usr/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:1362: loading site script /OE/ai.openembedded.dev/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}
| 
configure:1362: loading site script /OE/ai.openembedded.dev/site/common-linux
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| 
| # 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}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # 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}
configure:1362: loading site script /OE/ai.openembedded.dev/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=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_type_uid_t={ac_cv_type_uid_t=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}
| 
| # 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}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # mono
| mono_cv_uscore=${mono_cv_uscore=no}
| 
| # 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}
| 
| #git
| ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes}
| # pth
| ac_cv_check_sjlj=ssjlj
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| 
configure:1362: loading site script /OE/ai.openembedded.dev/site/ix86-common
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_unsigned_char_p=${ac_cv_sizeof_unsigned_char_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_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_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_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_off_t=${ac_cv_sizeof_off_t=4}
| 
| ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=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_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
| ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| 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_linux_vers=${ac_cv_linux_vers=2}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| 
| ac_cv_path_ESD_CONFIG=no
| lf_cv_sane_realloc=yes
| jm_cv_func_gettimeofday_clobber=no
| samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
| bf_lsbf=1
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # audacity
| ac_cv_file_lib_src_libmad_frame_h=${ac_cv_file_lib_src_libmad_frame_h=no}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # 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}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_mutex=${db_cv_mutex=x86/gcc-assembly}
| 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}
| db_cv_posixmutexes=${db_cv_posixmutexes=no}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_uimutexes=${db_cv_uimutexes=no}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| dpkg_cv_va_copy=${ac_cv_va_copy=no}
| dpkg_cv___va_copy=${ac_cv___va_copy=yes}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| 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_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes}
| 
| # glib-2.0
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| 
| # guile
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # intercom
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # ipsec-tools
| ac_cv_va_copy=${ac_cv_va_copy=no}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| racoon_cv_bug_getaddrinfo=${racoon_cv_bug_getaddrinfo=no}
| 
| # jikes-native
| ac_cv_sizeof_wchar_t=4
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_copy=${lftp_cv_va_copy=no}
| lftp_cv___va_copy=${lftp_cv___va_copy=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no}
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # mono
| cv_mono_sizeof_sunpath=108
| mono_cv_sizeof_sunpath=108
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=yes}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=4
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=4
| ac_cv_alignof_CORBA_long_long=4
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=4
| ac_cv_alignof_CORBA_wchar=2
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # p3scan
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| 
| # 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}
| 
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
| 
| # 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}
| 
| # samba
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| 
| # 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_copy=${slrn_cv___va_copy=yes}
| slrn_cv_va_copy=${slrn_cv_va_copy=no}
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=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_type_struct_timespec=${ac_cv_type_struct_timespec=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # sudo
| sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # xorg X11R7
| ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no}
| ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no}
| 
| # eds-dbus
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
configure:1362: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1362: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1362: loading site script /OE/ai.openembedded.dev/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}
| 
configure:1362: loading site script /OE/ai.openembedded.dev/site/common-linux
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| 
| # 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}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # 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}
configure:1362: loading site script /OE/ai.openembedded.dev/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=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_type_uid_t={ac_cv_type_uid_t=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}
| 
| # 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}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # mono
| mono_cv_uscore=${mono_cv_uscore=no}
| 
| # 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}
| 
| #git
| ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes}
| # pth
| ac_cv_check_sjlj=ssjlj
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| 
configure:1362: loading site script /OE/ai.openembedded.dev/site/ix86-common
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_unsigned_char_p=${ac_cv_sizeof_unsigned_char_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_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_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_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_off_t=${ac_cv_sizeof_off_t=4}
| 
| ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=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_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
| ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| 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_linux_vers=${ac_cv_linux_vers=2}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| 
| ac_cv_path_ESD_CONFIG=no
| lf_cv_sane_realloc=yes
| jm_cv_func_gettimeofday_clobber=no
| samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
| bf_lsbf=1
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # audacity
| ac_cv_file_lib_src_libmad_frame_h=${ac_cv_file_lib_src_libmad_frame_h=no}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # 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}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_mutex=${db_cv_mutex=x86/gcc-assembly}
| 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}
| db_cv_posixmutexes=${db_cv_posixmutexes=no}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_uimutexes=${db_cv_uimutexes=no}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| dpkg_cv_va_copy=${ac_cv_va_copy=no}
| dpkg_cv___va_copy=${ac_cv___va_copy=yes}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| 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_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes}
| 
| # glib-2.0
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| 
| # guile
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # intercom
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # ipsec-tools
| ac_cv_va_copy=${ac_cv_va_copy=no}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| racoon_cv_bug_getaddrinfo=${racoon_cv_bug_getaddrinfo=no}
| 
| # jikes-native
| ac_cv_sizeof_wchar_t=4
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_copy=${lftp_cv_va_copy=no}
| lftp_cv___va_copy=${lftp_cv___va_copy=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no}
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # mono
| cv_mono_sizeof_sunpath=108
| mono_cv_sizeof_sunpath=108
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=yes}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=4
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=4
| ac_cv_alignof_CORBA_long_long=4
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=4
| ac_cv_alignof_CORBA_wchar=2
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # p3scan
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| 
| # 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}
| 
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
| 
| # 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}
| 
| # samba
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| 
| # 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_copy=${slrn_cv___va_copy=yes}
| slrn_cv_va_copy=${slrn_cv_va_copy=no}
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=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_type_struct_timespec=${ac_cv_type_struct_timespec=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # sudo
| sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # xorg X11R7
| ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no}
| ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no}
| 
| # eds-dbus
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
configure:1362: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1362: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1381: creating cache ./config.cache
configure:1534: checking build system type
configure:1552: result: i686-pc-linux-gnu
configure:1560: checking host system type
configure:1574: result: i686-pc-linux-gnu
configure:1582: checking target system type
configure:1596: result: arm-angstrom-linux-gnueabi
configure:1629: checking for a BSD-compatible install
configure:1684: result: /usr/bin/install -c
configure:1695: checking whether build environment is sane
configure:1738: result: yes
configure:1803: checking for gawk
configure:1819: found /usr/bin/gawk
configure:1829: result: gawk
configure:1839: checking whether make sets $(MAKE)
configure:1859: result: yes
configure:2028: checking whether to enable maintainer-specific portions of Makefiles
configure:2037: result: no
configure:2112: checking for i686-linux-gcc
configure:2138: result: gcc 
configure:2420: checking for C compiler version
configure:2423: gcc  --version </dev/null >&5
gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:2426: $? = 0
configure:2428: gcc  -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
configure:2431: $? = 0
configure:2433: gcc  -V </dev/null >&5
gcc: '-V' option must have argument
configure:2436: $? = 1
configure:2455: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:2458: $? = 0
configure:2492: checking for C compiler default output file name
configure:2495: gcc  -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:2498: $? = 0
configure:2544: result: a.out
configure:2549: checking whether the C compiler works
configure:2555: ./a.out
configure:2558: $? = 0
configure:2575: result: yes
configure:2582: checking whether we are cross compiling
configure:2584: result: no
configure:2587: checking for suffix of executables
configure:2589: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:2592: $? = 0
configure:2617: result: 
configure:2624: checking for suffix of object files
configure:2645: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:2648: $? = 0
configure:2670: result: o
configure:2674: checking whether we are using the GNU C compiler
configure:2698: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:2704: $? = 0
configure:2708: test -z 
			 || test ! -s conftest.err
configure:2711: $? = 0
configure:2714: test -s conftest.o
configure:2717: $? = 0
configure:2730: result: yes
configure:2736: checking whether gcc  accepts -g
configure:2757: gcc  -c -g  conftest.c >&5
configure:2763: $? = 0
configure:2767: test -z 
			 || test ! -s conftest.err
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2804: checking for gcc  option to accept ANSI C
configure:2874: gcc   -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:2880: $? = 0
configure:2884: test -z 
			 || test ! -s conftest.err
configure:2887: $? = 0
configure:2890: test -s conftest.o
configure:2893: $? = 0
configure:2911: result: none needed
configure:2929: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2935: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3079: checking for style of include used by make
configure:3107: result: GNU
configure:3135: checking dependency style of gcc 
configure:3225: result: gcc3
configure:3382: checking for a sed that does not truncate output
configure:3438: result: /bin/sed
configure:3454: checking for egrep
configure:3464: result: grep -E
configure:3469: checking for fgrep
configure:3479: result: grep -F
configure:3514: checking for ld used by gcc 
configure:3581: result: ld
configure:3590: checking if the linker (ld) is GNU ld
configure:3605: result: yes
configure:3618: checking for BSD- or MS-compatible name lister (nm)
configure:3667: result: nm
configure:3772: checking the name lister (nm) interface
configure:3779: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:3782: nm "conftest.o"
configure:3785: output
00000000 B some_variable
configure:3792: result: BSD nm
configure:3795: checking whether ln -s works
configure:3799: result: yes
configure:3807: checking the maximum length of command line arguments
configure:3927: result: 805306365
configure:3945: checking whether the shell understands some XSI constructs
configure:3953: result: yes
configure:3957: checking whether the shell understands "+="
configure:3963: result: yes
configure:3998: checking for ld option to reload object files
configure:4005: result: -r
configure:4032: checking how to recognize dependent libraries
configure:4222: result: pass_all
configure:4242: checking for i686-linux-ar
configure:4268: result: ar
configure:4335: checking for i686-linux-strip
configure:4361: result: strip
configure:4422: checking for i686-linux-ranlib
configure:4448: result: ranlib
configure:4567: checking command to parse nm output from gcc  object
configure:4684: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:4687: $? = 0
configure:4691: nm conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:4694: $? = 0
configure:4748: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c conftstm.o >&5
configure:4751: $? = 0
configure:4789: result: ok
configure:5037: checking how to run the C preprocessor
configure:5155: result: gcc -E
configure:5179: gcc -E  conftest.c
configure:5185: $? = 0
configure:5217: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:5223: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "zlib"
| #define VERSION "1.1.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5267: checking for ANSI C header files
configure:5292: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5298: $? = 0
configure:5302: test -z 
			 || test ! -s conftest.err
configure:5305: $? = 0
configure:5308: test -s conftest.o
configure:5311: $? = 0
configure:5400: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:5403: $? = 0
configure:5405: ./conftest
configure:5408: $? = 0
configure:5423: result: yes
configure:5447: checking for sys/types.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for sys/stat.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for stdlib.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for string.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for memory.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for strings.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for inttypes.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for stdint.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5447: checking for unistd.h
configure:5463: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5469: $? = 0
configure:5473: test -z 
			 || test ! -s conftest.err
configure:5476: $? = 0
configure:5479: test -s conftest.o
configure:5482: $? = 0
configure:5493: result: yes
configure:5509: checking for dlfcn.h
configure:5525: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:5531: $? = 0
configure:5535: test -z 
			 || test ! -s conftest.err
configure:5538: $? = 0
configure:5541: test -s conftest.o
configure:5544: $? = 0
configure:5555: result: yes
configure:5617: checking for objdir
configure:5632: result: .libs
configure:5928: checking if gcc  supports -fno-rtti -fno-exceptions
configure:5946: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:5950: $? = 0
configure:5963: result: no
configure:5983: checking for gcc  option to produce PIC
configure:6238: result: -fPIC -DPIC
configure:6250: checking if gcc  PIC flag -fPIC -DPIC works
configure:6268: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:6272: $? = 0
configure:6285: result: yes
configure:6309: checking if gcc  static flag -static works
configure:6337: result: yes
configure:6352: checking if gcc  supports -c -o file.o
configure:6373: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -o out/conftest2.o conftest.c >&5
configure:6377: $? = 0
configure:6399: result: yes
configure:6407: checking if gcc  supports -c -o file.o
configure:6454: result: yes
configure:6487: checking whether the gcc  linker (ld) supports shared libraries
configure:7582: result: yes
configure:7619: checking whether -lc should be explicitly linked in
configure:7624: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:7627: $? = 0
configure:7642: gcc  -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7645: $? = 0
configure:7657: result: no
configure:7821: checking dynamic linker characteristics
configure:8259: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:8265: $? = 0
configure:8269: test -z 
			 || test ! -s conftest.err
configure:8272: $? = 0
configure:8275: test -s conftest
configure:8278: $? = 0
configure:8502: result: GNU/Linux ld.so
configure:8597: checking how to hardcode library paths into programs
configure:8622: result: immediate
configure:9503: checking whether stripping libraries is possible
configure:9508: result: yes
configure:9543: checking if libtool supports shared libraries
configure:9545: result: yes
configure:9548: checking whether to build shared libraries
configure:9569: result: yes
configure:9572: checking whether to build static libraries
configure:9576: result: yes
configure:9619: checking how to run the C preprocessor
configure:9737: result: gcc -E
configure:9761: gcc -E  conftest.c
configure:9767: $? = 0
configure:9799: gcc -E  conftest.c
conftest.c:23:28: error: ac_nonexistent.h: No such file or directory
configure:9805: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "zlib"
| #define VERSION "1.1.4"
| #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:9880: checking for stdlib.h
configure:9885: result: yes
configure:9880: checking for unistd.h
configure:9885: result: yes
configure:10029: checking for getpagesize
configure:10122: result: yes
configure:10132: checking for working mmap
configure:10296: result: yes
configure:10313: checking for memcpy
configure:10406: result: yes
configure:10313: checking for strerror
configure:10406: result: yes
configure:10505: checking for unistd.h
configure:10510: result: yes
configure:10844: creating ./config.status

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

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

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

on ubuntu

config.status:907: creating Makefile
config.status:1083: executing default-1 commands

## ---------------- ##
## 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=4
ac_cv_alignof_CORBA_float=4
ac_cv_alignof_CORBA_long=4
ac_cv_alignof_CORBA_long_double=4
ac_cv_alignof_CORBA_long_long=4
ac_cv_alignof_CORBA_octet=1
ac_cv_alignof_CORBA_pointer=4
ac_cv_alignof_CORBA_short=2
ac_cv_alignof_CORBA_struct=4
ac_cv_alignof_CORBA_wchar=2
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-linux
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
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_dirent_have_space_d_name=yes
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='gcc -E'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-angstrom-linux-gnueabi
ac_cv_epoll_works=yes
ac_cv_exeext=
ac_cv_file__dev_random=yes
ac_cv_file__dev_zero=yes
ac_cv_file__usr_share_X11_sgml_defs_ent=no
ac_cv_file_lib_src_libmad_frame_h=no
ac_cv_fread_reads_directories=yes
ac_cv_func___va_copy=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_mmap_fixed_mapped=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_printf_unix98=yes
ac_cv_func_pthread_attr_getstack=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setresuid=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_snprintf_c99=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stat_ignores_trailing_slash=no
ac_cv_func_strerror=yes
ac_cv_func_va_copy=yes
ac_cv_func_vsnprintf_c99=yes
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_openpty_ctty_bug=yes
ac_cv_have_space_d_name_in_struct_dirent=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_sctp_h=no
ac_cv_header_netinet_sctp_uio_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-linux
ac_cv_lbl_unaligned_fail=no
ac_cv_libiconv_utf8=yes
ac_cv_libnet_endianess=lil
ac_cv_linux_vers=2
ac_cv_need_trio=no
ac_cv_objext=o
ac_cv_path_ESD_CONFIG=no
ac_cv_pread=no
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='gcc '
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_fgrep='grep -F'
ac_cv_prog_make_make_set=yes
ac_cv_pwrite=no
ac_cv_sctp=no
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
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_long=8
ac_cv_sizeof_long_p=4
ac_cv_sizeof_off_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_char_p=4
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
ac_cv_sizeof_wchar_t=4
ac_cv_sys_linker_h=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_target=arm-angstrom-linux-gnueabi
ac_cv_target_alias=arm-angstrom-linux-gnueabi
ac_cv_type_struct_timespec=yes
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=gcc3
am_cv_func_working_getline=yes
am_cv_scanf_lld=yes
apr_cv_process_shared_works=no
apr_cv_tcp_nodelay_with_cork=yes
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
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_mutex=x86/gcc-assembly
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_posixmutexes=no
db_cv_sprintf_count=yes
db_cv_uimutexes=no
dpkg_cv___va_copy=yes
dpkg_cv_va_copy=yes
ettercap_cv_type_socklen_t=yes
fu_cv_sys_stat_statfs2_bsize=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_long_long_format=ll
glib_cv_rtldglobal_broken=yes
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
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_uscore=no
glib_cv_use_pid_surrogate=yes
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
jm_cv_func_gettimeofday_clobber=no
jm_cv_func_working_readdir=yes
lf_cv_sane_realloc=yes
lftp_cv___va_copy=yes
lftp_cv_va_copy=no
libIDL_cv_long_long_format=ll
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_NM=nm
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=805306365
mono_cv_sizeof_sunpath=108
mono_cv_uscore=no
mr_cv_target_elf=yes
mysql_cv_func_atomic_add=yes
mysql_cv_func_atomic_sub=yes
php_cv_lib_cookie_io_functions_use_off64_t=yes
racoon_cv_bug_getaddrinfo=no
rd_cv_ieee_works=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_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_IRIX_SPECIFIC_CAPABILITIES=no
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
slrn_cv___va_copy=yes
slrn_cv_va_copy=no
slrn_cv_va_val_copy=yes
sudo_cv_uid_t_len=10
utils_cv_sys_open_max=1015

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

ACLOCAL='${SHELL} /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/missing --run autoconf'
AUTOHEADER='${SHELL} /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/missing --run autoheader'
AUTOMAKE='${SHELL} /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/missing --run automake-1.9'
AWK='gawk'
CC='gcc '
CCDEPMODE='depmode=gcc3'
CFLAGS='-isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
COMPPATH='.'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 '
DEPDIR='.deps'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FGREP='grep -F'
GREP='grep'
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LD='ld'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo --split-size=5000000'
NM='nm'
OBJEXT='o'
PACKAGE='zlib'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TARGET_LIBRARY_FALSE=''
TARGET_LIBRARY_TRUE='#'
VERSION='1.1.4'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='/OE/build/tmp/cross/armv7a/bin'
build='i686-pc-linux-gnu'
build_alias='i686-linux'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='/OE/build/tmp/cross/armv7a/share'
exec_prefix='/OE/build/tmp/cross/armv7a'
host='i686-pc-linux-gnu'
host_alias='i686-linux'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='/OE/build/tmp/cross/armv7a/include'
infodir='/OE/build/tmp/cross/armv7a/share/info'
install_sh='/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/install-sh'
libdir='/OE/build/tmp/cross/armv7a/lib'
libexecdir='/OE/build/tmp/cross/armv7a/libexec'
localstatedir='/OE/build/tmp/cross/armv7a/var'
lt_ECHO='echo'
mandir='/OE/build/tmp/cross/armv7a/share/man'
mkdir_p='mkdir -p --'
mkinstalldirs='/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/mkinstalldirs'
multi_basedir='/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/zlib/..'
oldincludedir='/OE/build/tmp/cross/armv7a/include'
prefix='/OE/build/tmp/cross/armv7a'
program_transform_name='s,^,arm-angstrom-linux-gnueabi-,'
sbindir='/OE/build/tmp/cross/armv7a/bin'
sharedstatedir='/OE/build/tmp/cross/armv7a/com'
sysconfdir='/OE/build/tmp/cross/armv7a/etc'
target='arm-angstrom-linux-gnueabi'
target_alias='arm-angstrom-linux-gnueabi'
target_all='libzgcj.la'
target_cpu='arm'
target_os='linux-gnueabi'
target_vendor='angstrom'
toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
toolexeclibdir='$(libdir)/../lib'

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

#define HAVE_DLFCN_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMCPY 1
#define HAVE_MEMORY_H 1
#define HAVE_MMAP 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "zlib"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.1.4"

configure: exit 1

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

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

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ /OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/configure --build=i686-linux --host=i686-linux --target=arm-angstrom-linux-gnueabi --prefix=/OE/build/tmp/cross/armv7a --exec_prefix=/OE/build/tmp/cross/armv7a --bindir=/OE/build/tmp/cross/armv7a/bin --sbindir=/OE/build/tmp/cross/armv7a/bin --libexecdir=/OE/build/tmp/cross/armv7a/libexec --datadir=/OE/build/tmp/cross/armv7a/share --sysconfdir=/OE/build/tmp/cross/armv7a/etc --sharedstatedir=/OE/build/tmp/cross/armv7a/com --localstatedir=/OE/build/tmp/cross/armv7a/var --libdir=/OE/build/tmp/cross/armv7a/lib --includedir=/OE/build/tmp/cross/armv7a/include --oldincludedir=/OE/build/tmp/cross/armv7a/include --infodir=/OE/build/tmp/cross/armv7a/share/info --mandir=/OE/build/tmp/cross/armv7a/share/man --with-gnu-ld --enable-shared --enable-target-optspace --enable-languages=c,c++,objc,fortran,java --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-local-prefix=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr --with-gxx-include-dir=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi//usr/include/c++ --with-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi --with-build-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=/OE/build/tmp/staging/i686-linux/usr --enable-__cxa_atexit

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

hostname = ubuntu
uname -m = i686
uname -r = 2.6.31-19-generic
uname -s = Linux
uname -v = #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010

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

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

PATH: /OE/build/tmp/staging/i686-linux/usr/bin/armv7a-linux
PATH: /OE/build/tmp/staging/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
PATH: /OE/build/tmp/staging/i686-linux/usr/sbin
PATH: /OE/build/tmp/staging/i686-linux/usr/bin
PATH: /OE/build/tmp/cross/armv7a//bin
PATH: /OE/build/tmp/staging/i686-linux/sbin
PATH: /OE/build/tmp/staging/i686-linux/bin
PATH: /usr/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:1372: loading site script /OE/ai.openembedded.dev/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}
| 
configure:1372: loading site script /OE/ai.openembedded.dev/site/common-linux
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| 
| # 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}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # 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}
configure:1372: loading site script /OE/ai.openembedded.dev/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=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_type_uid_t={ac_cv_type_uid_t=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}
| 
| # 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}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # mono
| mono_cv_uscore=${mono_cv_uscore=no}
| 
| # 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}
| 
| #git
| ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes}
| # pth
| ac_cv_check_sjlj=ssjlj
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| 
configure:1372: loading site script /OE/ai.openembedded.dev/site/ix86-common
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_unsigned_char_p=${ac_cv_sizeof_unsigned_char_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_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_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_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_off_t=${ac_cv_sizeof_off_t=4}
| 
| ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=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_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
| ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| 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_linux_vers=${ac_cv_linux_vers=2}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| 
| ac_cv_path_ESD_CONFIG=no
| lf_cv_sane_realloc=yes
| jm_cv_func_gettimeofday_clobber=no
| samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
| bf_lsbf=1
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # audacity
| ac_cv_file_lib_src_libmad_frame_h=${ac_cv_file_lib_src_libmad_frame_h=no}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # 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}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_mutex=${db_cv_mutex=x86/gcc-assembly}
| 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}
| db_cv_posixmutexes=${db_cv_posixmutexes=no}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_uimutexes=${db_cv_uimutexes=no}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| dpkg_cv_va_copy=${ac_cv_va_copy=no}
| dpkg_cv___va_copy=${ac_cv___va_copy=yes}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| 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_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes}
| 
| # glib-2.0
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| 
| # guile
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # intercom
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # ipsec-tools
| ac_cv_va_copy=${ac_cv_va_copy=no}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| racoon_cv_bug_getaddrinfo=${racoon_cv_bug_getaddrinfo=no}
| 
| # jikes-native
| ac_cv_sizeof_wchar_t=4
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_copy=${lftp_cv_va_copy=no}
| lftp_cv___va_copy=${lftp_cv___va_copy=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no}
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # mono
| cv_mono_sizeof_sunpath=108
| mono_cv_sizeof_sunpath=108
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=yes}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=4
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=4
| ac_cv_alignof_CORBA_long_long=4
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=4
| ac_cv_alignof_CORBA_wchar=2
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # p3scan
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| 
| # 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}
| 
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
| 
| # 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}
| 
| # samba
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| 
| # 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_copy=${slrn_cv___va_copy=yes}
| slrn_cv_va_copy=${slrn_cv_va_copy=no}
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=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_type_struct_timespec=${ac_cv_type_struct_timespec=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # sudo
| sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # xorg X11R7
| ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no}
| ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no}
| 
| # eds-dbus
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
configure:1372: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1372: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1372: loading site script /OE/ai.openembedded.dev/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}
| 
configure:1372: loading site script /OE/ai.openembedded.dev/site/common-linux
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| 
| # 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}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # 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}
configure:1372: loading site script /OE/ai.openembedded.dev/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=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_type_uid_t={ac_cv_type_uid_t=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}
| 
| # 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}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # mono
| mono_cv_uscore=${mono_cv_uscore=no}
| 
| # 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}
| 
| #git
| ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes}
| # pth
| ac_cv_check_sjlj=ssjlj
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| 
configure:1372: loading site script /OE/ai.openembedded.dev/site/ix86-common
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_unsigned_char_p=${ac_cv_sizeof_unsigned_char_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_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_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_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_off_t=${ac_cv_sizeof_off_t=4}
| 
| ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=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_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
| ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| 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_linux_vers=${ac_cv_linux_vers=2}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| 
| ac_cv_path_ESD_CONFIG=no
| lf_cv_sane_realloc=yes
| jm_cv_func_gettimeofday_clobber=no
| samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
| bf_lsbf=1
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # audacity
| ac_cv_file_lib_src_libmad_frame_h=${ac_cv_file_lib_src_libmad_frame_h=no}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # 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}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_mutex=${db_cv_mutex=x86/gcc-assembly}
| 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}
| db_cv_posixmutexes=${db_cv_posixmutexes=no}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_uimutexes=${db_cv_uimutexes=no}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| dpkg_cv_va_copy=${ac_cv_va_copy=no}
| dpkg_cv___va_copy=${ac_cv___va_copy=yes}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| 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_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes}
| 
| # glib-2.0
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| 
| # guile
| ac_cv_sys_restartable_syscalls=yes
| 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}
| 
| # intercom
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # ipsec-tools
| ac_cv_va_copy=${ac_cv_va_copy=no}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| racoon_cv_bug_getaddrinfo=${racoon_cv_bug_getaddrinfo=no}
| 
| # jikes-native
| ac_cv_sizeof_wchar_t=4
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_copy=${lftp_cv_va_copy=no}
| lftp_cv___va_copy=${lftp_cv___va_copy=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no}
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # mono
| cv_mono_sizeof_sunpath=108
| mono_cv_sizeof_sunpath=108
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=yes}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=4
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=4
| ac_cv_alignof_CORBA_long_long=4
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=4
| ac_cv_alignof_CORBA_wchar=2
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # p3scan
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| 
| # 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}
| 
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
| 
| # 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}
| 
| # samba
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| 
| # 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_copy=${slrn_cv___va_copy=yes}
| slrn_cv_va_copy=${slrn_cv_va_copy=no}
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=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_type_struct_timespec=${ac_cv_type_struct_timespec=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # sudo
| sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # xorg X11R7
| ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no}
| ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no}
| 
| # eds-dbus
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
configure:1372: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1372: loading site script /OE/ai.openembedded.dev/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}
| 
| # does compiler handle IEEE math?
| rd_cv_ieee_works=${rd_cv_ieee_works=yes}
configure:1505: checking build system type
configure:1523: result: i686-pc-linux-gnu
configure:1558: checking host system type
configure:1572: result: i686-pc-linux-gnu
configure:1580: checking target system type
configure:1594: result: arm-angstrom-linux-gnueabi
configure:1637: checking for a BSD-compatible install
configure:1692: result: /usr/bin/install -c
configure:1703: checking whether ln works
configure:1725: result: yes
configure:1729: checking whether ln -s works
configure:1733: result: yes
configure:2847: checking for i686-linux-gcc
configure:2873: result: gcc 
configure:3155: checking for C compiler version
configure:3158: gcc  --version </dev/null >&5
gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:3161: $? = 0
configure:3163: gcc  -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
configure:3166: $? = 0
configure:3168: gcc  -V </dev/null >&5
gcc: '-V' option must have argument
configure:3171: $? = 1
configure:3194: checking for C compiler default output file name
configure:3197: gcc  -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:3200: $? = 0
configure:3246: result: a.out
configure:3251: checking whether the C compiler works
configure:3257: ./a.out
configure:3260: $? = 0
configure:3277: result: yes
configure:3284: checking whether we are cross compiling
configure:3286: result: no
configure:3289: checking for suffix of executables
configure:3291: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:3294: $? = 0
configure:3319: result: 
configure:3325: checking for suffix of object files
configure:3346: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:3349: $? = 0
configure:3371: result: o
configure:3375: checking whether we are using the GNU C compiler
configure:3399: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:3405: $? = 0
configure:3409: test -z 
			 || test ! -s conftest.err
configure:3412: $? = 0
configure:3415: test -s conftest.o
configure:3418: $? = 0
configure:3431: result: yes
configure:3437: checking whether gcc  accepts -g
configure:3458: gcc  -c -g  conftest.c >&5
configure:3464: $? = 0
configure:3468: test -z 
			 || test ! -s conftest.err
configure:3471: $? = 0
configure:3474: test -s conftest.o
configure:3477: $? = 0
configure:3488: result: yes
configure:3505: checking for gcc  option to accept ANSI C
configure:3575: gcc   -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
configure:3581: $? = 0
configure:3585: test -z 
			 || test ! -s conftest.err
configure:3588: $? = 0
configure:3591: test -s conftest.o
configure:3594: $? = 0
configure:3612: result: none needed
configure:3630: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3636: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3779: checking for i686-linux-g++
configure:3805: result: g++
configure:3863: checking for C++ compiler version
configure:3866: g++ --version </dev/null >&5
g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:3869: $? = 0
configure:3871: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
configure:3874: $? = 0
configure:3876: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3879: $? = 1
configure:3882: checking whether we are using the GNU C++ compiler
configure:3906: g++ -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.cc >&5
configure:3912: $? = 0
configure:3916: test -z 
			 || test ! -s conftest.err
configure:3919: $? = 0
configure:3922: test -s conftest.o
configure:3925: $? = 0
configure:3938: result: yes
configure:3944: checking whether g++ accepts -g
configure:3965: g++ -c -g  conftest.cc >&5
configure:3971: $? = 0
configure:3975: test -z 
			 || test ! -s conftest.err
configure:3978: $? = 0
configure:3981: test -s conftest.o
configure:3984: $? = 0
configure:3995: result: yes
configure:4037: g++ -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.cc >&5
configure:4043: $? = 0
configure:4047: test -z 
			 || test ! -s conftest.err
configure:4050: $? = 0
configure:4053: test -s conftest.o
configure:4056: $? = 0
configure:4082: g++ -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:4088: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4037: g++ -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
configure:4043: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4037: g++ -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:10:
/usr/include/stdlib.h:543: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
conftest.cc:9: error: from previous declaration 'void std::exit(int)'
configure:4043: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4037: g++ -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.cc >&5
configure:4043: $? = 0
configure:4047: test -z 
			 || test ! -s conftest.err
configure:4050: $? = 0
configure:4053: test -s conftest.o
configure:4056: $? = 0
configure:4082: g++ -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2  conftest.cc >&5
configure:4088: $? = 0
configure:4092: test -z 
			 || test ! -s conftest.err
configure:4095: $? = 0
configure:4098: test -s conftest.o
configure:4101: $? = 0
configure:4150: checking for i686-linux-gnatbind
configure:4179: result: no
configure:4188: checking for gnatbind
configure:4215: result: no
configure:4230: checking for i686-linux-gnatmake
configure:4259: result: no
configure:4268: checking for gnatmake
configure:4295: result: no
configure:4307: checking whether compiler driver understands Ada
configure:4330: result: no
configure:4339: checking how to compare bootstrapped objects
configure:4364: result: cmp --ignore-initial=16 $$f1 $$f2
configure:4484: checking for correct version of gmp.h
configure:4507: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I/OE/build/tmp/staging/i686-linux/usr/include  conftest.c >&5
configure:4513: $? = 0
configure:4517: test -z 
			 || test ! -s conftest.err
configure:4520: $? = 0
configure:4523: test -s conftest.o
configure:4526: $? = 0
configure:4528: result: yes
configure:4542: checking for correct version of mpfr.h
configure:4573: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I/OE/build/tmp/staging/i686-linux/usr/include  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  -L/OE/build/tmp/staging/i686-linux/usr/lib -lmpfr -lgmp >&5
configure:4579: $? = 0
configure:4583: test -z 
			 || test ! -s conftest.err
configure:4586: $? = 0
configure:4589: test -s conftest
configure:4592: $? = 0
configure:4616: gcc  -o conftest -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -I/OE/build/tmp/staging/i686-linux/usr/include  -L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c  -L/OE/build/tmp/staging/i686-linux/usr/lib -lmpfr -lgmp >&5
configure:4622: $? = 0
configure:4626: test -z 
			 || test ! -s conftest.err
configure:4629: $? = 0
configure:4632: test -s conftest
configure:4635: $? = 0
configure:4637: result: yes
configure:6005: checking for bison
configure:6021: found /OE/build/tmp/staging/i686-linux/usr/bin/bison
configure:6031: result: bison -y
configure:6051: checking for bison
configure:6067: found /OE/build/tmp/staging/i686-linux/usr/bin/bison
configure:6077: result: bison
configure:6096: checking for gm4
configure:6125: result: no
configure:6096: checking for gnum4
configure:6125: result: no
configure:6096: checking for m4
configure:6112: found /OE/build/tmp/staging/i686-linux/usr/bin/m4
configure:6122: result: m4
configure:6141: checking for flex
configure:6157: found /OE/build/tmp/staging/i686-linux/usr/bin/flex
configure:6167: result: flex
configure:6187: checking for flex
configure:6203: found /OE/build/tmp/staging/i686-linux/usr/bin/flex
configure:6213: result: flex
configure:6232: checking for makeinfo
configure:6248: found /usr/bin/makeinfo
configure:6258: result: makeinfo
configure:6291: checking for expect
configure:6320: result: no
configure:6338: checking for runtest
configure:6367: result: no
configure:6400: checking for ar
configure:6426: result: ar
configure:6440: checking for i686-linux-ar
configure:6466: result: ar
configure:6535: checking for as
configure:6561: result: as
configure:6575: checking for i686-linux-as
configure:6601: result: as
configure:6710: checking for i686-linux-dlltool
configure:6739: result: no
configure:6747: checking for dlltool
configure:6776: result: no
configure:6805: checking for ld
configure:6831: result: ld
configure:6845: checking for i686-linux-ld
configure:6871: result: ld
configure:6980: checking for i686-linux-lipo
configure:7009: result: no
configure:7017: checking for lipo
configure:7046: result: no
configure:7075: checking for nm
configure:7101: result: nm
configure:7115: checking for i686-linux-nm
configure:7141: result: nm
configure:7210: checking for ranlib
configure:7236: result: ranlib
configure:7250: checking for i686-linux-ranlib
configure:7276: result: ranlib
configure:7340: checking for strip
configure:7366: result: strip
configure:7380: checking for i686-linux-strip
configure:7406: result: strip
configure:7510: checking for i686-linux-windres
configure:7539: result: no
configure:7547: checking for windres
configure:7576: result: no
configure:7645: checking for i686-linux-windmc
configure:7674: result: no
configure:7682: checking for windmc
configure:7711: result: no
configure:7740: checking for objcopy
configure:7766: result: objcopy
configure:7780: checking for i686-linux-objcopy
configure:7806: result: objcopy
configure:7875: checking for objdump
configure:7901: result: objdump
configure:7915: checking for i686-linux-objdump
configure:7941: result: objdump
configure:8032: checking for cc
configure:8058: result:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
configure:8032: checking for gcc
configure:8058: result:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
configure:8244: checking for arm-angstrom-linux-gnueabi-c++
configure:8273: result: no
configure:8244: checking for arm-angstrom-linux-gnueabi-g++
configure:8273: result: no
configure:8244: checking for arm-angstrom-linux-gnueabi-cxx
configure:8273: result: no
configure:8244: checking for arm-angstrom-linux-gnueabi-gxx
configure:8273: result: no
configure:8399: checking for arm-angstrom-linux-gnueabi-gcc
configure:8415: found /OE/build/tmp/cross/armv7a//bin/arm-angstrom-linux-gnueabi-gcc
configure:8425: result: arm-angstrom-linux-gnueabi-gcc
configure:8549: checking for arm-angstrom-linux-gnueabi-gcj
configure:8578: result: no
configure:8704: checking for arm-angstrom-linux-gnueabi-gfortran
configure:8733: result: no
configure:8830: checking for ar
configure:8848: found /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ar
configure:8860: result: /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ar
configure:9053: checking for as
configure:9071: found /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/as
configure:9083: result: /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/as
configure:9276: checking for dlltool
configure:9309: result: no
configure:9384: checking for arm-angstrom-linux-gnueabi-dlltool
configure:9413: result: no
configure:9499: checking for ld
configure:9517: found /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ld
configure:9529: result: /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ld
configure:9722: checking for lipo
configure:9755: result: no
configure:9830: checking for arm-angstrom-linux-gnueabi-lipo
configure:9859: result: no
configure:9945: checking for nm
configure:9963: found /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/nm
configure:9975: result: /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/nm
configure:10168: checking for objdump
configure:10186: found /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/objdump
configure:10198: result: /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/objdump
configure:10391: checking for ranlib
configure:10409: found /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ranlib
configure:10421: result: /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ranlib
configure:10614: checking for strip
configure:10632: found /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/strip
configure:10644: result: /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/strip
configure:10837: checking for windres
configure:10870: result: no
configure:10945: checking for arm-angstrom-linux-gnueabi-windres
configure:10974: result: no
configure:11060: checking for windmc
configure:11093: result: no
configure:11168: checking for arm-angstrom-linux-gnueabi-windmc
configure:11197: result: no
configure:11261: checking where to find the target ar
configure:11289: result: pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
configure:11303: checking where to find the target as
configure:11331: result: pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
configure:11345: checking where to find the target cc
configure:11368: result: just compiled
configure:11387: checking where to find the target c++
configure:11413: result: just compiled
configure:11432: checking where to find the target c++ for libstdc++
configure:11458: result: just compiled
configure:11477: checking where to find the target dlltool
configure:11514: result: pre-installed
configure:11519: checking where to find the target gcc
configure:11542: result: just compiled
configure:11561: checking where to find the target gcj
configure:11587: result: just compiled
configure:11606: checking where to find the target gfortran
configure:11632: result: just compiled
configure:11651: checking where to find the target ld
configure:11679: result: pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
configure:11693: checking where to find the target lipo
configure:11719: result: pre-installed
configure:11724: checking where to find the target nm
configure:11752: result: pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
configure:11766: checking where to find the target objdump
configure:11794: result: pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
configure:11808: checking where to find the target ranlib
configure:11836: result: pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
configure:11850: checking where to find the target strip
configure:11878: result: pre-installed in /OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin
configure:11892: checking where to find the target windres
configure:11929: result: pre-installed
configure:11934: checking where to find the target windmc
configure:11971: result: pre-installed
configure:12004: checking whether to enable maintainer-specific portions of Makefiles
configure:12013: result: no
configure:12046: checking whether -fkeep-inline-functions is supported
configure:12070: gcc  -c -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -fkeep-inline-functions  conftest.c >&5
configure:12076: $? = 0
configure:12080: test -z 
			 || test ! -s conftest.err
configure:12083: $? = 0
configure:12086: test -s conftest.o
configure:12089: $? = 0
configure:12091: result: yes
configure:12308: creating ./config.status

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

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

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

on ubuntu

config.status:765: creating Makefile

## ---------------- ##
## 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=4
ac_cv_alignof_CORBA_float=4
ac_cv_alignof_CORBA_long=4
ac_cv_alignof_CORBA_long_double=4
ac_cv_alignof_CORBA_long_long=4
ac_cv_alignof_CORBA_octet=1
ac_cv_alignof_CORBA_pointer=4
ac_cv_alignof_CORBA_short=2
ac_cv_alignof_CORBA_struct=4
ac_cv_alignof_CORBA_wchar=2
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-linux
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
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_AR_FOR_TARGET_set=set
ac_cv_env_AR_FOR_TARGET_value=arm-angstrom-linux-gnueabi-ar
ac_cv_env_AR_set=set
ac_cv_env_AR_value=ar
ac_cv_env_AS_FOR_TARGET_set=set
ac_cv_env_AS_FOR_TARGET_value=arm-angstrom-linux-gnueabi-as
ac_cv_env_AS_set=set
ac_cv_env_AS_value=as
ac_cv_env_CC_FOR_TARGET_set=set
ac_cv_env_CC_FOR_TARGET_value=' arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp'
ac_cv_env_CC_set=set
ac_cv_env_CC_value='gcc '
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1'
ac_cv_env_LD_FOR_TARGET_set=set
ac_cv_env_LD_FOR_TARGET_value=arm-angstrom-linux-gnueabi-ld
ac_cv_env_LD_set=set
ac_cv_env_LD_value=ld
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=set
ac_cv_env_NM_FOR_TARGET_value=arm-angstrom-linux-gnueabi-nm
ac_cv_env_NM_set=set
ac_cv_env_NM_value=nm
ac_cv_env_OBJCOPY_set=set
ac_cv_env_OBJCOPY_value=objcopy
ac_cv_env_OBJDUMP_FOR_TARGET_set=set
ac_cv_env_OBJDUMP_FOR_TARGET_value=arm-angstrom-linux-gnueabi-objdump
ac_cv_env_OBJDUMP_set=set
ac_cv_env_OBJDUMP_value=objdump
ac_cv_env_RANLIB_FOR_TARGET_set=set
ac_cv_env_RANLIB_FOR_TARGET_value=arm-angstrom-linux-gnueabi-ranlib
ac_cv_env_RANLIB_set=set
ac_cv_env_RANLIB_value=ranlib
ac_cv_env_STRIP_FOR_TARGET_set=set
ac_cv_env_STRIP_FOR_TARGET_value=arm-angstrom-linux-gnueabi-strip
ac_cv_env_STRIP_set=set
ac_cv_env_STRIP_value=strip
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-angstrom-linux-gnueabi
ac_cv_epoll_works=yes
ac_cv_exeext=
ac_cv_file__dev_random=yes
ac_cv_file__dev_zero=yes
ac_cv_file__usr_share_X11_sgml_defs_ent=no
ac_cv_file_lib_src_libmad_frame_h=no
ac_cv_fread_reads_directories=yes
ac_cv_func___va_copy=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_mmap_fixed_mapped=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_printf_unix98=yes
ac_cv_func_pthread_attr_getstack=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setresuid=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_snprintf_c99=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stat_ignores_trailing_slash=no
ac_cv_func_strerror=yes
ac_cv_func_va_copy=yes
ac_cv_func_vsnprintf_c99=yes
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_openpty_ctty_bug=yes
ac_cv_have_space_d_name_in_struct_dirent=yes
ac_cv_header_netinet_sctp_h=no
ac_cv_header_netinet_sctp_uio_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-linux
ac_cv_lbl_unaligned_fail=no
ac_cv_libiconv_utf8=yes
ac_cv_libnet_endianess=lil
ac_cv_linux_vers=2
ac_cv_need_trio=no
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ar
ac_cv_path_AS_FOR_TARGET=/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/as
ac_cv_path_ESD_CONFIG=no
ac_cv_path_LD_FOR_TARGET=/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ld
ac_cv_path_NM_FOR_TARGET=/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/nm
ac_cv_path_OBJDUMP_FOR_TARGET=/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ranlib
ac_cv_path_STRIP_FOR_TARGET=/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_pread=no
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_BISON=bison
ac_cv_prog_CC='gcc '
ac_cv_prog_CC_FOR_TARGET=' arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp'
ac_cv_prog_CXX=g++
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=arm-angstrom-linux-gnueabi-gcc
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_GNATBIND=no
ac_cv_prog_ac_ct_GNATMAKE=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_pwrite=no
ac_cv_sctp=no
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
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_long=8
ac_cv_sizeof_long_p=4
ac_cv_sizeof_off_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_char_p=4
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
ac_cv_sizeof_wchar_t=4
ac_cv_sys_linker_h=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_target=arm-angstrom-linux-gnueabi
ac_cv_target_alias=arm-angstrom-linux-gnueabi
ac_cv_type_struct_timespec=yes
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
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
am_cv_func_working_getline=yes
am_cv_scanf_lld=yes
apr_cv_process_shared_works=no
apr_cv_tcp_nodelay_with_cork=yes
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
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_mutex=x86/gcc-assembly
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_posixmutexes=no
db_cv_sprintf_count=yes
db_cv_uimutexes=no
dpkg_cv___va_copy=yes
dpkg_cv_va_copy=yes
ettercap_cv_type_socklen_t=yes
fu_cv_sys_stat_statfs2_bsize=yes
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/OE/build/tmp/cross/armv7a/libexec/gcc/arm-angstrom-linux-gnueabi/4.3.3:/OE/build/tmp/cross/armv7a/libexec/gcc/arm-angstrom-linux-gnueabi:/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3:/usr/lib/gcc/arm-angstrom-linux-gnueabi:/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/arm-angstrom-linux-gnueabi/4.3.3:/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin:
gcc_cv_tool_prefix=/OE/build/tmp/cross/armv7a
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_long_long_format=ll
glib_cv_rtldglobal_broken=yes
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
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_uscore=no
glib_cv_use_pid_surrogate=yes
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
jm_cv_func_gettimeofday_clobber=no
jm_cv_func_working_readdir=yes
lf_cv_sane_realloc=yes
lftp_cv___va_copy=yes
lftp_cv_va_copy=no
libIDL_cv_long_long_format=ll
mono_cv_sizeof_sunpath=108
mono_cv_uscore=no
mr_cv_target_elf=yes
mysql_cv_func_atomic_add=yes
mysql_cv_func_atomic_sub=yes
php_cv_lib_cookie_io_functions_use_off64_t=yes
racoon_cv_bug_getaddrinfo=no
rd_cv_ieee_works=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_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_IRIX_SPECIFIC_CAPABILITIES=no
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
slrn_cv___va_copy=yes
slrn_cv_va_copy=no
slrn_cv_va_val_copy=yes
sudo_cv_uid_t_len=10
utils_cv_sys_open_max=1015

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/as'
BISON='bison'
CC='gcc '
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
CFLAGS_FOR_BUILD='-isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
CFLAGS_FOR_TARGET='-g -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CPPFLAGS_FOR_BUILD='-isystem/OE/build/tmp/staging/i686-linux/usr/include'
CXX='g++'
CXXFLAGS='-isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
CXXFLAGS_FOR_BUILD='-isystem/OE/build/tmp/staging/i686-linux/usr/include -O2 -fpermissive'
CXXFLAGS_FOR_TARGET='-g -isystem/OE/build/tmp/staging/i686-linux/usr/include -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='arm-angstrom-linux-gnueabi-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET='-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -isystem/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
GNATBIND='no'
GNATMAKE='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS='-L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1'
LDFLAGS_FOR_BUILD='-L/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath-link,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-rpath,/OE/build/tmp/staging/i686-linux/usr/lib -Wl,-O1'
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='arm-angstrom-linux-gnueabi-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/ranlib'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='/OE/build/tmp/cross/armv7a/arm-angstrom-linux-gnueabi/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET='--sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi'
TOPLEVEL_CONFIGURE_ARGUMENTS='/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/configure --build=i686-linux --host=i686-linux --target=arm-angstrom-linux-gnueabi --prefix=/OE/build/tmp/cross/armv7a --exec_prefix=/OE/build/tmp/cross/armv7a --bindir=/OE/build/tmp/cross/armv7a/bin --sbindir=/OE/build/tmp/cross/armv7a/bin --libexecdir=/OE/build/tmp/cross/armv7a/libexec --datadir=/OE/build/tmp/cross/armv7a/share --sysconfdir=/OE/build/tmp/cross/armv7a/etc --sharedstatedir=/OE/build/tmp/cross/armv7a/com --localstatedir=/OE/build/tmp/cross/armv7a/var --libdir=/OE/build/tmp/cross/armv7a/lib --includedir=/OE/build/tmp/cross/armv7a/include --oldincludedir=/OE/build/tmp/cross/armv7a/include --infodir=/OE/build/tmp/cross/armv7a/share/info --mandir=/OE/build/tmp/cross/armv7a/share/man --with-gnu-ld --enable-shared --enable-target-optspace --enable-languages=c,c++,objc,fortran,java --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-local-prefix=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr --with-gxx-include-dir=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi//usr/include/c++ --with-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi --with-build-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=/OE/build/tmp/staging/i686-linux/usr --enable-__cxa_atexit'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='arm-angstrom-linux-gnueabi-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='arm-angstrom-linux-gnueabi-windres'
YACC='bison -y'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_GNATBIND='no'
ac_ct_GNATMAKE='no'
bindir='/OE/build/tmp/cross/armv7a/bin'
build='i686-pc-linux-gnu'
build_alias='i686-linux'
build_configargs='--cache-file=../config.cache '--prefix=/OE/build/tmp/cross/armv7a' '--exec_prefix=/OE/build/tmp/cross/armv7a' '--bindir=/OE/build/tmp/cross/armv7a/bin' '--sbindir=/OE/build/tmp/cross/armv7a/bin' '--libexecdir=/OE/build/tmp/cross/armv7a/libexec' '--datadir=/OE/build/tmp/cross/armv7a/share' '--sysconfdir=/OE/build/tmp/cross/armv7a/etc' '--sharedstatedir=/OE/build/tmp/cross/armv7a/com' '--localstatedir=/OE/build/tmp/cross/armv7a/var' '--libdir=/OE/build/tmp/cross/armv7a/lib' '--includedir=/OE/build/tmp/cross/armv7a/include' '--oldincludedir=/OE/build/tmp/cross/armv7a/include' '--infodir=/OE/build/tmp/cross/armv7a/share/info' '--mandir=/OE/build/tmp/cross/armv7a/share/man' '--with-gnu-ld' '--enable-shared' '--enable-target-optspace' '--enable-threads=posix' '--enable-multilib' '--enable-c99' '--enable-long-long' '--enable-symvers=gnu' '--enable-libstdcxx-pch' '--enable-libssp' '--disable-bootstrap' '--disable-libgomp' '--disable-libmudflap' '--with-local-prefix=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr' '--with-gxx-include-dir=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi//usr/include/c++' '--with-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi' '--with-build-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi' '--enable-cheaders=c_std' '--disable-libunwind-exceptions' '--with-mpfr=/OE/build/tmp/staging/i686-linux/usr' '--enable-__cxa_atexit' '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,^,arm-angstrom-linux-gnueabi-,''
build_configdirs=' libiberty fixincludes'
build_cpu='i686'
build_libsubdir='build-i686-linux'
build_noncanonical='i686-linux'
build_os='linux-gnu'
build_subdir='build-i686-linux'
build_tooldir='${exec_prefix}/arm-angstrom-linux-gnueabi'
build_vendor='pc'
config_shell='/bin/sh'
configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc'
datadir='/OE/build/tmp/cross/armv7a/share'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc'
exec_prefix='/OE/build/tmp/cross/armv7a'
gmpinc='-I/OE/build/tmp/staging/i686-linux/usr/include'
gmplibs='-L/OE/build/tmp/staging/i686-linux/usr/lib -lmpfr -lgmp'
host='i686-pc-linux-gnu'
host_alias='i686-linux'
host_configargs='--cache-file=./config.cache  '--prefix=/OE/build/tmp/cross/armv7a' '--exec_prefix=/OE/build/tmp/cross/armv7a' '--bindir=/OE/build/tmp/cross/armv7a/bin' '--sbindir=/OE/build/tmp/cross/armv7a/bin' '--libexecdir=/OE/build/tmp/cross/armv7a/libexec' '--datadir=/OE/build/tmp/cross/armv7a/share' '--sysconfdir=/OE/build/tmp/cross/armv7a/etc' '--sharedstatedir=/OE/build/tmp/cross/armv7a/com' '--localstatedir=/OE/build/tmp/cross/armv7a/var' '--libdir=/OE/build/tmp/cross/armv7a/lib' '--includedir=/OE/build/tmp/cross/armv7a/include' '--oldincludedir=/OE/build/tmp/cross/armv7a/include' '--infodir=/OE/build/tmp/cross/armv7a/share/info' '--mandir=/OE/build/tmp/cross/armv7a/share/man' '--with-gnu-ld' '--enable-shared' '--enable-target-optspace' '--enable-threads=posix' '--enable-multilib' '--enable-c99' '--enable-long-long' '--enable-symvers=gnu' '--enable-libstdcxx-pch' '--enable-libssp' '--disable-bootstrap' '--disable-libgomp' '--disable-libmudflap' '--with-local-prefix=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr' '--with-gxx-include-dir=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi//usr/include/c++' '--with-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi' '--with-build-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi' '--enable-cheaders=c_std' '--disable-libunwind-exceptions' '--with-mpfr=/OE/build/tmp/staging/i686-linux/usr' '--enable-__cxa_atexit' '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,^,arm-angstrom-linux-gnueabi-,''
host_cpu='i686'
host_noncanonical='i686-linux'
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='/OE/build/tmp/cross/armv7a/include'
infodir='/OE/build/tmp/cross/armv7a/share/info'
libdir='/OE/build/tmp/cross/armv7a/lib'
libexecdir='/OE/build/tmp/cross/armv7a/libexec'
localstatedir='/OE/build/tmp/cross/armv7a/var'
mandir='/OE/build/tmp/cross/armv7a/share/man'
oldincludedir='/OE/build/tmp/cross/armv7a/include'
pdfdir='${docdir}'
prefix='/OE/build/tmp/cross/armv7a'
program_transform_name='s,^,arm-angstrom-linux-gnueabi-,'
sbindir='/OE/build/tmp/cross/armv7a/bin'
sharedstatedir='/OE/build/tmp/cross/armv7a/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c'
stage2_werror_flag=''
sysconfdir='/OE/build/tmp/cross/armv7a/etc'
target='arm-angstrom-linux-gnueabi'
target_alias='arm-angstrom-linux-gnueabi'
target_configargs='--cache-file=./config.cache --with-cross-host=i686-linux '--prefix=/OE/build/tmp/cross/armv7a' '--exec_prefix=/OE/build/tmp/cross/armv7a' '--bindir=/OE/build/tmp/cross/armv7a/bin' '--sbindir=/OE/build/tmp/cross/armv7a/bin' '--libexecdir=/OE/build/tmp/cross/armv7a/libexec' '--datadir=/OE/build/tmp/cross/armv7a/share' '--sysconfdir=/OE/build/tmp/cross/armv7a/etc' '--sharedstatedir=/OE/build/tmp/cross/armv7a/com' '--localstatedir=/OE/build/tmp/cross/armv7a/var' '--libdir=/OE/build/tmp/cross/armv7a/lib' '--includedir=/OE/build/tmp/cross/armv7a/include' '--oldincludedir=/OE/build/tmp/cross/armv7a/include' '--infodir=/OE/build/tmp/cross/armv7a/share/info' '--mandir=/OE/build/tmp/cross/armv7a/share/man' '--with-gnu-ld' '--enable-shared' '--enable-target-optspace' '--enable-threads=posix' '--enable-multilib' '--enable-c99' '--enable-long-long' '--enable-symvers=gnu' '--enable-libstdcxx-pch' '--enable-libssp' '--disable-bootstrap' '--disable-libgomp' '--disable-libmudflap' '--with-local-prefix=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi/usr' '--with-gxx-include-dir=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi//usr/include/c++' '--with-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi' '--with-build-sysroot=/OE/build/tmp/staging/armv7a-angstrom-linux-gnueabi' '--enable-cheaders=c_std' '--disable-libunwind-exceptions' '--with-mpfr=/OE/build/tmp/staging/i686-linux/usr' '--enable-__cxa_atexit' '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,^,arm-angstrom-linux-gnueabi-,''
target_cpu='arm'
target_noncanonical='arm-angstrom-linux-gnueabi'
target_os='linux-gnueabi'
target_subdir='arm-angstrom-linux-gnueabi'
target_vendor='angstrom'
tooldir='${exec_prefix}/arm-angstrom-linux-gnueabi'

## ------------- ##
## Output files. ##
## ------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/config/mh-x86omitfp'
ospace_frag='/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/config/mt-ospace'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.3.3-r7.1/gcc-4.3.3/config/mt-gnu'

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();

configure: exit 0

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

end of thread, other threads:[~2010-03-05  3:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-03 16:20 Trying and Failing to enable Java with GCC 4.3.3 Joshua Smith
2010-03-03 17:19 ` Joshua Smith
2010-03-04  5:23   ` Khem Raj
2010-03-04 14:41     ` Joshua Smith
2010-03-05  2:39       ` Khem Raj
2010-03-05  3:27         ` Joshua Smith

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.