All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
@ 2009-11-15 19:03 Paul Menzel
  2009-11-18  9:41 ` Paul Menzel
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Menzel @ 2009-11-15 19:03 UTC (permalink / raw)
  To: openembedded-devel


[-- Attachment #1.1: Type: text/plain, Size: 2958 bytes --]

Dear OpenEmbedded hackers,


I am trying to build Ångström following [1]. But

        $ bitbake base-image

fails when working with gmp-native.

        ERROR: function do_configure failed
        ERROR: see log in /oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp/log.do_configure.29183
        NOTE: Task failed: /oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp/log.do_configure.29183
        ERROR: TaskFailed event exception, aborting
        ERROR: Build of /oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb do_configure failed
        ERROR: Task 1273 (/oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb, do_configure) failed
        NOTE: Waiting for 3 active tasks to finish
        NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
        NOTE: 2: /oe/openembedded/recipes/zlib/zlib-native_1.2.3.bb, do_configure (12652)
        NOTE: 3: /oe/openembedded/recipes/pkgconfig/pkgconfig-native_0.23.bb, do_configure (12447)
        NOTE: Waiting for 2 active tasks to finish
        NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
        NOTE: 2: /oe/openembedded/recipes/pkgconfig/pkgconfig-native_0.23.bb, do_configure (12447)
        NOTE: Waiting for 1 active tasks to finish
        NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
        NOTE: Tasks Summary: Attempted 539 tasks of which 0 didn't need to be rerun and 1 failed.
        ERROR: '/oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb' failed

The log [2] – also attached – shows

        checking size of mp_limb_t... 4
        configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
        in this configuration expects 64 bits.
        You appear to have set $CFLAGS, perhaps you also need to tell GMP the
        intended ABI, see "ABI and ISA" in the manual.
        FATAL: oe_runconf failed

The exact same happens for gmp-native 4.3.1. blindvt send me the recipes for this.

Could someone enlighten me please, what I am missing.

local.conf is attached and all other files related to gmp-native.

        $ git branch
        * stable/2009

        HEAD fdfedf718dd484607f1b1b839e5e9608406e02e4

I am using Debian unstable and MACHINE = "beagleboard".

I think the problem is that I am running a 64-bit Linux kernel with a
32-bit userspace.

        $ uname -r
        2.6.31-1-amd64
        $ dpkg --print-architecture
        i386

But running `./.bootstrap` and `./configure` on a normal gmplib checkout
[3] does not return any errors, so it must be OpenEmbedded related, must
not it?

Please tell me, if you need other information.


Thanks,

Paul


[1] http://www.angstrom-distribution.org/building-ångström
[2] oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp$ less log.do_configure.29183
[3] hg clone http://gmplib.org:8000/gmp-4.3/


[-- Attachment #1.2: log.do_configure.29183 --]
[-- Type: text/plain, Size: 15213 bytes --]

automake (GNU automake) 1.10.2
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
AUTOV is 1.10
NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal-1.10 -I /srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal -I /srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal-1.10 -I /srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal --force 
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
autoreconf: running: /srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/bin/autoconf --include=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal-1.10 --include=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal --force --warnings=cross
autoreconf: running: /srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/bin/autoheader --include=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal-1.10 --include=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/aclocal --force --warnings=cross
autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross
automake: unknown warning category `cross'
configure.in:47: installing `./config.guess'
configure.in:47: installing `./config.sub'
configure.in: installing `./ylwrap'
autoreconf: running: gnu-configize
autoreconf: Leaving directory `.'
NOTE: Running /srv/filme/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/gmp-4.2.4/configure 		    --build=x86_64-linux 		    --host=x86_64-linux 		    --target=x86_64-linux 		    --prefix=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr 		    --exec_prefix=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr 		    --bindir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/bin 		    --sbindir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/sbin 		    --libexecdir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/libexec 		    --datadir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share 		    --sysconfdir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/etc 		    --sharedstatedir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/com 		    --localstatedir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/var 		    --libdir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/lib 		    --includedir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/include 		    --oldincludedir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/include 		    --infodir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/info 		    --mandir=/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/share/man 			 		    ...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking compiler gcc -isystem/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -isystem/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/include... yes
checking for x86_64-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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking build system compiler gcc -std=gnu99... yes
checking for build system preprocessor... gcc -std=gnu99 -E
checking for build system executable suffix... 
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
using ABI="64"
      CC="gcc -std=gnu99"
      CFLAGS="-isystem/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2"
      CPPFLAGS="-isystem/srv/filme/oe/angstrom-dev/staging/x86_64-linux/usr/include"
      MPN_PATH=" x86_64 generic"
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking whether assembler supports --noexecstack option... yes
checking for x86_64-linux-ar... ar
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... ld
checking if the linker (ld) is GNU ld... yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
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 x86_64-linux-ar... (cached) ar
checking for x86_64-linux-strip... strip
checking for x86_64-linux-ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for x86_64-linux-g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... no
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (ld -m elf_i386) 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 for ld used by g++... ld -m elf_i386
checking if the linker (ld -m elf_i386) is GNU ld... yes
checking whether the g++ linker (ld -m elf_i386) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... 
checking if g77 static flag  works... no
checking if g77 supports -c -o file.o... no
checking if g77 supports -c -o file.o... (cached) no
checking whether the g77 linker (ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking invent.h usability... no
checking invent.h presence... no
checking for invent.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking sys/iograph.h usability... no
checking sys/iograph.h presence... no
checking for sys/iograph.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for sys/sysctl.h... yes
checking for machine/hal_sysinfo.h... no
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking whether sys_errlist is declared... yes
checking whether sys_nerr is declared... yes
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... yes
checking for uint_least32_t... yes
checking for preprocessor stringizing operator... yes
checking for working volatile... yes
checking whether <stdarg.h> exists and works... yes
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking for inline... inline
checking for cos in -lm... yes
checking for working alloca.h... yes
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... IEEE little endian
checking for alarm... yes
checking for attr_get... no
checking for clock... yes
checking for clock_gettime... no
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for getsysinfo... no
checking for localeconv... yes
checking for memset... yes
checking for mmap... yes
checking for mprotect... yes
checking for nl_langinfo... yes
checking for obstack_vprintf... yes
checking for popen... yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... yes
checking for read_real_time... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for syssgi... no
checking for strchr... yes
checking for strerror... yes
checking for strnlen... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysctlbyname... no
checking for times... yes
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
checking for suitable m4... m4
checking if m4wrap produces spurious output... no
checking how to switch to text section... .text
checking how to switch to data section... .data
checking for assembler label suffix... :
checking for assembler global directive... .globl
checking for assembler global directive attribute... 
checking if globals are prefixed by underscore... no
checking how to switch to read-only data section... 	.section	.rodata
checking for assembler .type directive... .type	$1,@$2
checking for assembler .size directive... .size	$1,$2
checking for assembler local label prefix... .L
checking for assembler byte directive... .byte
checking how to define a 32-bit word... .long
checking if .align assembly directive is logarithmic... no
checking if the .align directive accepts an 0x90 fill in .text... yes
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned... yes
checking size of unsigned... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for mp_limb_t... yes
checking size of mp_limb_t... 4
configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
in this configuration expects 64 bits.
You appear to have set $CFLAGS, perhaps you also need to tell GMP the
intended ABI, see "ABI and ISA" in the manual.
FATAL: oe_runconf failed

[-- Attachment #1.3: local.conf --]
[-- Type: text/plain, Size: 684 bytes --]

# Where to store sources
DL_DIR = "${OETREE}/downloads"

INHERIT += " rm_work "

# Make sure you have these installed
ASSUME_PROVIDED += "gdk-pixbuf-csource-native imagemagick-native librsvg-native"

# Which files do we want to parse:
BBFILES := "${OETREE}/openembedded/recipes/*/*.bb"
BBMASK = ""
 
# What kind of images do we want?
IMAGE_FSTYPES += " tar.bz2 "

# Set TMPDIR instead of defaulting it to $pwd/tmp
TMPDIR = "${OETREE}/${DISTRO}-dev"

# Make use of SMP and fast disks
PARALLEL_MAKE = "-j4"
BB_NUMBER_THREADS = "4"

#tinderbox
#INHERIT += "oestats-client"
OESTATS_BUILDER      = "myname"

DISTRO = "angstrom-2008.1"

MACHINE = "beagleboard"

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
  2009-11-15 19:03 bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code Paul Menzel
@ 2009-11-18  9:41 ` Paul Menzel
  2009-11-18 23:21   ` Paul Menzel
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Menzel @ 2009-11-18  9:41 UTC (permalink / raw)
  To: openembedded-devel

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

Dear OpenEmbedded hackers,


Am Sonntag, den 15.11.2009, 20:03 +0100 schrieb Paul Menzel:
> I am trying to build Ångström following [1]. But
> 
>         $ bitbake base-image
> 
> fails when working with gmp-native.
> 
>         ERROR: function do_configure failed
>         ERROR: see log in /oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp/log.do_configure.29183
>         NOTE: Task failed: /oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp/log.do_configure.29183
>         ERROR: TaskFailed event exception, aborting
>         ERROR: Build of /oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb do_configure failed
>         ERROR: Task 1273 (/oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb, do_configure) failed
>         NOTE: Waiting for 3 active tasks to finish
>         NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
>         NOTE: 2: /oe/openembedded/recipes/zlib/zlib-native_1.2.3.bb, do_configure (12652)
>         NOTE: 3: /oe/openembedded/recipes/pkgconfig/pkgconfig-native_0.23.bb, do_configure (12447)
>         NOTE: Waiting for 2 active tasks to finish
>         NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
>         NOTE: 2: /oe/openembedded/recipes/pkgconfig/pkgconfig-native_0.23.bb, do_configure (12447)
>         NOTE: Waiting for 1 active tasks to finish
>         NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
>         NOTE: Tasks Summary: Attempted 539 tasks of which 0 didn't need to be rerun and 1 failed.
>         ERROR: '/oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb' failed
> 
> The log [2] – also attached – shows
> 
>         checking size of mp_limb_t... 4
>         configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
>         in this configuration expects 64 bits.
>         You appear to have set $CFLAGS, perhaps you also need to tell GMP the
>         intended ABI, see "ABI and ISA" in the manual.
>         FATAL: oe_runconf failed
> 
> The exact same happens for gmp-native 4.3.1. blindvt send me the recipes for this.
> 
> Could someone enlighten me please, what I am missing.
> 
> local.conf is attached and all other files related to gmp-native.
> 
>         $ git branch
>         * stable/2009
> 
>         HEAD fdfedf718dd484607f1b1b839e5e9608406e02e4
> 
> I am using Debian unstable and MACHINE = "beagleboard".
> 
> I think the problem is that I am running a 64-bit Linux kernel with a
> 32-bit userspace.
> 
>         $ uname -r
>         2.6.31-1-amd64
>         $ dpkg --print-architecture
>         i386
> 
> But running `./.bootstrap` and `./configure` on a normal gmplib checkout
> [3] does not return any errors, so it must be OpenEmbedded related, must
> not it?
> 
> Please tell me, if you need other information.

I did some more testing and the same problem exists in the branch
org.openembedded.dev where gmp 4.2.4 is also present.

1. Is there a maintainer for GMP in OpenEmbedded? I did not find an
entry in MAINTAINERS [4].

2. Running `./configure` with the flags in the log file

        $ ./configure                --build=x86_64-linux
        --host=x86_64-linux                     --target=x86_64-linux
        --prefix=/srv/oe/angstrom-dev/staging/x86_64-linux/usr
        --exec_prefix=/srv/oe/angstrom-dev/staging/x86_64-linux/usr
        --bindir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/bin
        --sbindir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/sbin
        --libexecdir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/libexec                --datadir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share                     --sysconfdir=/srv/oe/angstrom-dev/staging/x86_64-linux/etc                --sharedstatedir=/srv/oe/angstrom-dev/staging/x86_64-linux/com                    --localstatedir=/srv/oe/angstrom-dev/staging/x86_64-linux/var                     --libdir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib                --includedir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include                --oldincludedir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include                     --infodir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/info                --mandir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/man

in the upstream source and in the temporary directory for build Ångström
`angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4` works
without problem.

        […]
        checking if the assembler takes cl with shldl... yes
        checking size of unsigned short... 2
        checking size of unsigned... 4
        checking size of unsigned long... 4
        checking size of mp_limb_t... 4
        checking for stack_t... yes
        checking for tputs in -lncurses... yes
        […]

How do find out what other flags are passed during the BitBake run or
what environment variables are set, so that I can test the upstream copy
with these settings?


Thanks,

Paul


> [1] http://www.angstrom-distribution.org/building-ångström
> [2] oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp$ less log.do_configure.29183
> [3] hg clone http://gmplib.org:8000/gmp-4.3/
[4] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/MAINTAINERS

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
  2009-11-18  9:41 ` Paul Menzel
@ 2009-11-18 23:21   ` Paul Menzel
  2009-11-19  0:17     ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Menzel @ 2009-11-18 23:21 UTC (permalink / raw)
  To: openembedded-devel

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

Dear OpenEmbedded hackers,


Am Mittwoch, den 18.11.2009, 10:41 +0100 schrieb Paul Menzel:
> Am Sonntag, den 15.11.2009, 20:03 +0100 schrieb Paul Menzel:
> > I am trying to build Ångström following [1]. But
> > 
> >         $ bitbake base-image
> > 
> > fails when working with gmp-native.
> > 
> >         ERROR: function do_configure failed
> >         ERROR: see log in /oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp/log.do_configure.29183
> >         NOTE: Task failed: /oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp/log.do_configure.29183
> >         ERROR: TaskFailed event exception, aborting
> >         ERROR: Build of /oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb do_configure failed
> >         ERROR: Task 1273 (/oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb, do_configure) failed
> >         NOTE: Waiting for 3 active tasks to finish
> >         NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
> >         NOTE: 2: /oe/openembedded/recipes/zlib/zlib-native_1.2.3.bb, do_configure (12652)
> >         NOTE: 3: /oe/openembedded/recipes/pkgconfig/pkgconfig-native_0.23.bb, do_configure (12447)
> >         NOTE: Waiting for 2 active tasks to finish
> >         NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
> >         NOTE: 2: /oe/openembedded/recipes/pkgconfig/pkgconfig-native_0.23.bb, do_configure (12447)
> >         NOTE: Waiting for 1 active tasks to finish
> >         NOTE: 1: /oe/openembedded/recipes/gettext/gettext-native_0.17.bb, do_configure (29189)
> >         NOTE: Tasks Summary: Attempted 539 tasks of which 0 didn't need to be rerun and 1 failed.
> >         ERROR: '/oe/openembedded/recipes/gmp/gmp-native_4.2.4.bb' failed
> > 
> > The log [2] – also attached – shows
> > 
> >         checking size of mp_limb_t... 4
> >         configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
> >         in this configuration expects 64 bits.
> >         You appear to have set $CFLAGS, perhaps you also need to tell GMP the
> >         intended ABI, see "ABI and ISA" in the manual.
> >         FATAL: oe_runconf failed
> > 
> > The exact same happens for gmp-native 4.3.1. blindvt send me the recipes for this.
> > 
> > Could someone enlighten me please, what I am missing.
> > 
> > local.conf is attached and all other files related to gmp-native.
> > 
> >         $ git branch
> >         * stable/2009
> > 
> >         HEAD fdfedf718dd484607f1b1b839e5e9608406e02e4
> > 
> > I am using Debian unstable and MACHINE = "beagleboard".
> > 
> > I think the problem is that I am running a 64-bit Linux kernel with a
> > 32-bit userspace.
> > 
> >         $ uname -r
> >         2.6.31-1-amd64
> >         $ dpkg --print-architecture
> >         i386
> > 
> > But running `./.bootstrap` and `./configure` on a normal gmplib checkout
> > [3] does not return any errors, so it must be OpenEmbedded related, must
> > not it?
> > 
> > Please tell me, if you need other information.
> 
> I did some more testing and the same problem exists in the branch
> org.openembedded.dev where gmp 4.2.4 is also present.
> 
> 1. Is there a maintainer for GMP in OpenEmbedded? I did not find an
> entry in MAINTAINERS [4].
> 
> 2. Running `./configure` with the flags in the log file
> 
>         $ ./configure                --build=x86_64-linux
>         --host=x86_64-linux                     --target=x86_64-linux
>         --prefix=/srv/oe/angstrom-dev/staging/x86_64-linux/usr
>         --exec_prefix=/srv/oe/angstrom-dev/staging/x86_64-linux/usr
>         --bindir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/bin
>         --sbindir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/sbin
>         --libexecdir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/libexec                --datadir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share                     --sysconfdir=/srv/oe/angstrom-dev/staging/x86_64-linux/etc                --sharedstatedir=/srv/oe/angstrom-dev/staging/x86_64-linux/com                    --localstatedir=/srv/oe/angstrom-dev/staging/x86_64-linux/var                     --libdir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib                --includedir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include                --oldincludedir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include                     --infodir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/info                --mandir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/man
> 
> in the upstream source and in the temporary directory for build Ångström
> `angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4` works
> without problem.
> 
>         […]
>         checking if the assembler takes cl with shldl... yes
>         checking size of unsigned short... 2
>         checking size of unsigned... 4
>         checking size of unsigned long... 4
>         checking size of mp_limb_t... 4
>         checking for stack_t... yes
>         checking for tputs in -lncurses... yes
>         […]
> 
> How do find out what other flags are passed during the BitBake run or
> what environment variables are set, so that I can test the upstream copy
> with these settings?

well, unfortunately my search results did not include any hits from the
OE bug tracker. I looked there a moment ago and found bug #3470 which
seems to be related to my problem [5].

I will try to update it with the information from my messages to the
list in the next days.


Thanks,

Paul


> > [1] http://www.angstrom-distribution.org/building-ångström
> > [2] oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp$ less log.do_configure.29183
> > [3] hg clone http://gmplib.org:8000/gmp-4.3/
> [4] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/MAINTAINERS
[5] http://bugs.openembedded.net/show_bug.cgi?id=3470

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
  2009-11-18 23:21   ` Paul Menzel
@ 2009-11-19  0:17     ` Richard Purdie
  2009-11-19 11:10       ` Paul Menzel
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Purdie @ 2009-11-19  0:17 UTC (permalink / raw)
  To: openembedded-devel

On Thu, 2009-11-19 at 00:21 +0100, Paul Menzel wrote:
[...]
> well, unfortunately my search results did not include any hits from the
> OE bug tracker. I looked there a moment ago and found bug #3470 which
> seems to be related to my problem [5].
> 
> I will try to update it with the information from my messages to the
> list in the next days.
[...]
> > > [2] oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp$ less log.do_configure.29183

I saw this recently, I wish I could remember how I fixed it :/.

I looked back at the above log and it says:

checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... ld -m elf_i386
checking if the linker (ld -m elf_i386) is GNU ld... yes
checking whether the g++ linker (ld -m elf_i386) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes

and the i386 references above show configure is off the rails before it
hits the fatal error.

Do you have the config.log file from the broken builds?

Cheers,

Richard





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

* Re: bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
  2009-11-19  0:17     ` Richard Purdie
@ 2009-11-19 11:10       ` Paul Menzel
  2009-11-19 11:45         ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Menzel @ 2009-11-19 11:10 UTC (permalink / raw)
  To: openembedded-devel


[-- Attachment #1.1: Type: text/plain, Size: 1314 bytes --]

Am Donnerstag, den 19.11.2009, 00:17 +0000 schrieb Richard Purdie:
> On Thu, 2009-11-19 at 00:21 +0100, Paul Menzel wrote:
> [...]
> > well, unfortunately my search results did not include any hits from the
> > OE bug tracker. I looked there a moment ago and found bug #3470 which
> > seems to be related to my problem [5].
> > 
> > I will try to update it with the information from my messages to the
> > list in the next days.
> [...]
> > > > [2] oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp$ less log.do_configure.29183
> 
> I saw this recently, I wish I could remember how I fixed it :/.
> 
> I looked back at the above log and it says:
> 
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for ld used by g++... ld -m elf_i386
> checking if the linker (ld -m elf_i386) is GNU ld... yes
> checking whether the g++ linker (ld -m elf_i386) supports shared libraries... yes
> checking for g++ option to produce PIC... -fPIC -DPIC
> checking if g++ PIC flag -fPIC -DPIC works... yes
> 
> and the i386 references above show configure is off the rails before it
> hits the fatal error.
> 
> Do you have the config.log file from the broken builds?

Here you go.


Thank you for your answer! Bests,

Paul

[-- Attachment #1.2: config.log --]
[-- Type: text/x-log, Size: 194615 bytes --]

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

It was created by GNU MP configure 4.2.4, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure --build=x86_64-linux --host=x86_64-linux --target=x86_64-linux --prefix=/srv/oe/angstrom-dev/staging/x86_64-linux/usr --exec_prefix=/srv/oe/angstrom-dev/staging/x86_64-linux/usr --bindir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/bin --sbindir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/sbin --libexecdir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/libexec --datadir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share --sysconfdir=/srv/oe/angstrom-dev/staging/x86_64-linux/etc --sharedstatedir=/srv/oe/angstrom-dev/staging/x86_64-linux/com --localstatedir=/srv/oe/angstrom-dev/staging/x86_64-linux/var --libdir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib --includedir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include --oldincludedir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include --infodir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/info --mandir=/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/man

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

hostname = mattotaupa
uname -m = x86_64
uname -r = 2.6.31-1-amd64
uname -s = Linux
uname -v = #1 SMP Sun Nov 15 22:05:44 UTC 2009

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

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

PATH: /srv/oe/angstrom-dev/staging/x86_64-linux/usr/bin
PATH: /srv/oe/angstrom-dev/staging/x86_64-linux/usr/bin/x86_64-linux
PATH: /srv/oe/angstrom-dev/staging/x86_64-linux/usr/sbin
PATH: /srv/oe/angstrom-dev/staging/x86_64-linux/usr/bin
PATH: /srv/oe/angstrom-dev/cross/x86_64//bin
PATH: /srv/oe/angstrom-dev/staging/x86_64-linux/sbin
PATH: /srv/oe/angstrom-dev/staging/x86_64-linux/bin
PATH: /srv/oe/bitbake/bin
PATH: /usr/local/texlive/2008/bin/i386-linux
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
PATH: /home/paul/neo/bin


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

configure:2242: checking build system type
configure:2260: result: x86_64-pc-linux-gnu
configure:2282: checking host system type
configure:2297: result: x86_64-pc-linux-gnu
configure:2336: checking for a BSD-compatible install
configure:2404: result: /usr/bin/install -c
configure:2415: checking whether build environment is sane
configure:2458: result: yes
configure:2483: checking for a thread-safe mkdir -p
configure:2522: result: /bin/mkdir -p
configure:2535: checking for gawk
configure:2551: found /usr/bin/gawk
configure:2562: result: gawk
configure:2573: checking whether make sets $(MAKE)
configure:2595: result: yes
configure:2781: checking whether to enable maintainer-specific portions of Makefiles
configure:2790: result: no
User:
ABI=
CC=gcc
CFLAGS=-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g
CPPFLAGS=-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include
MPN_PATH=
GMP:
abilist=64 32
cclist=gcc icc cc
configure:4475: gcc 2>&1 | grep xlc >/dev/null
configure:4478: $? = 1
configure:4532: checking compiler gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include
Test compile: 
configure:4546: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:4549: $? = 0
configure:4554: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4557: $? = 0
Test compile: function pointer return
configure:4600: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:4603: $? = 0
configure:4608: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4611: $? = 0
Test compile: cmov instruction
configure:4656: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:4659: $? = 0
configure:4664: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4667: $? = 0
Test compile: double -> ulong conversion
configure:4713: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:4716: $? = 0
configure:4721: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4724: $? = 0
Test compile: double negation
configure:4768: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:4771: $? = 0
configure:4776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4779: $? = 0
Test compile: double -> float conversion
configure:4824: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:4827: $? = 0
configure:4832: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4835: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:4909: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:4912: $? = 0
configure:4917: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4920: $? = 0
Test compile: __builtin_alloca availability
configure:4960: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 0 has invalid symbol index 12
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 1 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 2 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 3 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 4 has invalid symbol index 12
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 5 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 6 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 7 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 8 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 9 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 10 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 11 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 12 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 13 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 14 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 15 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 16 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 17 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 18 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 19 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 20 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 21 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 22 has invalid symbol index 22
/usr/lib/gcc/i486-linux-gnu/4.3.4/../../../../lib/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
configure:4963: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:5084: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:5087: $? = 0
configure:5092: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5095: $? = 0
Test compile: long long reliability test 1
configure:5148: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:5151: $? = 0
configure:5156: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5159: $? = 0
Test compile: long long reliability test 2
configure:5208: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:5211: $? = 0
configure:5216: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5219: $? = 0
Test compile: mpn_lshift_com optimization
configure:5307: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:5310: $? = 0
configure:5315: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5318: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:5415: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:5418: $? = 0
configure:5423: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5426: $? = 0
configure:5572: result: yes
configure:7192: checking for x86_64-linux-gcc
configure:7219: result: gcc
configure:7491: checking for C compiler version
configure:7499: gcc --version >&5
gcc (Debian 4.3.4-6) 4.3.4
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7503: $? = 0
configure:7510: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6' --with-bugurl=file:///usr/share/doc/gcc-4.3/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 --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.4 (Debian 4.3.4-6) 
configure:7514: $? = 0
configure:7521: gcc -V >&5
gcc: '-V' option must have argument
configure:7525: $? = 1
configure:7548: checking for C compiler default output file name
configure:7570: gcc -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:7574: $? = 0
configure:7612: result: a.out
configure:7631: checking whether the C compiler works
configure:7641: ./a.out
configure:7645: $? = 0
configure:7664: result: yes
configure:7671: checking whether we are cross compiling
configure:7673: result: no
configure:7676: checking for suffix of executables
configure:7683: gcc -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:7687: $? = 0
configure:7713: result: 
configure:7719: checking for suffix of object files
configure:7745: gcc -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:7749: $? = 0
configure:7774: result: o
configure:7778: checking whether we are using the GNU C compiler
configure:7807: gcc -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:7814: $? = 0
configure:7831: result: yes
configure:7840: checking whether gcc accepts -g
configure:7870: gcc -c -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:7877: $? = 0
configure:7978: result: yes
configure:7995: checking for gcc option to accept ISO C89
configure:8069: gcc  -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:8076: $? = 0
configure:8099: result: none needed
configure:8122: checking how to run the C preprocessor
configure:8240: result: gcc -E
configure:8269: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:8276: $? = 0
configure:8307: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:8314: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8355: checking for gcc option to accept ISO C99
configure:8514: gcc  -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:64: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:118: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:118: error: 'newvar' undeclared (first use in this function)
conftest.c:118: error: (Each undeclared identifier is reported only once
conftest.c:118: error: for each function it appears in.)
conftest.c:128: error: 'for' loop initial declaration used outside C99 mode
configure:8521: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:8514: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:8521: $? = 0
configure:8551: result: -std=gnu99
configure:8682: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:8693: result: -std=gnu99
configure:8735: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:8742: $? = 0
configure:8834: checking build system compiler gcc -std=gnu99
configure:8847: gcc -std=gnu99 conftest.c
conftest.c: In function 'main':
conftest.c:4: warning: implicit declaration of function 'exit'
conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
configure:8850: $? = 0
configure:8857: result: yes
configure:8878: checking for build system preprocessor
configure:8889: gcc -std=gnu99 -E conftest.c
# 1 "conftest.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "conftest.c"
configure:8892: $? = 0
configure:8909: result: gcc -std=gnu99 -E
configure:8916: checking for build system executable suffix
configure:8930: gcc -std=gnu99 conftest.c -o conftest.exe
conftest.c: In function 'main':
conftest.c:4: warning: implicit declaration of function 'exit'
conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
configure:8933: $? = 0
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 8935: ./conftest: No such file or directory
configure:8930: gcc -std=gnu99 conftest.c -o conftest,ff8
conftest.c: In function 'main':
conftest.c:4: warning: implicit declaration of function 'exit'
conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
configure:8933: $? = 0
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 8935: ./conftest: No such file or directory
configure:8930: gcc -std=gnu99 conftest.c -o conftest
conftest.c: In function 'main':
conftest.c:4: warning: implicit declaration of function 'exit'
conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
configure:8933: $? = 0
configure:8949: result: 
configure:8955: checking whether build system compiler is ANSI
configure:8968: gcc -std=gnu99 conftest.c
conftest.c: In function 'main':
conftest.c:4: warning: implicit declaration of function 'exit'
conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
configure:8971: $? = 0
configure:8980: result: yes
configure:8990: checking for build system compiler math library
configure:9009: gcc -std=gnu99 conftest.c -lm
conftest.c: In function 'main':
conftest.c:4: warning: implicit declaration of function 'exit'
conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c: In function 'foo':
conftest.c:10: warning: implicit declaration of function 'log'
conftest.c:10: warning: incompatible implicit declaration of built-in function 'log'
configure:9012: $? = 0
configure:9021: result: -lm
configure:9154: checking for C++ compiler version
configure:9162: g++ --version >&5
g++ (Debian 4.3.4-6) 4.3.4
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:9166: $? = 0
configure:9173: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6' --with-bugurl=file:///usr/share/doc/gcc-4.3/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 --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.4 (Debian 4.3.4-6) 
configure:9177: $? = 0
configure:9184: g++ -V >&5
g++: '-V' option must have argument
configure:9188: $? = 1
configure:9191: checking whether we are using the GNU C++ compiler
configure:9220: g++ -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.cpp >&5
configure:9227: $? = 0
configure:9244: result: yes
configure:9253: checking whether g++ accepts -g
configure:9283: g++ -c -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.cpp >&5
configure:9290: $? = 0
configure:9391: result: yes
configure:9848: checking for grep that handles long lines and -e
configure:9908: result: /bin/grep
configure:9913: checking for egrep
configure:9977: result: /bin/grep -E
Decided:
ABI=64
CC=gcc -std=gnu99
CFLAGS=-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g
CPPFLAGS=-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include
GMP_LDFLAGS=
CXX=g++
CXXFLAGS=-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g
path= x86_64 generic
configure:10251: checking for function prototypes
configure:10254: result: yes
configure:10271: checking for ANSI C header files
configure:10301: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10308: $? = 0
configure:10407: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:10411: $? = 0
configure:10417: ./conftest
configure:10421: $? = 0
configure:10439: result: yes
configure:10463: checking for sys/types.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for sys/stat.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for stdlib.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for string.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for memory.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for strings.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for inttypes.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for stdint.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10463: checking for unistd.h
configure:10484: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:10491: $? = 0
configure:10508: result: yes
configure:10535: checking for string.h
configure:10542: result: yes
configure:10684: checking whether assembler supports --noexecstack option
configure:10694: gcc -std=gnu99 -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include
                     -S -o conftest.s conftest.c >/dev/null
configure:10697: $? = 0
configure:10702: gcc -std=gnu99 -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -Wa,--noexecstack
                       -c -o conftest.o conftest.s >/dev/null
configure:10705: $? = 0
configure:10714: result: yes
configure:10727: checking for x86_64-linux-ar
configure:10754: result: ar
configure:10835: checking for BSD- or MS-compatible name lister (nm)
configure:10884: result: nm
configure:11002: checking the name lister (nm) interface
configure:11009: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:11012: nm "conftest.o"
configure:11015: output
00000000 B some_variable
configure:11022: result: BSD nm
configure:11681: checking for a sed that does not truncate output
configure:11747: result: /bin/sed
configure:11765: checking for fgrep
configure:11829: result: /bin/grep -F
configure:11864: checking for ld used by gcc -std=gnu99
configure:11931: result: ld
configure:11940: checking if the linker (ld) is GNU ld
configure:11955: result: yes
configure:11967: checking whether ln -s works
configure:11971: result: yes
configure:11979: checking the maximum length of command line arguments
configure:12099: result: 1572864
configure:12116: checking whether the shell understands some XSI constructs
configure:12126: result: yes
configure:12130: checking whether the shell understands "+="
configure:12136: result: yes
configure:12171: checking for ld option to reload object files
configure:12178: result: -r
configure:12207: checking for x86_64-linux-objdump
configure:12234: result: objdump
configure:12303: checking how to recognize dependent libraries
configure:12499: result: pass_all
configure:12519: checking for x86_64-linux-ar
configure:12546: result: ar
configure:12624: checking for x86_64-linux-strip
configure:12651: result: strip
configure:12723: checking for x86_64-linux-ranlib
configure:12750: result: ranlib
configure:12880: checking command to parse nm output from gcc -std=gnu99 object
configure:12998: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:13001: $? = 0
configure:13005: nm conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:13008: $? = 0
configure:13062: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c conftstm.o >&5
configure:13065: $? = 0
configure:13103: result: ok
configure:13198: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:13201: $? = 0
configure:13968: checking for dlfcn.h
configure:13989: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:13996: $? = 0
configure:14013: result: yes
configure:14140: checking for C++ compiler version
configure:14148: g++ --version >&5
g++ (Debian 4.3.4-6) 4.3.4
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:14152: $? = 0
configure:14159: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6' --with-bugurl=file:///usr/share/doc/gcc-4.3/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 --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.4 (Debian 4.3.4-6) 
configure:14163: $? = 0
configure:14170: g++ -V >&5
g++: '-V' option must have argument
configure:14174: $? = 1
configure:14177: checking whether we are using the GNU C++ compiler
configure:14230: result: yes
configure:14239: checking whether g++ accepts -g
configure:14377: result: yes
configure:14408: checking how to run the C++ preprocessor
configure:14444: g++ -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.cpp
configure:14451: $? = 0
configure:14482: g++ -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.cpp
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
configure:14489: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14522: result: g++ -E
configure:14551: g++ -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.cpp
configure:14558: $? = 0
configure:14589: g++ -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.cpp
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
configure:14596: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14648: checking for x86_64-linux-g77
configure:14675: result: g77
configure:14745: checking for Fortran 77 compiler version
configure:14753: g77 --version >&5
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 14755: g77: command not found
configure:14757: $? = 127
configure:14764: g77 -v >&5
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 14766: g77: command not found
configure:14768: $? = 127
configure:14775: g77 -V >&5
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 14777: g77: command not found
configure:14779: $? = 127
configure:14787: checking whether we are using the GNU Fortran 77 compiler
configure:14806: g77 -c  conftest.F >&5
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 14808: g77: command not found
configure:14813: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:14830: result: no
configure:14836: checking whether g77 accepts -g
configure:14853: g77 -c -g conftest.f >&5
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 14855: g77: command not found
configure:14860: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:14876: result: no
configure:15083: checking for objdir
configure:15098: result: .libs
configure:15390: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:15408: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:15412: $? = 0
configure:15425: result: no
configure:15445: checking for gcc -std=gnu99 option to produce PIC
configure:15717: result: -fPIC -DPIC
configure:15729: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
configure:15747: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -fPIC -DPIC -DPIC conftest.c >&5
configure:15751: $? = 0
configure:15764: result: yes
configure:15788: checking if gcc -std=gnu99 static flag -static works
configure:15816: result: yes
configure:15831: checking if gcc -std=gnu99 supports -c -o file.o
configure:15852: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -o out/conftest2.o conftest.c >&5
configure:15856: $? = 0
configure:15878: result: yes
configure:15886: checking if gcc -std=gnu99 supports -c -o file.o
configure:15933: result: yes
configure:15966: checking whether the gcc -std=gnu99 linker (ld -m elf_i386) supports shared libraries
configure:17040: result: yes
configure:17077: checking whether -lc should be explicitly linked in
configure:17082: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:17085: $? = 0
configure:17100: gcc -std=gnu99 -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:17103: $? = 0
configure:17115: result: no
configure:17279: checking dynamic linker characteristics
configure:17722: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:17729: $? = 0
configure:17962: result: GNU/Linux ld.so
configure:18064: checking how to hardcode library paths into programs
configure:18089: result: immediate
configure:18922: checking whether stripping libraries is possible
configure:18927: result: yes
configure:18962: checking if libtool supports shared libraries
configure:18964: result: yes
configure:18967: checking whether to build shared libraries
configure:18988: result: yes
configure:18991: checking whether to build static libraries
configure:18995: result: yes
configure:19145: checking for ld used by g++
configure:19212: result: ld -m elf_i386
configure:19221: checking if the linker (ld -m elf_i386) is GNU ld
configure:19236: result: yes
configure:19291: checking whether the g++ linker (ld -m elf_i386) supports shared libraries
configure:20266: result: yes
configure:20294: g++ -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.cpp >&5
configure:20297: $? = 0
configure:20479: checking for g++ option to produce PIC
configure:20796: result: -fPIC -DPIC
configure:20805: checking if g++ PIC flag -fPIC -DPIC works
configure:20823: g++ -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -fPIC -DPIC -DPIC conftest.cpp >&5
configure:20827: $? = 0
configure:20840: result: yes
configure:20861: checking if g++ static flag -static works
configure:20889: result: yes
configure:20901: checking if g++ supports -c -o file.o
configure:20922: g++ -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -o out/conftest2.o conftest.cpp >&5
configure:20926: $? = 0
configure:20948: result: yes
configure:20953: checking if g++ supports -c -o file.o
configure:21000: result: yes
configure:21030: checking whether the g++ linker (ld -m elf_i386) supports shared libraries
configure:21056: result: yes
configure:21193: checking dynamic linker characteristics
configure:21584: g++ -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:21591: $? = 0
configure:21824: result: GNU/Linux ld.so
configure:21875: checking how to hardcode library paths into programs
configure:21900: result: immediate
configure:22041: checking if libtool supports shared libraries
configure:22043: result: yes
configure:22046: checking whether to build shared libraries
configure:22066: result: yes
configure:22069: checking whether to build static libraries
configure:22073: result: yes
configure:22087: checking for g77 option to produce PIC
configure:22359: result: 
configure:22424: checking if g77 static flag  works
configure:22452: result: no
configure:22464: checking if g77 supports -c -o file.o
configure:22485: g77 -c  -o out/conftest2.o conftest.f >&5
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 22486: g77: command not found
configure:22489: $? = 127
configure:22511: result: no
configure:22516: checking if g77 supports -c -o file.o
configure:22563: result: no
configure:22593: checking whether the g77 linker (ld -m elf_i386) supports shared libraries
configure:23647: result: yes
configure:23784: checking dynamic linker characteristics
configure:24165: g77 -o conftest  -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 -rpath /foo conftest.f  >&5
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/configure: line 24167: g77: command not found
configure:24172: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:24405: result: GNU/Linux ld.so
configure:24456: checking how to hardcode library paths into programs
configure:24481: result: immediate
configure:24558: checking for ANSI C header files
configure:24726: result: yes
configure:24736: checking whether time.h and sys/time.h may both be included
configure:24766: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24773: $? = 0
configure:24788: result: yes
configure:24856: checking fcntl.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking fcntl.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for fcntl.h
configure:24976: result: yes
configure:24856: checking float.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking float.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for float.h
configure:24976: result: yes
configure:24856: checking invent.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:66:20: error: invent.h: No such file or directory
configure:24880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <invent.h>
configure:24894: result: no
configure:24898: checking invent.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:33:20: error: invent.h: No such file or directory
configure:24920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <invent.h>
configure:24934: result: no
configure:24967: checking for invent.h
configure:24976: result: no
configure:24856: checking langinfo.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking langinfo.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for langinfo.h
configure:24976: result: yes
configure:24856: checking locale.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking locale.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for locale.h
configure:24976: result: yes
configure:24856: checking nl_types.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking nl_types.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for nl_types.h
configure:24976: result: yes
configure:24856: checking sys/attributes.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:69:28: error: sys/attributes.h: No such file or directory
configure:24880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/attributes.h>
configure:24894: result: no
configure:24898: checking sys/attributes.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:36:28: error: sys/attributes.h: No such file or directory
configure:24920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/attributes.h>
configure:24934: result: no
configure:24967: checking for sys/attributes.h
configure:24976: result: no
configure:24856: checking sys/iograph.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:69:25: error: sys/iograph.h: No such file or directory
configure:24880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/iograph.h>
configure:24894: result: no
configure:24898: checking sys/iograph.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:36:25: error: sys/iograph.h: No such file or directory
configure:24920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/iograph.h>
configure:24934: result: no
configure:24967: checking for sys/iograph.h
configure:24976: result: no
configure:24856: checking sys/mman.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking sys/mman.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for sys/mman.h
configure:24976: result: yes
configure:24856: checking sys/param.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking sys/param.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for sys/param.h
configure:24976: result: yes
configure:24856: checking sys/processor.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:71:27: error: sys/processor.h: No such file or directory
configure:24880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/processor.h>
configure:24894: result: no
configure:24898: checking sys/processor.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:38:27: error: sys/processor.h: No such file or directory
configure:24920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/processor.h>
configure:24934: result: no
configure:24967: checking for sys/processor.h
configure:24976: result: no
configure:24856: checking sys/pstat.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:71:23: error: sys/pstat.h: No such file or directory
configure:24880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:24894: result: no
configure:24898: checking sys/pstat.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:38:23: error: sys/pstat.h: No such file or directory
configure:24920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
configure:24934: result: no
configure:24967: checking for sys/pstat.h
configure:24976: result: no
configure:24856: checking sys/sysinfo.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking sys/sysinfo.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for sys/sysinfo.h
configure:24976: result: yes
configure:24856: checking sys/syssgi.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:72:24: error: sys/syssgi.h: No such file or directory
configure:24880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/syssgi.h>
configure:24894: result: no
configure:24898: checking sys/syssgi.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:39:24: error: sys/syssgi.h: No such file or directory
configure:24920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <sys/syssgi.h>
configure:24934: result: no
configure:24967: checking for sys/syssgi.h
configure:24976: result: no
configure:24856: checking sys/systemcfg.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:72:27: error: sys/systemcfg.h: No such file or directory
configure:24880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systemcfg.h>
configure:24894: result: no
configure:24898: checking sys/systemcfg.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
conftest.c:39:27: error: sys/systemcfg.h: No such file or directory
configure:24920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <sys/systemcfg.h>
configure:24934: result: no
configure:24967: checking for sys/systemcfg.h
configure:24976: result: no
configure:24856: checking sys/time.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking sys/time.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for sys/time.h
configure:24976: result: yes
configure:24856: checking sys/times.h usability
configure:24873: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:24880: $? = 0
configure:24894: result: yes
configure:24898: checking sys/times.h presence
configure:24913: gcc -E -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c
configure:24920: $? = 0
configure:24934: result: yes
configure:24967: checking for sys/times.h
configure:24976: result: yes
configure:24997: checking for sys/resource.h
configure:25027: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25034: $? = 0
configure:25051: result: yes
configure:25070: checking for sys/sysctl.h
configure:25093: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25100: $? = 0
configure:25117: result: yes
configure:25136: checking for machine/hal_sysinfo.h
configure:25159: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:47:33: error: machine/hal_sysinfo.h: No such file or directory
configure:25166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_SYSINFO_H
| # include <sys/sysinfo.h>
| #endif
| 
| #include <machine/hal_sysinfo.h>
configure:25183: result: no
configure:25208: checking whether fgetc is declared
configure:25237: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25244: $? = 0
configure:25259: result: yes
configure:25275: checking whether fscanf is declared
configure:25304: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25311: $? = 0
configure:25326: result: yes
configure:25342: checking whether optarg is declared
configure:25371: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25378: $? = 0
configure:25393: result: yes
configure:25409: checking whether ungetc is declared
configure:25438: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25445: $? = 0
configure:25460: result: yes
configure:25476: checking whether vfprintf is declared
configure:25505: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25512: $? = 0
configure:25527: result: yes
configure:25545: checking whether sys_errlist is declared
configure:25576: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25583: $? = 0
configure:25598: result: yes
configure:25614: checking whether sys_nerr is declared
configure:25645: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25652: $? = 0
configure:25667: result: yes
configure:25686: checking return type of signal handlers
configure:25714: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:56: error: void value not ignored as it ought to be
configure:25721: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:25736: result: void
configure:25755: checking for intmax_t
configure:25783: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25790: $? = 0
configure:25817: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:87: error: expected expression before ')' token
configure:25824: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intmax_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:25847: result: yes
configure:25857: checking for long double
configure:25885: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25892: $? = 0
configure:25919: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: expected expression before ')' token
configure:25926: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long double)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:25949: result: yes
configure:25959: checking for long long
configure:25987: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:25994: $? = 0
configure:26021: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:89: error: expected expression before ')' token
configure:26028: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:26051: result: yes
configure:26061: checking for ptrdiff_t
configure:26089: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26096: $? = 0
configure:26123: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:90: error: expected expression before ')' token
configure:26130: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:26153: result: yes
configure:26163: checking for quad_t
configure:26191: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26198: $? = 0
configure:26225: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:91: error: expected expression before ')' token
configure:26232: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((quad_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:26255: result: yes
configure:26265: checking for uint_least32_t
configure:26293: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26300: $? = 0
configure:26327: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:92: error: expected expression before ')' token
configure:26334: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint_least32_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:26357: result: yes
configure:26369: checking for preprocessor stringizing operator
configure:26393: result: yes
configure:26407: checking for working volatile
configure:26436: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26443: $? = 0
configure:26458: result: yes
configure:26471: checking whether <stdarg.h> exists and works
configure:26506: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26513: $? = 0
configure:26529: result: yes
configure:26539: checking whether gcc __attribute__ ((const)) works
configure:26565: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26572: $? = 0
configure:26588: result: yes
configure:26598: checking whether gcc __attribute__ ((malloc)) works
configure:26607: gcc -std=gnu99 -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -c conftest.c >conftest.out 2>&1
configure:26610: $? = 0
configure:26624: result: yes
configure:26634: checking whether gcc __attribute__ ((mode (XX))) works
configure:26660: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26667: $? = 0
configure:26683: result: yes
configure:26693: checking whether gcc __attribute__ ((noreturn)) works
configure:26719: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26726: $? = 0
configure:26742: result: yes
configure:26753: checking for inline
configure:26779: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26786: $? = 0
configure:26804: result: inline
configure:26859: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:26866: $? = 0
configure:27036: checking for cos in -lm
configure:27071: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c -lm   >&5
conftest.c:70: warning: conflicting types for built-in function 'cos'
configure:27078: $? = 0
configure:27099: result: yes
configure:27113: checking for working alloca.h
configure:27139: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:27146: $? = 0
configure:27166: result: yes
configure:27177: checking for alloca (via gmp-impl.h)
configure:27211: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:27218: $? = 0
configure:27238: result: yes
configure:27249: checking how to allocate temporary memory
configure:27273: result: alloca
configure:27355: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:27362: $? = 0
configure:27380: checking whether byte ordering is bigendian
configure:27405: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:67: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:27412: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:27462: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
configure:27469: $? = 0
configure:27501: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: 'not' undeclared (first use in this function)
conftest.c:73: error: (Each undeclared identifier is reported only once
conftest.c:73: error: for each function it appears in.)
conftest.c:73: error: expected ';' before 'big'
configure:27508: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:27760: result: no
configure:27796: checking format of `double' floating point
configure:27814: gcc -std=gnu99 -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -c conftest.c >&5 2>&1
configure:27817: $? = 0
configure:27984: result: IEEE little endian
configure:28114: checking for alarm
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for attr_get
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/ccw0sMgh.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:103: undefined reference to `attr_get'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| /* end confdefs.h.  */
| /* Define attr_get to an innocuous variant, in case <limits.h> declares attr_get.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define attr_get innocuous_attr_get
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char attr_get (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef attr_get
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char attr_get ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_attr_get || defined __stub___attr_get
| choke me
| #endif
| 
| int
| main ()
| {
| return attr_get ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for clock
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for clock_gettime
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/ccyF7tya.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:104: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for cputime
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/ccw1OFZf.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:104: undefined reference to `cputime'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| /* end confdefs.h.  */
| /* Define cputime to an innocuous variant, in case <limits.h> declares cputime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cputime innocuous_cputime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cputime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef cputime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cputime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_cputime || defined __stub___cputime
| choke me
| #endif
| 
| int
| main ()
| {
| return cputime ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for getpagesize
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for getrusage
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for gettimeofday
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for getsysinfo
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/ccwgHIFr.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:107: undefined reference to `getsysinfo'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define getsysinfo to an innocuous variant, in case <limits.h> declares getsysinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getsysinfo innocuous_getsysinfo
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getsysinfo (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getsysinfo
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getsysinfo ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getsysinfo || defined __stub___getsysinfo
| choke me
| #endif
| 
| int
| main ()
| {
| return getsysinfo ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for localeconv
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for memset
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
conftest.c:97: warning: conflicting types for built-in function 'memset'
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for mmap
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for mprotect
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for nl_langinfo
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for obstack_vprintf
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for popen
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for processor_info
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/cc84T3Uk.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:114: undefined reference to `processor_info'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| /* end confdefs.h.  */
| /* Define processor_info to an innocuous variant, in case <limits.h> declares processor_info.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define processor_info innocuous_processor_info
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char processor_info (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef processor_info
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char processor_info ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_processor_info || defined __stub___processor_info
| choke me
| #endif
| 
| int
| main ()
| {
| return processor_info ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for pstat_getprocessor
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/ccu7FNJz.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:114: undefined reference to `pstat_getprocessor'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| /* end confdefs.h.  */
| /* Define pstat_getprocessor to an innocuous variant, in case <limits.h> declares pstat_getprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getprocessor innocuous_pstat_getprocessor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getprocessor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pstat_getprocessor
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat_getprocessor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pstat_getprocessor || defined __stub___pstat_getprocessor
| choke me
| #endif
| 
| int
| main ()
| {
| return pstat_getprocessor ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for raise
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for read_real_time
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/cccu8562.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:115: undefined reference to `read_real_time'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| /* end confdefs.h.  */
| /* Define read_real_time to an innocuous variant, in case <limits.h> declares read_real_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define read_real_time innocuous_read_real_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char read_real_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef read_real_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char read_real_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_read_real_time || defined __stub___read_real_time
| choke me
| #endif
| 
| int
| main ()
| {
| return read_real_time ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for sigaction
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for sigaltstack
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for sigstack
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/ccY5tDOV.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:117: warning: the `sigstack' function is dangerous.  `sigaltstack' should be used instead.
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for syssgi
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/cc3wjdEj.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:118: undefined reference to `syssgi'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| /* end confdefs.h.  */
| /* Define syssgi to an innocuous variant, in case <limits.h> declares syssgi.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define syssgi innocuous_syssgi
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char syssgi (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef syssgi
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char syssgi ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_syssgi || defined __stub___syssgi
| choke me
| #endif
| 
| int
| main ()
| {
| return syssgi ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for strchr
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
conftest.c:107: warning: conflicting types for built-in function 'strchr'
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for strerror
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for strnlen
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for strtol
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for strtoul
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for sysconf
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for sysctl
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28114: checking for sysctlbyname
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
/tmp/ccYIOnn3.o: In function `main':
/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/conftest.c:125: undefined reference to `sysctlbyname'
collect2: ld returned 1 exit status
configure:28177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h.  */
| /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sysctlbyname innocuous_sysctlbyname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sysctlbyname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sysctlbyname
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sysctlbyname ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sysctlbyname || defined __stub___sysctlbyname
| choke me
| #endif
| 
| int
| main ()
| {
| return sysctlbyname ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28114: checking for times
configure:28170: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:28177: $? = 0
configure:28199: result: yes
configure:28213: checking for vsnprintf
configure:28269: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
conftest.c:115: warning: conflicting types for built-in function 'vsnprintf'
configure:28276: $? = 0
configure:28296: result: yes
configure:28307: checking whether vsnprintf works
configure:28379: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
conftest.c: In function 'check':
conftest.c:125: warning: implicit declaration of function 'exit'
conftest.c:125: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:129: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c: In function 'main':
conftest.c:138: warning: incompatible implicit declaration of built-in function 'exit'
configure:28383: $? = 0
configure:28389: ./conftest
configure:28393: $? = 0
configure:28379: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
conftest.c: In function 'check':
conftest.c:125: warning: implicit declaration of function 'exit'
conftest.c:125: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:129: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c: In function 'main':
conftest.c:138: warning: incompatible implicit declaration of built-in function 'exit'
configure:28383: $? = 0
configure:28389: ./conftest
configure:28393: $? = 0
configure:28412: result: yes
configure:28427: checking whether sscanf needs writable input
configure:28439: result: no
configure:28457: checking for struct pst_processor.psp_iticksperclktick
configure:28486: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:93:23: error: sys/pstat.h: No such file or directory
conftest.c: In function 'main':
conftest.c:98: error: storage size of 'ac_aggr' isn't known
configure:28493: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
| 
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (ac_aggr.psp_iticksperclktick)
| return 0;
|   ;
|   return 0;
| }
configure:28527: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.c >&5
conftest.c:93:23: error: sys/pstat.h: No such file or directory
conftest.c: In function 'main':
conftest.c:98: error: storage size of 'ac_aggr' isn't known
configure:28534: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.4"
| #define PACKAGE_STRING "GNU MP 4.2.4"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.4"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
| 
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (sizeof ac_aggr.psp_iticksperclktick)
| return 0;
|   ;
|   return 0;
| }
configure:28552: result: no
configure:29376: checking for suitable m4
trying m4
good
configure:29420: result: m4
configure:29426: checking if m4wrap produces spurious output
test input is
changequote({,})define(x,)m4wrap({x})dnl
produces 0 chars output
configure:29448: result: no
configure:29464: checking how to switch to text section
trying .text
configure:29475: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29478: $? = 0
configure:29500: result: .text
configure:29504: checking how to switch to data section
configure:29515: result: .data
configure:29520: checking for assembler label suffix
trying 
configure:29533: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29536: $? = 1
conftest.s: Assembler messages:
conftest.s:2: Error: no such instruction: `somelabel'
configure: failed program was:
	.text
somelabel
conftest.s: Assembler messages:
conftest.s:2: Error: no such instruction: `somelabel'
trying :
configure:29533: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29536: $? = 0
configure:29558: result: :
configure:29563: checking for assembler global directive
configure:29575: result: .globl
configure:29580: checking for assembler global directive attribute
configure:29591: result: 
configure:29596: checking if globals are prefixed by underscore
configure:29606: gcc -std=gnu99 -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -c conftest.c >&5
configure:29609: $? = 0
configure:29627: result: no
configure:29667: checking how to switch to read-only data section
Test program:
const int foo = 123;
configure:29686: gcc -std=gnu99 -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -S conftest.c >&5
configure:29689: $? = 0
Compiler output:
	.file	"conftest.c"
	.section	.debug_abbrev,"",@progbits
.Ldebug_abbrev0:
	.section	.debug_info,"",@progbits
.Ldebug_info0:
	.section	.debug_line,"",@progbits
.Ldebug_line0:
	.text
.Ltext0:
.globl foo
	.section	.rodata
	.align 4
	.type	foo, @object
	.size	foo, 4
foo:
	.long	123
	.text
.Letext0:
	.file 1 "conftest.c"
	.section	.debug_info
	.long	0x40
	.value	0x2
	.long	.Ldebug_abbrev0
	.byte	0x4
	.uleb128 0x1
	.long	.LASF0
	.byte	0x1
	.long	.LASF1
	.long	.LASF2
	.long	.Ltext0
	.long	.Letext0
	.long	.Ldebug_line0
	.uleb128 0x2
	.string	"foo"
	.byte	0x1
	.byte	0x1
	.long	0x37
	.byte	0x1
	.byte	0x5
	.byte	0x3
	.long	foo
	.uleb128 0x3
	.long	0x3c
	.uleb128 0x4
	.byte	0x4
	.byte	0x5
	.string	"int"
	.byte	0x0
	.section	.debug_abbrev
	.uleb128 0x1
	.uleb128 0x11
	.byte	0x1
	.uleb128 0x25
	.uleb128 0xe
	.uleb128 0x13
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x1b
	.uleb128 0xe
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x10
	.uleb128 0x6
	.byte	0x0
	.byte	0x0
	.uleb128 0x2
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x2
	.uleb128 0xa
	.byte	0x0
	.byte	0x0
	.uleb128 0x3
	.uleb128 0x26
	.byte	0x0
	.uleb128 0x49
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0x4
	.uleb128 0x24
	.byte	0x0
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x3e
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0x8
	.byte	0x0
	.byte	0x0
	.byte	0x0
	.section	.debug_pubnames,"",@progbits
	.long	0x16
	.value	0x2
	.long	.Ldebug_info0
	.long	0x44
	.long	0x25
	.string	"foo"
	.long	0x0
	.section	.debug_str,"MS",@progbits,1
.LASF0:
	.string	"GNU C 4.3.4"
.LASF1:
	.string	"conftest.c"
.LASF2:
	.string	"/srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4"
	.ident	"GCC: (Debian 4.3.4-6) 4.3.4"
	.section	.note.GNU-stack,"",@progbits
Match: 	.section	.rodata
configure:29720: result: 	.section	.rodata
configure:29724: checking for assembler .type directive
configure:29735: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29738: $? = 0
configure:29758: result: .type	$1,@$2
configure:29762: checking for assembler .size directive
configure:29772: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29775: $? = 0
configure:29792: result: .size	$1,$2
configure:29799: checking for assembler local label prefix
Trying L
configure:29813: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29816: $? = 0
00000000 t Lgurkmacka
00000000 t dummy
L label is local but still in object file
Trying .L
configure:29813: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29816: $? = 0
00000000 t dummy
.L label doesn't appear in object file at all (good)
Local label appears in object files: no
configure:29862: result: .L
configure:29873: checking for assembler byte directive
trying .byte
configure:29886: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29889: $? = 0
configure:29911: result: .byte
configure:29919: checking how to define a 32-bit word
configure:29944: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:29947: $? = 0
configure:29975: result: .long
configure:29984: checking if .align assembly directive is logarithmic
configure:29999: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:30002: $? = 0
configure:30023: result: no
configure:30517: checking if the .align directive accepts an 0x90 fill in .text
configure:30529: gcc -std=gnu99 -c -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include conftest.s >conftest.out 2>&1
configure:30532: $? = 0
configure:30550: result: yes
configure:30892: checking size of unsigned short
configure:31197: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:31201: $? = 0
configure:31207: ./conftest
configure:31211: $? = 0
configure:31237: result: 2
configure:31251: checking size of unsigned
configure:31556: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:31560: $? = 0
configure:31566: ./conftest
configure:31570: $? = 0
configure:31596: result: 4
configure:31610: checking size of unsigned long
configure:31915: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:31919: $? = 0
configure:31925: ./conftest
configure:31929: $? = 0
configure:31955: result: 4
configure:31969: checking size of mp_limb_t
configure:32316: gcc -std=gnu99 -o conftest -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g -isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1 conftest.c  >&5
configure:32320: $? = 0
configure:32326: ./conftest
configure:32330: $? = 0
configure:32356: result: 4
configure:32390: error: Oops, mp_limb_t is 32 bits, but the assembler code
in this configuration expects 64 bits.
You appear to have set $CFLAGS, perhaps you also need to tell GMP the
intended ABI, see "ABI and ISA" in the manual.

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_stringize=yes
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include
ac_cv_env_CPP_FOR_BUILD_set=
ac_cv_env_CPP_FOR_BUILD_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='gcc -E'
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_F77_set=set
ac_cv_env_F77_value=g77
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux
ac_cv_f77_compiler_gnu=no
ac_cv_func_alarm=yes
ac_cv_func_attr_get=no
ac_cv_func_clock=yes
ac_cv_func_clock_gettime=no
ac_cv_func_cputime=no
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsysinfo=no
ac_cv_func_gettimeofday=yes
ac_cv_func_localeconv=yes
ac_cv_func_memset=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_obstack_vprintf=yes
ac_cv_func_popen=yes
ac_cv_func_processor_info=no
ac_cv_func_pstat_getprocessor=no
ac_cv_func_raise=yes
ac_cv_func_read_real_time=no
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigstack=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strnlen=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysctlbyname=no
ac_cv_func_syssgi=no
ac_cv_func_times=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_fgetc=yes
ac_cv_have_decl_fscanf=yes
ac_cv_have_decl_optarg=yes
ac_cv_have_decl_sys_errlist=yes
ac_cv_have_decl_sys_nerr=yes
ac_cv_have_decl_ungetc=yes
ac_cv_have_decl_vfprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_invent_h=no
ac_cv_header_langinfo_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_hal_sysinfo_h=no
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
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_attributes_h=no
ac_cv_header_sys_iograph_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_processor_h=no
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_syssgi_h=no
ac_cv_header_sys_systemcfg_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_m_cos=yes
ac_cv_member_struct_pst_processor_psp_iticksperclktick=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_F77=g77
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_mp_limb_t=4
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_short=2
ac_cv_type_intmax_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_quad_t=yes
ac_cv_type_signal=void
ac_cv_type_uint_least32_t=yes
cl_cv_as_noexecstack=yes
gmp_cv_asm_align_fill_0x90=yes
gmp_cv_asm_align_log=no
gmp_cv_asm_byte=.byte
gmp_cv_asm_data=.data
gmp_cv_asm_globl=.globl
gmp_cv_asm_globl_attr=
gmp_cv_asm_label_suffix=:
gmp_cv_asm_lsym_prefix=.L
gmp_cv_asm_rodata='	.section	.rodata'
gmp_cv_asm_size='.size	$1,$2'
gmp_cv_asm_text=.text
gmp_cv_asm_type='.type	$1,@$2'
gmp_cv_asm_underscore=no
gmp_cv_asm_w32=.long
gmp_cv_c_attribute_const=yes
gmp_cv_c_attribute_malloc=yes
gmp_cv_c_attribute_mode=yes
gmp_cv_c_attribute_noreturn=yes
gmp_cv_c_double_format='IEEE little endian'
gmp_cv_c_for_build_ansi=yes
gmp_cv_c_stdarg=yes
gmp_cv_check_libm_for_build=-lm
gmp_cv_func_alloca=yes
gmp_cv_func_sscanf_writable_input=no
gmp_cv_func_vsnprintf=yes
gmp_cv_header_alloca=yes
gmp_cv_m4_m4wrap_spurious=no
gmp_cv_option_alloca=alloca
gmp_cv_prog_cpp_for_build='gcc -std=gnu99 -E'
gmp_cv_prog_exeext_for_build=
gmp_cv_prog_m4=m4
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=ld
lt_cv_path_LDCXX='ld -m elf_i386'
lt_cv_path_NM=nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=no
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864

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

ABI='64'
ACLOCAL='${SHELL} /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/missing --run aclocal-1.10'
AMTAR='${SHELL} /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/missing --run tar'
ANSI2KNR=''
AR='ar'
AS='as'
ASMFLAGS=' -Wa,--noexecstack'
AUTOCONF='${SHELL} /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/missing --run autoconf'
AUTOHEADER='${SHELL} /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/missing --run autoheader'
AUTOMAKE='${SHELL} /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/missing --run automake-1.10'
AWK='gawk'
BITS_PER_MP_LIMB='32'
CALLING_CONVENTIONS_OBJS='amd64call.lo amd64check$U.lo'
CC='gcc -std=gnu99'
CCAS='gcc -std=gnu99 -c'
CC_FOR_BUILD='gcc -std=gnu99'
CFLAGS='-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g'
CPP='gcc -E'
CPPFLAGS='-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include'
CPP_FOR_BUILD='gcc -std=gnu99 -E'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-isystem/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include -O2 -g'
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
DEFS=''
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
F77='g77'
FFLAGS=''
FGREP='/bin/grep -F'
GMP_LDFLAGS=''
GMP_NAIL_BITS='0'
GREP='/bin/grep'
HAVE_CLOCK_01=''
HAVE_CPUTIME_01=''
HAVE_GETRUSAGE_01=''
HAVE_GETTIMEOFDAY_01=''
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='0'
HAVE_SIGACTION_01=''
HAVE_SIGALTSTACK_01=''
HAVE_SIGSTACK_01=''
HAVE_STACK_T_01=''
HAVE_SYS_RESOURCE_H_01=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='ld -m elf_i386'
LDFLAGS='-L/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-rpath,/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib -Wl,-O1'
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCURSES=''
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL='0'
LIBGMP_LDFLAGS=''
LIBM='-lm'
LIBM_FOR_BUILD='-lm'
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/x86_64-linux-libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs@swox.com'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 4.2.4'
PACKAGE_TARNAME='gmp'
PACKAGE_VERSION='4.2.4'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPEED_CYCLECOUNTER_OBJ='x86_64.lo'
STRIP='strip'
TAL_OBJECT='tal-reent.lo'
TUNE_SQR_OBJ=''
U=''
U_FOR_BUILD=''
VERSION='4.2.4'
WANT_CXX_FALSE=''
WANT_CXX_TRUE='#'
WANT_MPBSD_FALSE=''
WANT_MPBSD_TRUE='#'
WITH_READLINE_01=''
YACC=''
YFLAGS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
am__isrc=''
am__leading_dot='.'
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/srv/oe/angstrom-dev/staging/x86_64-linux/usr'
gmp_srclinks=' mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.c mpn/diveby3.c mpn/divis.c mpn/divrem.c mpn/divrem_1.c mpn/divrem_2.c mpn/fib2_ui.c mpn/mod_1.c mpn/mod_34lsub1.c mpn/mode1o.asm mpn/pre_divrem_1.c mpn/pre_mod_1.c mpn/dump.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.c mpn/sqr_basecase.c mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/popcount.c mpn/hamdist.c mpn/cmp.c mpn/perfsqr.c mpn/bdivmod.c mpn/gcd_1.c mpn/gcd.c mpn/gcdext.c mpn/tdiv_qr.c mpn/dc_divrem_n.c mpn/sb_divrem_mn.c mpn/jacbase.c mpn/get_d.c mpn/mullow_n.c mpn/mullow_basecase.c mpn/addsub_n.c gmp-mparam.h'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include'
infodir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/info'
install_sh='$(SHELL) /srv/oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0.1/gmp-4.2.4/install-sh'
libdir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/lib'
libexecdir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/libexec'
localedir='${datarootdir}/locale'
localstatedir='/srv/oe/angstrom-dev/staging/x86_64-linux/var'
lt_ECHO='echo'
mandir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/share/man'
mkdir_p='/bin/mkdir -p'
mpn_objects=' add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1$U.lo diveby3$U.lo divis$U.lo divrem$U.lo divrem_1$U.lo divrem_2$U.lo fib2_ui$U.lo mod_1$U.lo mod_34lsub1$U.lo mode1o.lo pre_divrem_1$U.lo pre_mod_1$U.lo dump$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo mul_basecase$U.lo sqr_basecase$U.lo random$U.lo random2$U.lo pow_1$U.lo rootrem$U.lo sqrtrem$U.lo get_str$U.lo set_str$U.lo scan0$U.lo scan1$U.lo popcount$U.lo hamdist$U.lo cmp$U.lo perfsqr$U.lo bdivmod$U.lo gcd_1$U.lo gcd$U.lo gcdext$U.lo tdiv_qr$U.lo dc_divrem_n$U.lo sb_divrem_mn$U.lo jacbase$U.lo get_d$U.lo mullow_n$U.lo mullow_basecase$U.lo addsub_n$U.lo'
mpn_objs_in_libgmp=' mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1$U.lo mpn/diveby3$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1$U.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1$U.lo mpn/mod_34lsub1$U.lo mpn/mode1o.lo mpn/pre_divrem_1$U.lo mpn/pre_mod_1$U.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase$U.lo mpn/sqr_basecase$U.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount$U.lo mpn/hamdist$U.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/addsub_n$U.lo'
mpn_objs_in_libmp=''
oldincludedir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/include'
pdfdir='${docdir}'
prefix='/srv/oe/angstrom-dev/staging/x86_64-linux/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/srv/oe/angstrom-dev/staging/x86_64-linux/usr/sbin'
sharedstatedir='/srv/oe/angstrom-dev/staging/x86_64-linux/com'
sysconfdir='/srv/oe/angstrom-dev/staging/x86_64-linux/etc'
target_alias='x86_64-linux'

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

#define PACKAGE_NAME "GNU MP"
#define PACKAGE_TARNAME "gmp"
#define PACKAGE_VERSION "4.2.4"
#define PACKAGE_STRING "GNU MP 4.2.4"
#define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
#define PACKAGE "gmp"
#define VERSION "4.2.4"
#define WANT_FFT 1
#define HAVE_HOST_CPU_x86_64 1
#define HAVE_SPEED_CYCLECOUNTER 2
#define HAVE_CALLING_CONVENTIONS 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_DECL_FGETC 1
#define HAVE_DECL_FSCANF 1
#define HAVE_DECL_OPTARG 1
#define HAVE_DECL_UNGETC 1
#define HAVE_DECL_VFPRINTF 1
#define HAVE_DECL_SYS_ERRLIST 1
#define HAVE_DECL_SYS_NERR 1
#define RETSIGTYPE void
#define HAVE_INTMAX_T 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_PTRDIFF_T 1
#define HAVE_QUAD_T 1
#define HAVE_UINT_LEAST32_T 1
#define HAVE_STRINGIZE 1
#define HAVE_STDARG 1
#define HAVE_ATTRIBUTE_CONST 1
#define HAVE_ATTRIBUTE_MALLOC 1
#define HAVE_ATTRIBUTE_MODE 1
#define HAVE_ATTRIBUTE_NORETURN 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define WANT_TMP_ALLOCA 1
#define HAVE_LIMB_LITTLE_ENDIAN 1
#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
#define HAVE_ALARM 1
#define HAVE_CLOCK 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LOCALECONV 1
#define HAVE_MEMSET 1
#define HAVE_MMAP 1
#define HAVE_MPROTECT 1
#define HAVE_NL_LANGINFO 1
#define HAVE_OBSTACK_VPRINTF 1
#define HAVE_POPEN 1
#define HAVE_RAISE 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGSTACK 1
#define HAVE_STRCHR 1
#define HAVE_STRERROR 1
#define HAVE_STRNLEN 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE_SYSCTL 1
#define HAVE_TIMES 1
#define HAVE_VSNPRINTF 1
#define HAVE_NATIVE_mpn_add_n 1
#define HAVE_NATIVE_mpn_sub_n 1
#define HAVE_NATIVE_mpn_mul_1 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_submul_1 1
#define HAVE_NATIVE_mpn_lshift 1
#define HAVE_NATIVE_mpn_rshift 1
#define HAVE_NATIVE_mpn_modexact_1_odd 1
#define HAVE_NATIVE_mpn_modexact_1c_odd 1
#define LSYM_PREFIX ".L"
#define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/gmp-mparam.h"
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_MP_LIMB_T 4

configure: exit 1

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
  2009-11-19 11:10       ` Paul Menzel
@ 2009-11-19 11:45         ` Richard Purdie
  2009-11-23 21:19           ` Paul Menzel
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Purdie @ 2009-11-19 11:45 UTC (permalink / raw)
  To: openembedded-devel

On Thu, 2009-11-19 at 12:10 +0100, Paul Menzel wrote:
> Am Donnerstag, den 19.11.2009, 00:17 +0000 schrieb Richard Purdie:
> > On Thu, 2009-11-19 at 00:21 +0100, Paul Menzel wrote:
> > [...]
> > > well, unfortunately my search results did not include any hits from the
> > > OE bug tracker. I looked there a moment ago and found bug #3470 which
> > > seems to be related to my problem [5].
> > > 
> > > I will try to update it with the information from my messages to the
> > > list in the next days.
> > [...]
> > > > > [2] oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp$ less log.do_configure.29183
> > 
> > I saw this recently, I wish I could remember how I fixed it :/.
> > 
> > I looked back at the above log and it says:
> > 
> > checking whether to build shared libraries... yes
> > checking whether to build static libraries... yes
> > checking for ld used by g++... ld -m elf_i386
> > checking if the linker (ld -m elf_i386) is GNU ld... yes
> > checking whether the g++ linker (ld -m elf_i386) supports shared libraries... yes
> > checking for g++ option to produce PIC... -fPIC -DPIC
> > checking if g++ PIC flag -fPIC -DPIC works... yes
> > 
> > and the i386 references above show configure is off the rails before it
> > hits the fatal error.
> > 
> > Do you have the config.log file from the broken builds?
> 
> Here you go.

So just to be clear, you don't have any 64 bit userspace, just a 32 bit
one? Running gcc to compile something gives you a 32 bit binary, not a
64 bit one?

I'd try adding:

BUILD_ARCH = "i686"
BUILD_OS = "linux"

to your local.conf

Cheers,

Richard




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

* Re: bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
  2009-11-19 11:45         ` Richard Purdie
@ 2009-11-23 21:19           ` Paul Menzel
  2009-11-24 13:27             ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Menzel @ 2009-11-23 21:19 UTC (permalink / raw)
  To: openembedded-devel

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

Am Donnerstag, den 19.11.2009, 11:45 +0000 schrieb Richard Purdie:
> On Thu, 2009-11-19 at 12:10 +0100, Paul Menzel wrote:
> > Am Donnerstag, den 19.11.2009, 00:17 +0000 schrieb Richard Purdie:
> > > On Thu, 2009-11-19 at 00:21 +0100, Paul Menzel wrote:
> > > [...]
> > > > well, unfortunately my search results did not include any hits from the
> > > > OE bug tracker. I looked there a moment ago and found bug #3470 which
> > > > seems to be related to my problem [5].
> > > > 
> > > > I will try to update it with the information from my messages to the
> > > > list in the next days.
> > > [...]
> > > > > > [2] oe/angstrom-dev/work/x86_64-linux/gmp-native-4.2.4-r0/temp$ less log.do_configure.29183
> > > 
> > > I saw this recently, I wish I could remember how I fixed it :/.
> > > 
> > > I looked back at the above log and it says:
> > > 
> > > checking whether to build shared libraries... yes
> > > checking whether to build static libraries... yes
> > > checking for ld used by g++... ld -m elf_i386
> > > checking if the linker (ld -m elf_i386) is GNU ld... yes
> > > checking whether the g++ linker (ld -m elf_i386) supports shared libraries... yes
> > > checking for g++ option to produce PIC... -fPIC -DPIC
> > > checking if g++ PIC flag -fPIC -DPIC works... yes
> > > 
> > > and the i386 references above show configure is off the rails before it
> > > hits the fatal error.
> > > 
> > > Do you have the config.log file from the broken builds?
> > 
> > Here you go.
> 
> So just to be clear, you don't have any 64 bit userspace, just a 32 bit
> one? Running gcc to compile something gives you a 32 bit binary, not a
> 64 bit one?

That is correct.

        $ dpkg --print-architecture
        i386

> I'd try adding:
> 
> BUILD_ARCH = "i686"
> BUILD_OS = "linux"
> 
> to your local.conf

That worked perfectly. Thank you!

I do not know how to proceed with #3470 though. Can it be closed as
won’t fix and a note added to the FAQ?


Bests,

Paul


[5] http://bugs.openembedded.net/show_bug.cgi?id=3470

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code
  2009-11-23 21:19           ` Paul Menzel
@ 2009-11-24 13:27             ` Richard Purdie
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Purdie @ 2009-11-24 13:27 UTC (permalink / raw)
  To: openembedded-devel

On Mon, 2009-11-23 at 22:19 +0100, Paul Menzel wrote:
> Am Donnerstag, den 19.11.2009, 11:45 +0000 schrieb Richard Purdie:
> > So just to be clear, you don't have any 64 bit userspace, just a 32 bit
> > one? Running gcc to compile something gives you a 32 bit binary, not a
> > 64 bit one?
> 
> That is correct.
> 
>         $ dpkg --print-architecture
>         i386
> 
> > I'd try adding:
> > 
> > BUILD_ARCH = "i686"
> > BUILD_OS = "linux"
> > 
> > to your local.conf
> 
> That worked perfectly. Thank you!
> 
> I do not know how to proceed with #3470 though. Can it be closed as
> won’t fix and a note added to the FAQ?

I've closed the bug as fixed, detailing how to work around the problem.
Adding to the FAQ would be good too. As I mentioned in the bug,
identifying this problem case in sanity.bbclass would also be a nice
enhancement.

Cheers,

Richard




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

end of thread, other threads:[~2009-11-24 13:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-15 19:03 bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code Paul Menzel
2009-11-18  9:41 ` Paul Menzel
2009-11-18 23:21   ` Paul Menzel
2009-11-19  0:17     ` Richard Purdie
2009-11-19 11:10       ` Paul Menzel
2009-11-19 11:45         ` Richard Purdie
2009-11-23 21:19           ` Paul Menzel
2009-11-24 13:27             ` Richard Purdie

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.