Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 127388 Details for
Bug 186710
dev-libs/gmp-4.2.1-r1: Text relocations when using -freorder-blocks-and-partition
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/stage3/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/config.log
config.log (text/plain), 158.96 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2007-08-09 19:24:20 UTC
(
hide
)
Description:
/stage3/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/config.log
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2007-08-09 19:24:20 UTC
Size:
158.96 KB
patch
obsolete
>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.1, which was >generated by GNU Autoconf 2.59. Invocation command line was > > $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --localstatedir=/var/state/gmp --disable-mpfr --disable-mpbsd --enable-cxx --build=i686-pc-linux-gnu > >## --------- ## >## Platform. ## >## --------- ## > >hostname = Gentoo >uname -m = i686 >uname -r = 2.6.22-suspend2-AFTA >uname -s = Linux >uname -v = #1 PREEMPT Fri Jul 27 14:58:35 CEST 2007 > >/usr/bin/uname -p = unknown >/bin/uname -X = unknown > >/bin/arch = i686 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/local/sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/lib/portage/bin >PATH: /usr/local/bin >PATH: /bin >PATH: /usr/bin >PATH: /opt/bin >PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1658: checking build system type >configure:1676: result: i686-pc-linux-gnu >configure:1684: checking host system type >configure:1698: result: i686-pc-linux-gnu >configure:1721: checking for a BSD-compatible install >configure:1776: result: /bin/install -c >configure:1787: checking whether build environment is sane >configure:1830: result: yes >configure:1887: checking for gawk >configure:1903: found /bin/gawk >configure:1913: result: gawk >configure:1923: checking whether make sets $(MAKE) >configure:1943: result: yes >configure:2109: checking whether to enable maintainer-specific portions of Makefiles >configure:2118: result: no >User: >GMPABI= >CC= >CFLAGS=-O2 -march=i686 -pipe -freorder-blocks-and-partition >CPPFLAGS=(unset) >MPN_PATH= >GMP: >abilist=32 >cclist=gcc icc >configure:3786: gcc 2>&1 | grep xlc >/dev/null >configure:3789: $? = 1 >configure:3843: checking compiler gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition >Test compile: >configure:3857: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:3860: $? = 0 >configure:3865: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:3868: $? = 0 >Test compile: function pointer return >configure:3911: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:3914: $? = 0 >configure:3919: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:3922: $? = 0 >Test compile: cmov instruction >configure:3967: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:3970: $? = 0 >configure:3975: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:3978: $? = 0 >Test compile: double -> ulong conversion >configure:4024: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4027: $? = 0 >configure:4032: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4035: $? = 0 >Test compile: double negation >configure:4079: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4082: $? = 0 >configure:4087: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4090: $? = 0 >Test compile: double -> float conversion >configure:4135: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4138: $? = 0 >configure:4143: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4146: $? = 0 >Test compile: gnupro alpha ev6 char spilling >configure:4219: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c: In function 'param_init': >conftest.c:18: warning: incompatible implicit declaration of built-in function 'memcpy' >configure:4222: $? = 0 >configure:4227: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4230: $? = 0 >Test compile: __builtin_alloca availability >configure:4270: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crt1.o: In function `_start': >init.c:(.text+0x18): undefined reference to `main' >collect2: ld returned 1 exit status >configure:4273: $? = 1 >failed program was: >int k; int foo () { __builtin_alloca (k); } >Test compile: abs int -> double conversion >configure:4394: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4397: $? = 0 >configure:4402: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4405: $? = 0 >Test compile: long long reliability test 1 >configure:4458: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4461: $? = 0 >configure:4466: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4469: $? = 0 >Test compile: long long reliability test 2 >configure:4518: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4521: $? = 0 >configure:4526: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4529: $? = 0 >Test compile: mpn_lshift_com optimization >configure:4609: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4612: $? = 0 >configure:4617: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4620: $? = 0 >Test compile: mpn_lshift_com optimization 2 >configure:4709: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:4712: $? = 0 >configure:4717: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:4720: $? = 0 >Testing gcc GOT with eax emitted >configure:4768: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition -fPIC -S conftest.c >&5 2>&1 >configure:4771: $? = 0 >Result: no >configure:4866: result: yes >configure: testlist sizeof-long-4 >configure:5041: checking compiler gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition has sizeof(long)==4 >configure:5054: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition -c conftest.c >&5 >configure:5057: $? = 0 >configure:5062: result: yes >configure:6469: checking for i686-pc-linux-gnu-gcc >configure:6495: result: gcc >configure:6777: checking for C compiler version >configure:6780: gcc --version </dev/null >&5 >gcc (GCC) 4.1.1 (Gentoo 4.1.1-r3) >Copyright (C) 2006 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:6783: $? = 0 >configure:6785: gcc -v </dev/null >&5 >Using built-in specs. >Target: i686-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.1.1-r3/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1-r3) >configure:6788: $? = 0 >configure:6790: gcc -V </dev/null >&5 >gcc: '-V' option must have argument >configure:6793: $? = 1 >configure:6816: checking for C compiler default output file name >configure:6819: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:6822: $? = 0 >configure:6868: result: a.out >configure:6873: checking whether the C compiler works >configure:6879: ./a.out >configure:6882: $? = 0 >configure:6899: result: yes >configure:6906: checking whether we are cross compiling >configure:6908: result: no >configure:6911: checking for suffix of executables >configure:6913: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:6916: $? = 0 >configure:6941: result: >configure:6947: checking for suffix of object files >configure:6968: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:6971: $? = 0 >configure:6993: result: o >configure:6997: checking whether we are using the GNU C compiler >configure:7021: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:7027: $? = 0 >configure:7031: test -z > || test ! -s conftest.err >configure:7034: $? = 0 >configure:7037: test -s conftest.o >configure:7040: $? = 0 >configure:7053: result: yes >configure:7059: checking whether gcc accepts -g >configure:7080: gcc -c -g conftest.c >&5 >configure:7086: $? = 0 >configure:7090: test -z > || test ! -s conftest.err >configure:7093: $? = 0 >configure:7096: test -s conftest.o >configure:7099: $? = 0 >configure:7110: result: yes >configure:7127: checking for gcc option to accept ANSI C >configure:7197: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:7203: $? = 0 >configure:7207: test -z > || test ! -s conftest.err >configure:7210: $? = 0 >configure:7213: test -s conftest.o >configure:7216: $? = 0 >configure:7234: result: none needed >configure:7252: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' >configure:7258: $? = 1 >configure: failed program was: >| #ifndef __cplusplus >| choke me >| #endif >configure:7397: checking how to run the C preprocessor >configure:7432: gcc -E conftest.c >configure:7438: $? = 0 >configure:7470: gcc -E conftest.c >conftest.c:15:28: error: ac_nonexistent.h: No such file or directory >configure:7476: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7515: result: gcc -E >configure:7539: gcc -E conftest.c >configure:7545: $? = 0 >configure:7577: gcc -E conftest.c >conftest.c:15:28: error: ac_nonexistent.h: No such file or directory >configure:7583: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7658: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:7664: $? = 0 >configure:7668: test -z > || test ! -s conftest.err >configure:7671: $? = 0 >configure:7674: test -s conftest.o >configure:7677: $? = 0 >configure:7765: checking build system compiler gcc >configure:7778: gcc conftest.c >conftest.c: In function 'main': >conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' >configure:7781: $? = 0 >configure:7788: result: yes >configure:7809: checking for build system preprocessor >configure:7820: gcc -E conftest.c ># 1 "conftest.c" ># 1 "<built-in>" ># 1 "<command line>" ># 1 "conftest.c" >configure:7823: $? = 0 >configure:7840: result: gcc -E >configure:7847: checking for build system executable suffix >configure:7861: gcc conftest.c -o conftest.exe >conftest.c: In function 'main': >conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' >configure:7864: $? = 0 >./configure: line 7866: ./conftest: No such file or directory >configure:7861: gcc conftest.c -o conftest,ff8 >conftest.c: In function 'main': >conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' >configure:7864: $? = 0 >./configure: line 7866: ./conftest: No such file or directory >configure:7861: gcc conftest.c -o conftest >conftest.c: In function 'main': >conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' >configure:7864: $? = 0 >configure:7880: result: >configure:7886: checking whether build system compiler is ANSI >configure:7899: gcc conftest.c >conftest.c: In function 'main': >conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' >configure:7902: $? = 0 >configure:7911: result: yes >configure:7921: checking for build system compiler math library >configure:7940: gcc conftest.c -lm >conftest.c: In function 'main': >conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c: In function 'foo': >conftest.c:10: warning: incompatible implicit declaration of built-in function 'log' >configure:7943: $? = 0 >configure:7952: result: -lm >configure:7985: checking for i686-pc-linux-gnu-g++ >configure:8001: found /usr/bin/i686-pc-linux-gnu-g++ >configure:8011: result: i686-pc-linux-gnu-g++ >configure:8069: checking for C++ compiler version >configure:8072: i686-pc-linux-gnu-g++ --version </dev/null >&5 >i686-pc-linux-gnu-g++ (GCC) 4.1.1 (Gentoo 4.1.1-r3) >Copyright (C) 2006 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:8075: $? = 0 >configure:8077: i686-pc-linux-gnu-g++ -v </dev/null >&5 >Using built-in specs. >Target: i686-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.1.1-r3/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1-r3) >configure:8080: $? = 0 >configure:8082: i686-pc-linux-gnu-g++ -V </dev/null >&5 >i686-pc-linux-gnu-g++: '-V' option must have argument >configure:8085: $? = 1 >configure:8088: checking whether we are using the GNU C++ compiler >configure:8112: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:8118: $? = 0 >configure:8122: test -z > || test ! -s conftest.err >configure:8125: $? = 0 >configure:8128: test -s conftest.o >configure:8131: $? = 0 >configure:8144: result: yes >configure:8150: checking whether i686-pc-linux-gnu-g++ accepts -g >configure:8171: i686-pc-linux-gnu-g++ -c -g conftest.cc >&5 >configure:8177: $? = 0 >configure:8181: test -z > || test ! -s conftest.err >configure:8184: $? = 0 >configure:8187: test -s conftest.o >configure:8190: $? = 0 >configure:8201: result: yes >configure:8243: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:8249: $? = 0 >configure:8253: test -z > || test ! -s conftest.err >configure:8256: $? = 0 >configure:8259: test -s conftest.o >configure:8262: $? = 0 >configure:8288: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >conftest.cc: In function 'int main()': >conftest.cc:19: error: 'exit' was not declared in this scope >configure:8294: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| exit (42); >| ; >| return 0; >| } >configure:8243: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:8249: $? = 0 >configure:8253: test -z > || test ! -s conftest.err >configure:8256: $? = 0 >configure:8259: test -s conftest.o >configure:8262: $? = 0 >configure:8288: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:8294: $? = 0 >configure:8298: test -z > || test ! -s conftest.err >configure:8301: $? = 0 >configure:8304: test -s conftest.o >configure:8307: $? = 0 >CXXFLAGS chosen by autoconf: -O2 -march=i686 -pipe -freorder-blocks-and-partition >configure:8357: checking C++ compiler i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -freorder-blocks-and-partition >Test compile: >configure:8371: i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:8374: $? = 0 >configure:8378: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:8381: $? = 0 >Test compile: namespace >configure:8411: i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:8414: $? = 0 >configure:8418: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:8421: $? = 0 >Test compile: std iostream >configure:8457: i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:8460: $? = 0 >configure:8464: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest >configure:8467: $? = 0 >configure:8486: result: yes >configure:8530: checking how to run the C++ preprocessor >configure:8561: i686-pc-linux-gnu-g++ -E conftest.cc >configure:8567: $? = 0 >configure:8599: i686-pc-linux-gnu-g++ -E conftest.cc >conftest.cc:18:28: error: ac_nonexistent.h: No such file or directory >configure:8605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8644: result: i686-pc-linux-gnu-g++ -E >configure:8668: i686-pc-linux-gnu-g++ -E conftest.cc >configure:8674: $? = 0 >configure:8706: i686-pc-linux-gnu-g++ -E conftest.cc >conftest.cc:18:28: error: ac_nonexistent.h: No such file or directory >configure:8712: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8762: checking for egrep >configure:8772: result: grep -E >Decided: >GMPABI=32 >CC=gcc >CFLAGS=-O2 -march=i686 -pipe -freorder-blocks-and-partition >CPPFLAGS= >GMP_LDFLAGS= >CXX=i686-pc-linux-gnu-g++ >CXXFLAGS=-O2 -march=i686 -pipe -freorder-blocks-and-partition >path= x86/p6 x86 generic >configure:9046: checking for function prototypes >configure:9049: result: yes >configure:9066: checking for ANSI C header files >configure:9091: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9097: $? = 0 >configure:9101: test -z > || test ! -s conftest.err >configure:9104: $? = 0 >configure:9107: test -s conftest.o >configure:9110: $? = 0 >configure:9199: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c: In function 'main': >conftest.c:37: warning: incompatible implicit declaration of built-in function 'exit' >configure:9202: $? = 0 >configure:9204: ./conftest >configure:9207: $? = 0 >configure:9222: result: yes >configure:9246: checking for sys/types.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for sys/stat.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for stdlib.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for string.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for memory.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for strings.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for inttypes.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for stdint.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9246: checking for unistd.h >configure:9262: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:9268: $? = 0 >configure:9272: test -z > || test ! -s conftest.err >configure:9275: $? = 0 >configure:9278: test -s conftest.o >configure:9281: $? = 0 >configure:9292: result: yes >configure:9317: checking for string.h >configure:9322: result: yes >configure:9469: checking for i686-pc-linux-gnu-ar >configure:9485: found /usr/bin/i686-pc-linux-gnu-ar >configure:9495: result: i686-pc-linux-gnu-ar >configure:9565: checking for BSD-compatible nm >configure:9607: result: /usr/bin/i686-pc-linux-gnu-nm -B >configure:9872: checking for a sed that does not truncate output >configure:9926: result: /bin/sed >configure:9940: checking for ld used by gcc >configure:10007: result: /usr/i686-pc-linux-gnu/bin/ld >configure:10016: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld >configure:10031: result: yes >configure:10036: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files >configure:10043: result: -r >configure:10052: checking whether ln -s works >configure:10056: result: yes >configure:10063: checking how to recognise dependent libraries >configure:10246: result: pass_all >configure:10710: checking dlfcn.h usability >configure:10722: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:10728: $? = 0 >configure:10732: test -z > || test ! -s conftest.err >configure:10735: $? = 0 >configure:10738: test -s conftest.o >configure:10741: $? = 0 >configure:10751: result: yes >configure:10755: checking dlfcn.h presence >configure:10765: gcc -E conftest.c >configure:10771: $? = 0 >configure:10791: result: yes >configure:10826: checking for dlfcn.h >configure:10833: result: yes >configure:10852: checking the maximum length of command line arguments >configure:10917: result: 32768 >configure:10928: checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from gcc object >configure:11017: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:11020: $? = 0 >configure:11024: /usr/bin/i686-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm >configure:11027: $? = 0 >configure:11079: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c conftstm.o >&5 >configure:11082: $? = 0 >configure:11120: result: ok >configure:11124: checking for objdir >configure:11139: result: .libs >configure:11191: checking for i686-pc-linux-gnu-ar >configure:11217: result: i686-pc-linux-gnu-ar >configure:11271: checking for i686-pc-linux-gnu-ranlib >configure:11287: found /usr/bin/i686-pc-linux-gnu-ranlib >configure:11297: result: i686-pc-linux-gnu-ranlib >configure:11351: checking for i686-pc-linux-gnu-strip >configure:11367: found /usr/bin/i686-pc-linux-gnu-strip >configure:11377: result: i686-pc-linux-gnu-strip >configure:11678: checking if gcc static flag works >configure:11701: result: yes >configure:11719: checking if gcc supports -fno-rtti -fno-exceptions >configure:11727: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C >configure:11731: $? = 0 >configure:11752: result: no >configure:11767: checking for gcc option to produce PIC >configure:11944: result: -fPIC >configure:11952: checking if gcc PIC flag -fPIC works >configure:11960: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition -fPIC -DPIC conftest.c >&5 >configure:11964: $? = 0 >configure:11985: result: yes >configure:12009: checking if gcc supports -c -o file.o >configure:12020: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition -o out/conftest2.o conftest.c >&5 >configure:12024: $? = 0 >configure:12054: result: yes >configure:12080: checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries >configure:12928: result: yes >configure:12954: checking whether -lc should be explicitly linked in >configure:12959: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:12962: $? = 0 >configure:12976: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 >configure:12979: $? = 0 >configure:12991: result: no >configure:12999: checking dynamic linker characteristics >configure:13539: result: GNU/Linux ld.so >configure:13543: checking how to hardcode library paths into programs >configure:13568: result: immediate >configure:13582: checking whether stripping libraries is possible >configure:13587: result: yes >configure:14417: checking if libtool supports shared libraries >configure:14419: result: yes >configure:14422: checking whether to build shared libraries >configure:14480: result: yes >configure:14483: checking whether to build static libraries >configure:14487: result: yes >configure:14579: creating libtool >configure:15126: checking for ld used by i686-pc-linux-gnu-g++ >configure:15193: result: /usr/i686-pc-linux-gnu/bin/ld >configure:15202: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld >configure:15217: result: yes >configure:15268: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries >configure:16096: result: yes >configure:16114: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:16117: $? = 0 >configure:16213: checking for i686-pc-linux-gnu-g++ option to produce PIC >configure:16465: result: -fPIC >configure:16473: checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works >configure:16481: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition -fPIC -DPIC conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:16485: $? = 0 >configure:16506: result: no >configure:16530: checking if i686-pc-linux-gnu-g++ supports -c -o file.o >configure:16541: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition -o out/conftest2.o conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:16545: $? = 0 >configure:16575: result: no >configure:16601: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries >configure:16626: result: yes >configure:16697: checking dynamic linker characteristics >configure:17237: result: GNU/Linux ld.so >configure:17241: checking how to hardcode library paths into programs >configure:17266: result: immediate >configure:17280: checking whether stripping libraries is possible >configure:17285: result: yes >configure:24550: checking for ANSI C header files >configure:24706: result: yes >configure:24716: checking whether time.h and sys/time.h may both be included >configure:24741: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24747: $? = 0 >configure:24751: test -z > || test ! -s conftest.err >configure:24754: $? = 0 >configure:24757: test -s conftest.o >configure:24760: $? = 0 >configure:24771: result: yes >configure:24837: checking fcntl.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking fcntl.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for fcntl.h >configure:24960: result: yes >configure:24837: checking float.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking float.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for float.h >configure:24960: result: yes >configure:24837: checking invent.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:70:20: error: invent.h: No such file or directory >configure:24855: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <invent.h> >configure:24878: result: no >configure:24882: checking invent.h presence >configure:24892: gcc -E conftest.c >conftest.c:36:20: error: invent.h: No such file or directory >configure:24898: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:24918: result: no >configure:24953: checking for invent.h >configure:24960: result: no >configure:24837: checking langinfo.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking langinfo.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for langinfo.h >configure:24960: result: yes >configure:24837: checking locale.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking locale.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for locale.h >configure:24960: result: yes >configure:24837: checking nl_types.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking nl_types.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for nl_types.h >configure:24960: result: yes >configure:24837: checking sys/attributes.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:73:28: error: sys/attributes.h: No such file or directory >configure:24855: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/attributes.h> >configure:24878: result: no >configure:24882: checking sys/attributes.h presence >configure:24892: gcc -E conftest.c >conftest.c:39:28: error: sys/attributes.h: No such file or directory >configure:24898: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:24918: result: no >configure:24953: checking for sys/attributes.h >configure:24960: result: no >configure:24837: checking sys/iograph.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:73:25: error: sys/iograph.h: No such file or directory >configure:24855: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/iograph.h> >configure:24878: result: no >configure:24882: checking sys/iograph.h presence >configure:24892: gcc -E conftest.c >conftest.c:39:25: error: sys/iograph.h: No such file or directory >configure:24898: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:24918: result: no >configure:24953: checking for sys/iograph.h >configure:24960: result: no >configure:24837: checking sys/mman.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking sys/mman.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for sys/mman.h >configure:24960: result: yes >configure:24837: checking sys/param.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking sys/param.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for sys/param.h >configure:24960: result: yes >configure:24837: checking sys/processor.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:75:27: error: sys/processor.h: No such file or directory >configure:24855: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/processor.h> >configure:24878: result: no >configure:24882: checking sys/processor.h presence >configure:24892: gcc -E conftest.c >conftest.c:41:27: error: sys/processor.h: No such file or directory >configure:24898: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:24918: result: no >configure:24953: checking for sys/processor.h >configure:24960: result: no >configure:24837: checking sys/pstat.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:75:23: error: sys/pstat.h: No such file or directory >configure:24855: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:24878: result: no >configure:24882: checking sys/pstat.h presence >configure:24892: gcc -E conftest.c >conftest.c:41:23: error: sys/pstat.h: No such file or directory >configure:24898: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:24918: result: no >configure:24953: checking for sys/pstat.h >configure:24960: result: no >configure:24837: checking sys/sysinfo.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking sys/sysinfo.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for sys/sysinfo.h >configure:24960: result: yes >configure:24837: checking sys/syssgi.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:76:24: error: sys/syssgi.h: No such file or directory >configure:24855: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/syssgi.h> >configure:24878: result: no >configure:24882: checking sys/syssgi.h presence >configure:24892: gcc -E conftest.c >conftest.c:42:24: error: sys/syssgi.h: No such file or directory >configure:24898: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:24918: result: no >configure:24953: checking for sys/syssgi.h >configure:24960: result: no >configure:24837: checking sys/systemcfg.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:76:27: error: sys/systemcfg.h: No such file or directory >configure:24855: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/systemcfg.h> >configure:24878: result: no >configure:24882: checking sys/systemcfg.h presence >configure:24892: gcc -E conftest.c >conftest.c:42:27: error: sys/systemcfg.h: No such file or directory >configure:24898: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:24918: result: no >configure:24953: checking for sys/systemcfg.h >configure:24960: result: no >configure:24837: checking sys/time.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking sys/time.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for sys/time.h >configure:24960: result: yes >configure:24837: checking sys/times.h usability >configure:24849: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:24855: $? = 0 >configure:24859: test -z > || test ! -s conftest.err >configure:24862: $? = 0 >configure:24865: test -s conftest.o >configure:24868: $? = 0 >configure:24878: result: yes >configure:24882: checking sys/times.h presence >configure:24892: gcc -E conftest.c >configure:24898: $? = 0 >configure:24918: result: yes >configure:24953: checking for sys/times.h >configure:24960: result: yes >configure:24979: checking for sys/resource.h >configure:25004: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25010: $? = 0 >configure:25014: test -z > || test ! -s conftest.err >configure:25017: $? = 0 >configure:25020: test -s conftest.o >configure:25023: $? = 0 >configure:25034: result: yes >configure:25051: checking for sys/sysctl.h >configure:25069: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25075: $? = 0 >configure:25079: test -z > || test ! -s conftest.err >configure:25082: $? = 0 >configure:25085: test -s conftest.o >configure:25088: $? = 0 >configure:25099: result: yes >configure:25116: checking for machine/hal_sysinfo.h >configure:25134: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:50:33: error: machine/hal_sysinfo.h: No such file or directory >configure:25140: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:25164: result: no >configure:25187: checking whether fgetc is declared >configure:25211: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25217: $? = 0 >configure:25221: test -z > || test ! -s conftest.err >configure:25224: $? = 0 >configure:25227: test -s conftest.o >configure:25230: $? = 0 >configure:25241: result: yes >configure:25257: checking whether fscanf is declared >configure:25281: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25287: $? = 0 >configure:25291: test -z > || test ! -s conftest.err >configure:25294: $? = 0 >configure:25297: test -s conftest.o >configure:25300: $? = 0 >configure:25311: result: yes >configure:25327: checking whether optarg is declared >configure:25351: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25357: $? = 0 >configure:25361: test -z > || test ! -s conftest.err >configure:25364: $? = 0 >configure:25367: test -s conftest.o >configure:25370: $? = 0 >configure:25381: result: yes >configure:25397: checking whether ungetc is declared >configure:25421: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25427: $? = 0 >configure:25431: test -z > || test ! -s conftest.err >configure:25434: $? = 0 >configure:25437: test -s conftest.o >configure:25440: $? = 0 >configure:25451: result: yes >configure:25467: checking whether vfprintf is declared >configure:25491: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25497: $? = 0 >configure:25501: test -z > || test ! -s conftest.err >configure:25504: $? = 0 >configure:25507: test -s conftest.o >configure:25510: $? = 0 >configure:25521: result: yes >configure:25539: checking whether sys_errlist is declared >configure:25565: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25571: $? = 0 >configure:25575: test -z > || test ! -s conftest.err >configure:25578: $? = 0 >configure:25581: test -s conftest.o >configure:25584: $? = 0 >configure:25595: result: yes >configure:25611: checking whether sys_nerr is declared >configure:25637: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25643: $? = 0 >configure:25647: test -z > || test ! -s conftest.err >configure:25650: $? = 0 >configure:25653: test -s conftest.o >configure:25656: $? = 0 >configure:25667: result: yes >configure:25686: checking return type of signal handlers >configure:25717: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25723: $? = 0 >configure:25727: test -z > || test ! -s conftest.err >configure:25730: $? = 0 >configure:25733: test -s conftest.o >configure:25736: $? = 0 >configure:25747: result: void >configure:25766: checking for intmax_t >configure:25790: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25796: $? = 0 >configure:25800: test -z > || test ! -s conftest.err >configure:25803: $? = 0 >configure:25806: test -s conftest.o >configure:25809: $? = 0 >configure:25820: result: yes >configure:25830: checking for long double >configure:25854: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25860: $? = 0 >configure:25864: test -z > || test ! -s conftest.err >configure:25867: $? = 0 >configure:25870: test -s conftest.o >configure:25873: $? = 0 >configure:25884: result: yes >configure:25894: checking for long long >configure:25918: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25924: $? = 0 >configure:25928: test -z > || test ! -s conftest.err >configure:25931: $? = 0 >configure:25934: test -s conftest.o >configure:25937: $? = 0 >configure:25948: result: yes >configure:25958: checking for ptrdiff_t >configure:25982: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:25988: $? = 0 >configure:25992: test -z > || test ! -s conftest.err >configure:25995: $? = 0 >configure:25998: test -s conftest.o >configure:26001: $? = 0 >configure:26012: result: yes >configure:26022: checking for quad_t >configure:26046: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26052: $? = 0 >configure:26056: test -z > || test ! -s conftest.err >configure:26059: $? = 0 >configure:26062: test -s conftest.o >configure:26065: $? = 0 >configure:26076: result: yes >configure:26086: checking for uint_least32_t >configure:26110: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26116: $? = 0 >configure:26120: test -z > || test ! -s conftest.err >configure:26123: $? = 0 >configure:26126: test -s conftest.o >configure:26129: $? = 0 >configure:26140: result: yes >configure:26152: checking for preprocessor stringizing operator >configure:26176: result: yes >configure:26190: checking for working volatile >configure:26213: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26219: $? = 0 >configure:26223: test -z > || test ! -s conftest.err >configure:26226: $? = 0 >configure:26229: test -s conftest.o >configure:26232: $? = 0 >configure:26243: result: yes >configure:26256: checking whether <stdarg.h> exists and works >configure:26286: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26292: $? = 0 >configure:26296: test -z > || test ! -s conftest.err >configure:26299: $? = 0 >configure:26302: test -s conftest.o >configure:26305: $? = 0 >configure:26317: result: yes >configure:26327: checking whether gcc __attribute__ ((const)) works >configure:26348: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26354: $? = 0 >configure:26358: test -z > || test ! -s conftest.err >configure:26361: $? = 0 >configure:26364: test -s conftest.o >configure:26367: $? = 0 >configure:26379: result: yes >configure:26389: checking whether gcc __attribute__ ((malloc)) works >configure:26398: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition -c conftest.c >conftest.out 2>&1 >configure:26401: $? = 0 >configure:26415: result: yes >configure:26425: checking whether gcc __attribute__ ((mode (XX))) works >configure:26446: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26452: $? = 0 >configure:26456: test -z > || test ! -s conftest.err >configure:26459: $? = 0 >configure:26462: test -s conftest.o >configure:26465: $? = 0 >configure:26477: result: yes >configure:26487: checking whether gcc __attribute__ ((noreturn)) works >configure:26508: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26514: $? = 0 >configure:26518: test -z > || test ! -s conftest.err >configure:26521: $? = 0 >configure:26524: test -s conftest.o >configure:26527: $? = 0 >configure:26539: result: yes >configure:26550: checking for inline >configure:26571: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26577: $? = 0 >configure:26581: test -z > || test ! -s conftest.err >configure:26584: $? = 0 >configure:26587: test -s conftest.o >configure:26590: $? = 0 >configure:26602: result: inline >configure:26652: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26658: $? = 0 >configure:26662: test -z > || test ! -s conftest.err >configure:26665: $? = 0 >configure:26668: test -s conftest.o >configure:26671: $? = 0 >configure:26835: checking for cos in -lm >configure:26865: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c -lm >&5 >conftest.c:73: warning: conflicting types for built-in function 'cos' >configure:26871: $? = 0 >configure:26875: test -z > || test ! -s conftest.err >configure:26878: $? = 0 >configure:26881: test -s conftest >configure:26884: $? = 0 >configure:26897: result: yes >configure:26910: checking for working alloca.h >configure:26931: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:26937: $? = 0 >configure:26941: test -z > || test ! -s conftest.err >configure:26944: $? = 0 >configure:26947: test -s conftest >configure:26950: $? = 0 >configure:26962: result: yes >configure:26973: checking for alloca (via gmp-impl.h) >configure:27002: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27008: $? = 0 >configure:27012: test -z > || test ! -s conftest.err >configure:27015: $? = 0 >configure:27018: test -s conftest >configure:27021: $? = 0 >configure:27033: result: yes >configure:27044: checking how to allocate temporary memory >configure:27068: result: alloca >configure:27145: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27151: $? = 0 >configure:27155: test -z > || test ! -s conftest.err >configure:27158: $? = 0 >configure:27161: test -s conftest.o >configure:27164: $? = 0 >configure:27177: checking whether byte ordering is bigendian >configure:27204: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27210: $? = 0 >configure:27214: test -z > || test ! -s conftest.err >configure:27217: $? = 0 >configure:27220: test -s conftest.o >configure:27223: $? = 0 >configure:27247: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c: In function 'main': >conftest.c:76: error: 'not' undeclared (first use in this function) >conftest.c:76: error: (Each undeclared identifier is reported only once >conftest.c:76: error: for each function it appears in.) >conftest.c:76: error: expected ';' before 'big' >configure:27253: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:27388: result: no >configure:27417: checking format of `double' floating point >configure:27435: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition -c conftest.c >&5 2>&1 >configure:27438: $? = 0 >configure:27605: result: IEEE little endian >configure:27735: checking for alarm >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for attr_get >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccg6toIB.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `attr_get' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccg6toIB.o:(.data+0x0): undefined reference to `attr_get' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = attr_get; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != attr_get; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for clock >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for clock_gettime >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccWcte5W.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `clock_gettime' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccWcte5W.o:(.data+0x0): undefined reference to `clock_gettime' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = clock_gettime; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != clock_gettime; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for cputime >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccSe9Bv6.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `cputime' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccSe9Bv6.o:(.data+0x0): undefined reference to `cputime' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = cputime; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != cputime; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for getpagesize >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for getrusage >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for gettimeofday >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for getsysinfo >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccr3XfiD.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `getsysinfo' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccr3XfiD.o:(.data+0x0): undefined reference to `getsysinfo' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = getsysinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getsysinfo; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for localeconv >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for memset >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:101: warning: conflicting types for built-in function 'memset' >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for mmap >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for mprotect >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for nl_langinfo >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for obstack_vprintf >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for popen >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for processor_info >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccmjNMXV.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `processor_info' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccmjNMXV.o:(.data+0x0): undefined reference to `processor_info' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = processor_info; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != processor_info; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for pstat_getprocessor >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/cc6eVK17.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `pstat_getprocessor' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/cc6eVK17.o:(.data+0x0): undefined reference to `pstat_getprocessor' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = pstat_getprocessor; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != pstat_getprocessor; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for raise >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for read_real_time >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/cc7Xrvlh.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `read_real_time' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/cc7Xrvlh.o:(.data+0x0): undefined reference to `read_real_time' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = read_real_time; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != read_real_time; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for sigaction >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for sigaltstack >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for sigstack >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccH6v2fO.o: In function `main': >conftest.c:(.text+0x17): warning: the `sigstack' function is dangerous. `sigaltstack' should be used instead. >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for syssgi >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccnxSjMZ.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `syssgi' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/ccnxSjMZ.o:(.data+0x0): undefined reference to `syssgi' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = syssgi; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != syssgi; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for strchr >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:111: warning: conflicting types for built-in function 'strchr' >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for strerror >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for strnlen >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for strtol >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for strtoul >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for sysconf >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for sysctl >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27735: checking for sysctlbyname >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/cc59Erba.o: In function `main': >conftest.c:(.text+0x17): undefined reference to `sysctlbyname' >/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/cc59Erba.o:(.data+0x0): undefined reference to `sysctlbyname' >collect2: ld returned 1 exit status >configure:27798: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| 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 >| #else >| char (*f) () = sysctlbyname; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != sysctlbyname; >| ; >| return 0; >| } >configure:27823: result: no >configure:27735: checking for times >configure:27792: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:27798: $? = 0 >configure:27802: test -z > || test ! -s conftest.err >configure:27805: $? = 0 >configure:27808: test -s conftest >configure:27811: $? = 0 >configure:27823: result: yes >configure:27835: checking for vsnprintf >configure:27892: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:119: warning: conflicting types for built-in function 'vsnprintf' >configure:27898: $? = 0 >configure:27902: test -z > || test ! -s conftest.err >configure:27905: $? = 0 >configure:27908: test -s conftest >configure:27911: $? = 0 >configure:27923: result: yes >configure:27934: checking whether vsnprintf works >configure:28001: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c: In function 'check': >conftest.c:128: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c: In function 'main': >conftest.c:141: warning: incompatible implicit declaration of built-in function 'exit' >configure:28004: $? = 0 >configure:28006: ./conftest >configure:28009: $? = 0 >configure:28001: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c: In function 'check': >conftest.c:128: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c: In function 'main': >conftest.c:141: warning: incompatible implicit declaration of built-in function 'exit' >configure:28004: $? = 0 >configure:28006: ./conftest >configure:28009: $? = 0 >configure:28025: result: yes >configure:28040: checking whether sscanf needs writable input >configure:28052: result: no >configure:28070: checking for struct pst_processor.psp_iticksperclktick >configure:28094: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:96:23: error: sys/pstat.h: No such file or directory >conftest.c: In function 'main': >conftest.c:101: error: storage size of 'ac_aggr' isn't known >configure:28100: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:28139: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >conftest.c:96:23: error: sys/pstat.h: No such file or directory >conftest.c: In function 'main': >conftest.c:101: error: storage size of 'ac_aggr' isn't known >configure:28145: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "GNU MP" >| #define PACKAGE_TARNAME "gmp" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "GNU MP 4.2.1" >| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >| #define PACKAGE "gmp" >| #define VERSION "4.2.1" >| #define WANT_FFT 1 >| #define HAVE_HOST_CPU_i686 1 >| #define HAVE_SPEED_CYCLECOUNTER 2 >| #define HAVE_CALLING_CONVENTIONS 1 >| #ifdef __cplusplus >| extern "C" void std::exit (int) throw (); using std::exit; >| #endif >| #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 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:28171: result: no >configure:28211: checking sstream usability >configure:28223: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:28229: $? = 0 >configure:28233: test -z > || test ! -s conftest.err >configure:28236: $? = 0 >configure:28239: test -s conftest.o >configure:28242: $? = 0 >configure:28252: result: yes >configure:28256: checking sstream presence >configure:28266: i686-pc-linux-gnu-g++ -E conftest.cc >configure:28272: $? = 0 >configure:28292: result: yes >configure:28327: checking for sstream >configure:28334: result: yes >configure:28347: checking for std::locale >configure:28372: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.cc >&5 >cc1plus: note: -freorder-blocks-and-partition does not work with exceptions >configure:28378: $? = 0 >configure:28382: test -z > || test ! -s conftest.err >configure:28385: $? = 0 >configure:28388: test -s conftest.o >configure:28391: $? = 0 >configure:28402: result: yes >configure:28955: checking for suitable m4 >trying m4 >good >configure:28999: result: m4 >configure:29005: checking if m4wrap produces spurious output >test input is >changequote({,})define(x,)m4wrap({x})dnl >produces 0 chars output >configure:29027: result: no >configure:29043: checking how to switch to text section >trying .text >configure:29054: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29057: $? = 0 >configure:29079: result: .text >configure:29083: checking how to switch to data section >configure:29094: result: .data >configure:29099: checking for assembler label suffix >trying >configure:29112: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29115: $? = 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:29112: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29115: $? = 0 >configure:29137: result: : >configure:29142: checking for assembler global directive >configure:29154: result: .globl >configure:29159: checking for assembler global directive attribute >configure:29170: result: >configure:29175: checking if globals are prefixed by underscore >configure:29185: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition -c conftest.c >&5 >configure:29188: $? = 0 >configure:29206: result: no >configure:29246: checking how to switch to read-only data section >Test program: >const int foo = 123; >configure:29265: gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition -S conftest.c >&5 >configure:29268: $? = 0 >Compiler output: > .file "conftest.c" >.globl foo > .section .rodata > .align 4 > .type foo, @object > .size foo, 4 >foo: > .long 123 > .ident "GCC: (GNU) 4.1.1 (Gentoo 4.1.1-r3)" > .section .note.GNU-stack,"",@progbits >Match: .section .rodata >configure:29299: result: .section .rodata >configure:29303: checking for assembler .type directive >configure:29314: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29317: $? = 0 >configure:29337: result: .type $1,@$2 >configure:29341: checking for assembler .size directive >configure:29351: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29354: $? = 0 >configure:29371: result: .size $1,$2 >configure:29378: checking for assembler local label prefix >Trying L >configure:29392: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29395: $? = 0 >00000000 t Lgurkmacka >00000000 t dummy >L label is local but still in object file >Trying .L >configure:29392: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29395: $? = 0 >00000000 t dummy >.L label doesn't appear in object file at all (good) >Local label appears in object files: no >configure:29441: result: .L >configure:29452: checking for assembler byte directive >trying .byte >configure:29465: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29468: $? = 0 >configure:29490: result: .byte >configure:29498: checking how to define a 32-bit word >configure:29523: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29526: $? = 0 >configure:29554: result: .long >configure:29563: checking if .align assembly directive is logarithmic >configure:29578: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:29581: $? = 0 >configure:29602: result: no >configure:30096: checking if the .align directive accepts an 0x90 fill in .text >configure:30108: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:30111: $? = 0 >configure:30129: result: yes >configure:30150: checking for assembler COFF type directives >configure:30166: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:30169: $? = 1 >conftest.s: Assembler messages: >conftest.s:3: Error: unknown pseudo-op: `.def' >conftest.s:4: Error: unknown pseudo-op: `.scl' >conftest.s:5: Error: unrecognized symbol type "" >conftest.s:5: Error: junk at end of line, first unrecognized character is `3' >conftest.s:6: Error: unknown pseudo-op: `.endef' >configure: failed program was: > .text > .globl foo > .def foo > .scl 2 > .type 32 > .endef >foo: > >configure:30183: result: no >configure:30193: checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore >configure:30212: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition -fPIC -DPIC conftest.s >&5 && gcc -O2 -march=i686 -pipe -freorder-blocks-and-partition -fPIC -DPIC conftest.o >&5 >configure:30215: $? = 0 >configure:30228: result: no >configure:30241: checking if the assembler takes cl with shldl >configure:30251: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.s >conftest.out 2>&1 >configure:30254: $? = 0 >configure:30268: result: yes >configure:30432: checking for unsigned short >configure:30456: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:30462: $? = 0 >configure:30466: test -z > || test ! -s conftest.err >configure:30469: $? = 0 >configure:30472: test -s conftest.o >configure:30475: $? = 0 >configure:30486: result: yes >configure:30489: checking size of unsigned short >configure:30808: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:30811: $? = 0 >configure:30813: ./conftest >configure:30816: $? = 0 >configure:30839: result: 2 >configure:30846: checking for unsigned >configure:30870: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:30876: $? = 0 >configure:30880: test -z > || test ! -s conftest.err >configure:30883: $? = 0 >configure:30886: test -s conftest.o >configure:30889: $? = 0 >configure:30900: result: yes >configure:30903: checking size of unsigned >configure:31222: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:31225: $? = 0 >configure:31227: ./conftest >configure:31230: $? = 0 >configure:31253: result: 4 >configure:31260: checking for unsigned long >configure:31284: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:31290: $? = 0 >configure:31294: test -z > || test ! -s conftest.err >configure:31297: $? = 0 >configure:31300: test -s conftest.o >configure:31303: $? = 0 >configure:31314: result: yes >configure:31317: checking size of unsigned long >configure:31636: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:31639: $? = 0 >configure:31641: ./conftest >configure:31644: $? = 0 >configure:31667: result: 4 >configure:31674: checking for mp_limb_t >configure:31705: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:31711: $? = 0 >configure:31715: test -z > || test ! -s conftest.err >configure:31718: $? = 0 >configure:31721: test -s conftest.o >configure:31724: $? = 0 >configure:31735: result: yes >configure:31738: checking size of mp_limb_t >configure:32099: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:32102: $? = 0 >configure:32104: ./conftest >configure:32107: $? = 0 >configure:32130: result: 4 >configure:32295: checking for stack_t >configure:32320: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:32326: $? = 0 >configure:32330: test -z > || test ! -s conftest.err >configure:32333: $? = 0 >configure:32336: test -s conftest.o >configure:32339: $? = 0 >configure:32350: result: yes >configure:32388: checking for tputs in -lncurses >configure:32418: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c -lncurses >&5 >configure:32424: $? = 0 >configure:32428: test -z > || test ! -s conftest.err >configure:32431: $? = 0 >configure:32434: test -s conftest >configure:32437: $? = 0 >configure:32450: result: yes >configure:32530: checking for readline in -lreadline >configure:32560: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c -lreadline -lncurses >&5 >configure:32566: $? = 0 >configure:32570: test -z > || test ! -s conftest.err >configure:32573: $? = 0 >configure:32576: test -s conftest >configure:32579: $? = 0 >configure:32592: result: yes >configure:32605: checking readline/readline.h usability >configure:32617: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:32623: $? = 0 >configure:32627: test -z > || test ! -s conftest.err >configure:32630: $? = 0 >configure:32633: test -s conftest.o >configure:32636: $? = 0 >configure:32646: result: yes >configure:32650: checking readline/readline.h presence >configure:32660: gcc -E conftest.c >configure:32666: $? = 0 >configure:32686: result: yes >configure:32721: checking for readline/readline.h >configure:32728: result: yes >configure:32743: checking readline/history.h usability >configure:32755: gcc -c -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c >&5 >configure:32761: $? = 0 >configure:32765: test -z > || test ! -s conftest.err >configure:32768: $? = 0 >configure:32771: test -s conftest.o >configure:32774: $? = 0 >configure:32784: result: yes >configure:32788: checking readline/history.h presence >configure:32798: gcc -E conftest.c >configure:32804: $? = 0 >configure:32824: result: yes >configure:32859: checking for readline/history.h >configure:32866: result: yes >configure:32880: checking readline detected >configure:32882: result: yes >configure:32897: checking for bison >configure:32913: found /usr/bin/bison >configure:32923: result: bison -y >configure:32938: checking for flex >configure:32954: found /usr/bin/flex >configure:32964: result: flex >configure:32977: checking for yywrap in -lfl >configure:33007: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c -lfl >&5 >configure:33013: $? = 0 >configure:33017: test -z > || test ! -s conftest.err >configure:33020: $? = 0 >configure:33023: test -s conftest >configure:33026: $? = 0 >configure:33039: result: yes >configure:33117: checking lex output file root >configure:33128: flex conftest.l >configure:33131: $? = 0 >configure:33143: result: lex.yy >configure:33148: checking whether yytext is a pointer >configure:33164: gcc -o conftest -O2 -march=i686 -pipe -freorder-blocks-and-partition conftest.c -lfl >&5 >configure:33170: $? = 0 >configure:33174: test -z > || test ! -s conftest.err >configure:33177: $? = 0 >configure:33180: test -s conftest >configure:33183: $? = 0 >configure:33197: result: yes >configure:33222: checking for i686-pc-linux-gnu-ranlib >configure:33248: result: i686-pc-linux-gnu-ranlib >configure:33455: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by GNU MP config.status 4.2.1, which was >generated by GNU Autoconf 2.59. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on Gentoo > >config.status:778: creating demos/pexpr-config.h >config.status:778: creating demos/calc/calc-config.h >config.status:778: creating Makefile >config.status:778: creating mpbsd/Makefile >config.status:778: creating mpf/Makefile >config.status:778: creating mpn/Makefile >config.status:778: creating mpq/Makefile >config.status:778: creating mpz/Makefile >config.status:778: creating printf/Makefile >config.status:778: creating scanf/Makefile >config.status:778: creating cxx/Makefile >config.status:778: creating tests/Makefile >config.status:778: creating tests/devel/Makefile >config.status:778: creating tests/mpbsd/Makefile >config.status:778: creating tests/mpf/Makefile >config.status:778: creating tests/mpn/Makefile >config.status:778: creating tests/mpq/Makefile >config.status:778: creating tests/mpz/Makefile >config.status:778: creating tests/rand/Makefile >config.status:778: creating tests/misc/Makefile >config.status:778: creating tests/cxx/Makefile >config.status:778: creating doc/Makefile >config.status:778: creating tune/Makefile >config.status:778: creating demos/Makefile >config.status:778: creating demos/calc/Makefile >config.status:778: creating demos/expr/Makefile >config.status:778: creating gmp.h >config.status:778: creating mp.h >config.status:882: creating config.h >config.status:1359: linking ./mpn/generic/add.c to mpn/add.c >config.status:1359: linking ./mpn/generic/add_1.c to mpn/add_1.c >config.status:1359: linking ./mpn/x86/p6/aors_n.asm to mpn/add_n.asm >config.status:1359: linking ./mpn/generic/sub.c to mpn/sub.c >config.status:1359: linking ./mpn/generic/sub_1.c to mpn/sub_1.c >config.status:1359: linking ./mpn/x86/p6/aors_n.asm to mpn/sub_n.asm >config.status:1359: linking ./mpn/x86/mul_1.asm to mpn/mul_1.asm >config.status:1359: linking ./mpn/x86/p6/aorsmul_1.asm to mpn/addmul_1.asm >config.status:1359: linking ./mpn/x86/p6/aorsmul_1.asm to mpn/submul_1.asm >config.status:1359: linking ./mpn/x86/lshift.asm to mpn/lshift.asm >config.status:1359: linking ./mpn/x86/rshift.asm to mpn/rshift.asm >config.status:1359: linking ./mpn/x86/p6/dive_1.asm to mpn/dive_1.asm >config.status:1359: linking ./mpn/x86/p6/diveby3.asm to mpn/diveby3.asm >config.status:1359: linking ./mpn/generic/divis.c to mpn/divis.c >config.status:1359: linking ./mpn/generic/divrem.c to mpn/divrem.c >config.status:1359: linking ./mpn/x86/divrem_1.asm to mpn/divrem_1.asm >config.status:1359: linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c >config.status:1359: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c >config.status:1359: linking ./mpn/x86/p6/mod_1.asm to mpn/mod_1.asm >config.status:1359: linking ./mpn/x86/p6/mod_34lsub1.asm to mpn/mod_34lsub1.asm >config.status:1359: linking ./mpn/x86/p6/mode1o.asm to mpn/mode1o.asm >config.status:1359: linking ./mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c >config.status:1359: linking ./mpn/generic/dump.c to mpn/dump.c >config.status:1359: linking ./mpn/generic/mul.c to mpn/mul.c >config.status:1359: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c >config.status:1359: linking ./mpn/generic/mul_n.c to mpn/mul_n.c >config.status:1359: linking ./mpn/x86/p6/mul_basecase.asm to mpn/mul_basecase.asm >config.status:1359: linking ./mpn/x86/p6/sqr_basecase.asm to mpn/sqr_basecase.asm >config.status:1359: linking ./mpn/generic/random.c to mpn/random.c >config.status:1359: linking ./mpn/generic/random2.c to mpn/random2.c >config.status:1359: linking ./mpn/generic/pow_1.c to mpn/pow_1.c >config.status:1359: linking ./mpn/generic/rootrem.c to mpn/rootrem.c >config.status:1359: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c >config.status:1359: linking ./mpn/generic/get_str.c to mpn/get_str.c >config.status:1359: linking ./mpn/generic/set_str.c to mpn/set_str.c >config.status:1359: linking ./mpn/generic/scan0.c to mpn/scan0.c >config.status:1359: linking ./mpn/generic/scan1.c to mpn/scan1.c >config.status:1359: linking ./mpn/generic/popham.c to mpn/popcount.c >config.status:1359: linking ./mpn/generic/popham.c to mpn/hamdist.c >config.status:1359: linking ./mpn/generic/cmp.c to mpn/cmp.c >config.status:1359: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c >config.status:1359: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c >config.status:1359: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c >config.status:1359: linking ./mpn/generic/gcd.c to mpn/gcd.c >config.status:1359: linking ./mpn/generic/gcdext.c to mpn/gcdext.c >config.status:1359: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c >config.status:1359: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c >config.status:1359: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c >config.status:1359: linking ./mpn/generic/jacbase.c to mpn/jacbase.c >config.status:1359: linking ./mpn/generic/get_d.c to mpn/get_d.c >config.status:1359: linking ./mpn/generic/mullow_n.c to mpn/mullow_n.c >config.status:1359: linking ./mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c >config.status:1359: linking ./mpn/x86/umul.asm to mpn/umul.asm >config.status:1359: linking ./mpn/x86/udiv.asm to mpn/udiv.asm >config.status:1359: linking ./mpn/x86/copyi.asm to mpn/copyi.asm >config.status:1359: linking ./mpn/x86/p6/copyd.asm to mpn/copyd.asm >config.status:1359: linking ./mpn/generic/addsub_n.c to mpn/addsub_n.c >config.status:1359: linking ./mpn/x86/p6/gmp-mparam.h to gmp-mparam.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_build_alias=i686-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_CC_FOR_BUILD_set= >ac_cv_env_CC_FOR_BUILD_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -march=i686 -pipe -freorder-blocks-and-partition' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_FOR_BUILD_set= >ac_cv_env_CPP_FOR_BUILD_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-O2 -march=i686 -pipe -freorder-blocks-and-partition' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_GMPABI_set= >ac_cv_env_GMPABI_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_M4_set= >ac_cv_env_M4_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_exeext= >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_readline_history_h=yes >ac_cv_header_readline_readline_h=yes >ac_cv_header_sstream=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=i686-pc-linux-gnu >ac_cv_host_alias=i686-pc-linux-gnu >ac_cv_lib_fl_yywrap=yes >ac_cv_lib_m_cos=yes >ac_cv_lib_ncurses_tputs=yes >ac_cv_lib_readline_readline=yes >ac_cv_member_struct_pst_processor_psp_iticksperclktick=no >ac_cv_objext=o >ac_cv_path_install='/bin/install -c' >ac_cv_prog_AR=i686-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=gcc >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_CXX=i686-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='i686-pc-linux-gnu-g++ -E' >ac_cv_prog_LEX=flex >ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=i686-pc-linux-gnu-strip >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc= >ac_cv_prog_cxx_g=yes >ac_cv_prog_egrep='grep -E' >ac_cv_prog_lex_root=lex.yy >ac_cv_prog_lex_yytext_pointer=yes >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_mp_limb_t=yes >ac_cv_type_ptrdiff_t=yes >ac_cv_type_quad_t=yes >ac_cv_type_signal=void >ac_cv_type_stack_t=yes >ac_cv_type_std__locale=yes >ac_cv_type_uint_least32_t=yes >ac_cv_type_unsigned=yes >ac_cv_type_unsigned_long=yes >ac_cv_type_unsigned_short=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_asm_x86_coff_type=no >gmp_cv_asm_x86_got_underscore=no >gmp_cv_asm_x86_shldl_cl=yes >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 -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='/lib/libc.so.6 /lib/libc-2.5.so' >lt_cv_ld_reload_flag=-r >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX=/usr/i686-pc-linux-gnu/bin/ld >lt_cv_path_NM='/usr/bin/i686-pc-linux-gnu-nm -B' >lt_cv_path_SED=/bin/sed >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_c_o_CXX=no >lt_cv_prog_compiler_rtti_exceptions=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\3 \3/p'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' >lt_cv_sys_max_cmd_len=32768 >lt_lt_cv_prog_compiler_c_o='"yes"' >lt_lt_cv_prog_compiler_c_o_CXX='"no"' >lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' >lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' >lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/missing --run aclocal-1.8' >AMTAR='${SHELL} /var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/missing --run tar' >ANSI2KNR='' >AR='i686-pc-linux-gnu-ar' >AS='as' >AUTOCONF='${SHELL} /var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/missing --run automake-1.8' >AWK='gawk' >BITS_PER_MP_LIMB='32' >CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo' >CC='gcc' >CCAS='gcc -c' >CC_FOR_BUILD='gcc' >CFLAGS='-O2 -march=i686 -pipe -freorder-blocks-and-partition' >CPP='gcc -E' >CPPFLAGS='' >CPP_FOR_BUILD='gcc -E' >CXX='i686-pc-linux-gnu-g++' >CXXCPP='i686-pc-linux-gnu-g++ -E' >CXXFLAGS='-O2 -march=i686 -pipe -freorder-blocks-and-partition' >CYGPATH_W='echo' >DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */' >DEFS='-DHAVE_CONFIG_H' >DLLTOOL='dlltool' >ECHO='echo' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='grep -E' >ENABLE_STATIC_FALSE='#' >ENABLE_STATIC_TRUE='' >EXEEXT='' >EXEEXT_FOR_BUILD='' >GMPABI='32' >GMP_LDFLAGS='' >GMP_NAIL_BITS='0' >HAVE_CLOCK_01='1' >HAVE_CPUTIME_01='0' >HAVE_GETRUSAGE_01='1' >HAVE_GETTIMEOFDAY_01='1' >HAVE_HOST_CPU_FAMILY_power='0' >HAVE_HOST_CPU_FAMILY_powerpc='0' >HAVE_SIGACTION_01='1' >HAVE_SIGALTSTACK_01='1' >HAVE_SIGSTACK_01='1' >HAVE_STACK_T_01='1' >HAVE_SYS_RESOURCE_H_01='1' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' >LDFLAGS='' >LEX='flex' >LEXLIB='-lfl' >LEX_OUTPUT_ROOT='lex.yy' >LIBCURSES='-lncurses' >LIBGMPXX_LDFLAGS='' >LIBGMP_DLL='0' >LIBGMP_LDFLAGS='' >LIBM='-lm' >LIBM_FOR_BUILD='-lm' >LIBOBJS='' >LIBREADLINE='-lreadline' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LN_S='ln -s' >LTLIBOBJS='' >M4='m4' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/missing --run makeinfo' >OBJDUMP='objdump' >OBJEXT='o' >PACKAGE='gmp' >PACKAGE_BUGREPORT='gmp-bugs@swox.com' >PACKAGE_NAME='GNU MP' >PACKAGE_STRING='GNU MP 4.2.1' >PACKAGE_TARNAME='gmp' >PACKAGE_VERSION='4.2.1' >PATH_SEPARATOR=':' >RANLIB='i686-pc-linux-gnu-ranlib' >SET_MAKE='' >SHELL='/bin/sh' >SPEED_CYCLECOUNTER_OBJ='pentium.lo' >STRIP='i686-pc-linux-gnu-strip' >TAL_OBJECT='tal-reent.lo' >TUNE_SQR_OBJ='sqr_asm.o' >U='' >U_FOR_BUILD='' >VERSION='4.2.1' >WANT_CXX_FALSE='#' >WANT_CXX_TRUE='' >WANT_MPBSD_FALSE='' >WANT_MPBSD_TRUE='#' >WITH_READLINE_01='1' >YACC='bison -y' >ac_ct_AR='' >ac_ct_AS='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DLLTOOL='' >ac_ct_OBJDUMP='' >ac_ct_RANLIB='' >ac_ct_STRIP='' >am__leading_dot='.' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >exec_prefix='${prefix}' >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.asm mpn/diveby3.asm mpn/divis.c mpn/divrem.c mpn/divrem_1.asm mpn/divrem_2.c mpn/fib2_ui.c mpn/mod_1.asm mpn/mod_34lsub1.asm mpn/mode1o.asm mpn/pre_divrem_1.c mpn/dump.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.asm mpn/sqr_basecase.asm 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/umul.asm mpn/udiv.asm mpn/copyi.asm mpn/copyd.asm mpn/addsub_n.c gmp-mparam.h' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/install-sh' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localstatedir='/var/state/gmp' >mandir='/usr/share/man' >mkdir_p='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.lo diveby3.lo divis$U.lo divrem$U.lo divrem_1.lo divrem_2$U.lo fib2_ui$U.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1$U.lo dump$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo mul_basecase.lo sqr_basecase.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 umul.lo udiv.lo copyi.lo copyd.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.lo mpn/diveby3.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1$U.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.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/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addsub_n$U.lo' >mpn_objs_in_libmp=' 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.lo mpn/diveby3.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1$U.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.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/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addsub_n$U.lo' >oldincludedir='/usr/include' >prefix='/usr' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define GMP_MPARAM_H_SUGGEST "./mpn/x86/p6/gmp-mparam.h" >#define HAVE_ALARM 1 >#define HAVE_ALLOCA 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ATTRIBUTE_CONST 1 >#define HAVE_ATTRIBUTE_MALLOC 1 >#define HAVE_ATTRIBUTE_MODE 1 >#define HAVE_ATTRIBUTE_NORETURN 1 >#define HAVE_CALLING_CONVENTIONS 1 >#define HAVE_CLOCK 1 >#define HAVE_DECL_FGETC 1 >#define HAVE_DECL_FSCANF 1 >#define HAVE_DECL_OPTARG 1 >#define HAVE_DECL_SYS_ERRLIST 1 >#define HAVE_DECL_SYS_NERR 1 >#define HAVE_DECL_UNGETC 1 >#define HAVE_DECL_VFPRINTF 1 >#define HAVE_DLFCN_H 1 >#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 >#define HAVE_FCNTL_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GETRUSAGE 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_HOST_CPU_FAMILY_x86 1 >#define HAVE_HOST_CPU_i686 1 >#define HAVE_INTMAX_T 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_LIMB_LITTLE_ENDIAN 1 >#define HAVE_LOCALECONV 1 >#define HAVE_LOCALE_H 1 >#define HAVE_LONG_DOUBLE 1 >#define HAVE_LONG_LONG 1 >#define HAVE_MEMORY_H 1 >#define HAVE_MEMSET 1 >#define HAVE_MMAP 1 >#define HAVE_MPROTECT 1 >#define HAVE_NATIVE_M4_function_1 1 >#define HAVE_NATIVE_M4_function_1 1 >#define HAVE_NATIVE_M4_function_1c 1 >#define HAVE_NATIVE_M4_function_1c 1 >#define HAVE_NATIVE_mpn_add_n 1 >#define HAVE_NATIVE_mpn_add_n 1 >#define HAVE_NATIVE_mpn_addmul_1 1 >#define HAVE_NATIVE_mpn_addmul_1 1 >#define HAVE_NATIVE_mpn_addmul_1c 1 >#define HAVE_NATIVE_mpn_addmul_1c 1 >#define HAVE_NATIVE_mpn_copyd 1 >#define HAVE_NATIVE_mpn_copyi 1 >#define HAVE_NATIVE_mpn_divexact_1 1 >#define HAVE_NATIVE_mpn_divexact_by3c 1 >#define HAVE_NATIVE_mpn_divrem_1 1 >#define HAVE_NATIVE_mpn_divrem_1c 1 >#define HAVE_NATIVE_mpn_lshift 1 >#define HAVE_NATIVE_mpn_mod_1 1 >#define HAVE_NATIVE_mpn_mod_1c 1 >#define HAVE_NATIVE_mpn_mod_34lsub1 1 >#define HAVE_NATIVE_mpn_modexact_1_odd 1 >#define HAVE_NATIVE_mpn_modexact_1c_odd 1 >#define HAVE_NATIVE_mpn_mul_1 1 >#define HAVE_NATIVE_mpn_mul_basecase 1 >#define HAVE_NATIVE_mpn_preinv_mod_1 1 >#define HAVE_NATIVE_mpn_rshift 1 >#define HAVE_NATIVE_mpn_sqr_basecase 1 >#define HAVE_NATIVE_mpn_sub_n 1 >#define HAVE_NATIVE_mpn_sub_n 1 >#define HAVE_NATIVE_mpn_submul_1 1 >#define HAVE_NATIVE_mpn_submul_1 1 >#define HAVE_NATIVE_mpn_submul_1c 1 >#define HAVE_NATIVE_mpn_submul_1c 1 >#define HAVE_NATIVE_mpn_udiv_qrnnd 1 >#define HAVE_NATIVE_mpn_umul_ppmm 1 >#define HAVE_NL_LANGINFO 1 >#define HAVE_NL_TYPES_H 1 >#define HAVE_OBSTACK_VPRINTF 1 >#define HAVE_POPEN 1 >#define HAVE_PTRDIFF_T 1 >#define HAVE_QUAD_T 1 >#define HAVE_RAISE 1 >#define HAVE_SIGACTION 1 >#define HAVE_SIGALTSTACK 1 >#define HAVE_SIGSTACK 1 >#define HAVE_SPEED_CYCLECOUNTER 2 >#define HAVE_SSTREAM 1 >#define HAVE_STACK_T 1 >#define HAVE_STDARG 1 >#define HAVE_STDINT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STD__LOCALE 1 >#define HAVE_STRCHR 1 >#define HAVE_STRERROR 1 >#define HAVE_STRINGIZE 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRNLEN 1 >#define HAVE_STRTOL 1 >#define HAVE_STRTOUL 1 >#define HAVE_SYSCONF 1 >#define HAVE_SYSCTL 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_SYSCTL_H 1 >#define HAVE_SYS_SYSINFO_H 1 >#define HAVE_SYS_TIMES_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_TIMES 1 >#define HAVE_UINT_LEAST32_T 1 >#define HAVE_UNISTD_H 1 >#define HAVE_VSNPRINTF 1 >#define LSYM_PREFIX ".L" >#define PACKAGE "gmp" >#define PACKAGE_BUGREPORT "gmp-bugs@swox.com" >#define PACKAGE_NAME "GNU MP" >#define PACKAGE_STRING "GNU MP 4.2.1" >#define PACKAGE_TARNAME "gmp" >#define PACKAGE_VERSION "4.2.1" >#define PROTOTYPES 1 >#define RETSIGTYPE void >#define SIZEOF_MP_LIMB_T 4 >#define SIZEOF_UNSIGNED 4 >#define SIZEOF_UNSIGNED_LONG 4 >#define SIZEOF_UNSIGNED_SHORT 2 >#define STDC_HEADERS 1 >#define STDC_HEADERS 1 >#define TIME_WITH_SYS_TIME 1 >#define TUNE_SQR_KARATSUBA_MAX 67 >#define VERSION "4.2.1" >#define WANT_FFT 1 >#define WANT_TMP_ALLOCA 1 >#define YYTEXT_POINTER 1 >#define __PROTOTYPES 1 >#endif >#ifdef __cplusplus >extern "C" void std::exit (int) throw (); using std::exit; > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 186710
:
126090
|
127387
| 127388 |
127391