bug-gmp
[Top][All Lists]
Advanced

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

gmp 4.0.1 - Can't install correctly


From: enzo criscione
Subject: gmp 4.0.1 - Can't install correctly
Date: Tue, 14 May 2002 13:17:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:0.9.8) Gecko/20020204

In the installation of GMP Version 4.0.1:

-->    'configure' appears to work correctly

-->   'make' runs and does not report errors

--> 'make check' reports failure on the tests of 't-constants' , 't-count_zeros' , 't-gmpmax' ,
       'modlinv'
        We can't figure out why ...
If we try to include 'gmp.h' in any program, the program compiles and links but does a segmentation fault right away, even if no function is used from gmp.

        We include the output of 'make check'

-->   We are working on a pentium4 PC, 1,8GHz , 1GB RAM
       The OS is Mandrake Linux 8.2
       Compiler is GCC 2.96

-->   Output of config.guess is 'pentium4-pc-linux-gnu'
        Output of configfsf is 'i686-pc-linux-gnu'

-->   config.log is also included

Thanks in advance ....

Enzo Criscione + Alessandro Giacalone


Making check in tests
make[1]: Entering directory `/home/enzo/temp/gmp-4.0.1/tests'
Making check in .
make[2]: Entering directory `/home/enzo/temp/gmp-4.0.1/tests'
make  libtests.la t-constants t-count_zeros t-gmpmax t-modlinv
make[3]: Entering directory `/home/enzo/temp/gmp-4.0.1/tests'
make[3]: `libtests.la' is up to date.
make[3]: `t-constants' is up to date.
make[3]: `t-count_zeros' is up to date.
make[3]: `t-gmpmax' is up to date.
make[3]: `t-modlinv' is up to date.
make[3]: Leaving directory `/home/enzo/temp/gmp-4.0.1/tests'
make  check-TESTS
make[3]: Entering directory `/home/enzo/temp/gmp-4.0.1/tests'
FAIL: t-constants
FAIL: t-count_zeros
FAIL: t-gmpmax
FAIL: t-modlinv
===================
4 of 4 tests failed
===================
make[3]: Leaving directory `/home/enzo/temp/gmp-4.0.1/tests'
make[2]: Leaving directory `/home/enzo/temp/gmp-4.0.1/tests'
make[1]: Leaving directory `/home/enzo/temp/gmp-4.0.1/tests'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ ./configure 

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

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.18-6mdkenterprise
uname -s = Linux
uname -v = #1 SMP Fri Mar 15 02:28:20 CET 2002

/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 = /bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/games:/home/enzo/bin

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

configure:1156: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:1159: $? = 127
configure:1234: checking build system type
configure:1252: result: pentium4-pc-linux-gnu
configure:1259: checking host system type
configure:1273: result: pentium4-pc-linux-gnu
configure:1299: checking for a BSD compatible install
configure:1348: result: /usr/bin/install -c
configure:1359: checking whether build environment is sane
configure:1402: result: yes
configure:1435: checking for mawk
configure:1461: result: no
configure:1435: checking for gawk
configure:1450: found /bin/gawk
configure:1458: result: gawk
configure:1468: checking whether make sets ${MAKE}
configure:1488: result: yes
configure:1579: checking whether to enable maintainer-specific portions of 
Makefiles
configure:1588: result: no
configure:831: User:
ABI=
CC=
CFLAGS=(unset)
CPPFLAGS=(unset)
MPN_PATH=
configure:837: GMP:
abilist=standard
cclist=gcc cc
configure:2560: gcc 2>&1 | grep xlc >/dev/null
configure:2563: $? = 1
configure:2594: checking compiler gcc -g -O2 -fomit-frame-pointer 
configure:2614: gcc -g -O2 -fomit-frame-pointer  conftest.c >&5
configure:2617: $? = 0
configure:2621: ./a.out || ./a.exe || ./conftest
configure:2624: $? = 0
configure:2633: result: yes
configure:2916: checking compiler gcc -g -O2 -fomit-frame-pointer  
-mcpu=pentium4
configure:2936: gcc -g -O2 -fomit-frame-pointer  -mcpu=pentium4 conftest.c >&5
cc1: bad value (pentium4) for -mcpu= switch
configure:2939: $? = 1
configure:2955: result: no
configure:2916: checking compiler gcc -g -O2 -fomit-frame-pointer  
-mcpu=pentiumpro
configure:2936: gcc -g -O2 -fomit-frame-pointer  -mcpu=pentiumpro conftest.c >&5
configure:2939: $? = 0
configure:2943: ./a.out || ./a.exe || ./conftest
configure:2946: $? = 0
configure:2955: result: yes
configure:2916: checking compiler gcc -g -O2 -fomit-frame-pointer 
-mcpu=pentiumpro  -march=pentium4
configure:2936: gcc -g -O2 -fomit-frame-pointer -mcpu=pentiumpro  
-march=pentium4 conftest.c >&5
cc1: bad value (pentium4) for -march= switch
configure:2939: $? = 1
configure:2955: result: no
configure:2807: checking whether gcc -march=pentiumpro is good
gcc --version '2.96'
    major '2'
    minor '96'
    subminor ''
configure:2859: result: yes
configure:2916: checking compiler gcc -g -O2 -fomit-frame-pointer 
-mcpu=pentiumpro  -march=pentiumpro
configure:2936: gcc -g -O2 -fomit-frame-pointer -mcpu=pentiumpro  
-march=pentiumpro conftest.c >&5
configure:2939: $? = 0
configure:2943: ./a.out || ./a.exe || ./conftest
configure:2946: $? = 0
configure:2955: result: yes
configure:3086: checking for gcc
configure:3109: result: gcc
configure:3337: checking for C compiler version
configure:3340: gcc --version </dev/null >&5
2.96
configure:3343: $? = 0
configure:3345: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs
gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
configure:3348: $? = 0
configure:3350: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:3353: $? = 1
configure:3373: checking for C compiler default output
configure:3376: gcc -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:3379: $? = 0
configure:3408: result: a.out
configure:3413: checking whether the C compiler works
configure:3419: ./a.out
configure:3422: $? = 0
configure:3437: result: yes
configure:3444: checking whether we are cross compiling
configure:3446: result: no
configure:3449: checking for executable suffix
configure:3451: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:3454: $? = 0
configure:3476: result: 
configure:3482: checking for object suffix
configure:3500: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:3503: $? = 0
configure:3522: result: o
configure:3526: checking whether we are using the GNU C compiler
configure:3547: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:3550: $? = 0
configure:3553: test -s conftest.o
configure:3556: $? = 0
configure:3568: result: yes
configure:3574: checking whether gcc accepts -g
configure:3592: gcc -c -g  conftest.c >&5
configure:3595: $? = 0
configure:3598: test -s conftest.o
configure:3601: $? = 0
configure:3611: result: yes
configure:3638: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
conftest.c:2: parse error before `me'
configure:3641: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3747: checking for style of include used by make
configure:3774: result: GNU
configure:3780: checking dependency style of gcc
configure:3842: result: none
configure:3846: checking for gcc option to accept ANSI C
configure:3903: gcc  -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:3906: $? = 0
configure:3909: test -s conftest.o
configure:3912: $? = 0
configure:3929: result: none needed
configure:3942: checking how to run the C preprocessor
configure:3968: gcc -E  conftest.c
configure:3974: $? = 0
configure:4001: gcc -E  conftest.c
configure:3998:28: ac_nonexistent.h: No such file or directory
configure:4007: $? = 1
configure: failed program was:
#line 3997 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4044: result: gcc -E
configure:4059: gcc -E  conftest.c
configure:4065: $? = 0
configure:4092: gcc -E  conftest.c
configure:4089:28: ac_nonexistent.h: No such file or directory
configure:4098: $? = 1
configure: failed program was:
#line 4088 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4162: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:4165: $? = 0
configure:4168: test -s conftest.o
configure:4171: $? = 0
configure:1192: Decided:
ABI=standard
CC=gcc
CFLAGS=-g -O2 -fomit-frame-pointer -mcpu=pentiumpro -march=pentiumpro
CPPFLAGS=
GMP_LDFLAGS=
CXX=
CXXFLAGS=
path=x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86 generic
configure:4876: checking for gcc option to accept ANSI C
configure:4936: gcc  -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:4939: $? = 0
configure:4942: test -s conftest.o
configure:4945: $? = 0
configure:4959: result: none needed
configure:4970: checking for function prototypes
configure:4973: result: yes
configure:4987: checking for ANSI C header files
configure:5001: gcc -E  conftest.c
configure:5007: $? = 0
configure:5094: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:5097: $? = 0
configure:5099: ./conftest
configure:5102: $? = 0
configure:5115: result: yes
configure:5128: checking for string.h
configure:5138: gcc -E  conftest.c
configure:5144: $? = 0
configure:5163: result: yes
configure:5212: checking for ar
configure:5227: found /usr/bin/ar
configure:5236: result: ar
configure:5264: checking for BSD-compatible nm
configure:5299: result: /usr/bin/nm -B
configure:5527: checking for ld used by GCC
configure:5591: result: /usr/bin/ld
configure:5600: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.92.0.12 20011121
configure:5612: result: yes
configure:5616: checking for /usr/bin/ld option to reload object files
configure:5623: result: -r
configure:5632: checking whether ln -s works
configure:5636: result: yes
configure:5643: checking how to recognise dependant libraries
configure:5830: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )
configure:6281: checking for dlfcn.h
configure:6291: gcc -E  conftest.c
configure:6297: $? = 0
configure:6316: result: yes
configure:6329: checking the maximum length of command line arguments
configure:6378: result: 49153
configure:6386: checking command to parse /usr/bin/nm -B output from gcc object
configure:6471: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:6474: $? = 0
configure:6478: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
configure:6481: $? = 0
configure:6533: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c conftstm.o >&5
configure:6536: $? = 0
configure:6574: result: ok
configure:6578: checking for objdir
configure:6593: result: .libs
configure:6676: checking for ranlib
configure:6691: found /usr/bin/ranlib
configure:6700: result: ranlib
configure:6750: checking for strip
configure:6765: found /usr/bin/strip
configure:6774: result: strip
configure:6826: checking for file
configure:6879: result: /usr/bin/file
configure:7030: checking if gcc static flag  works
configure:7053: result: yes
configure:7067: checking if gcc supports -fno-rtti -fno-exceptions
configure:7092: result: yes
configure:7107: checking for gcc option to produce PIC
configure:7260: result: -fPIC
configure:7267: checking if gcc PIC flag -fPIC works
configure:7292: result: yes
configure:7316: checking if gcc supports -c -o file.o
configure:7357: result: yes
configure:7382: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:8166: result: yes
configure:8188: checking whether -lc should be explicitly linked in
configure:8193: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:8196: $? = 0
configure:8210: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8213: $? = 0
configure:8225: result: no
configure:8231: checking how to hardcode library paths into programs
configure:8255: result: immediate
configure:8269: checking whether stripping libraries is possible
configure:8274: result: yes
configure:8281: checking dynamic linker characteristics
configure:8720: result: GNU/Linux ld.so
configure:9317: checking if libtool supports shared libraries
configure:9319: result: yes
configure:9322: checking whether to build shared libraries
configure:9343: result: yes
configure:9346: checking whether to build static libraries
configure:9350: result: yes
configure:9430: creating libtool
configure:15964: checking if the assembler knows about MMX instructions
configure:15974: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:15977: $? = 0
configure:16001: result: yes
configure:16058: checking if the assembler knows about SSE2 instructions
configure:16068: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:16071: $? = 0
configure:16084: result: yes
configure:16124: checking for ANSI C header files
configure:16252: result: yes
configure:16262: checking whether time.h and sys/time.h may both be included
configure:16284: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16287: $? = 0
configure:16290: test -s conftest.o
configure:16293: $? = 0
configure:16303: result: yes
configure:16319: checking for locale.h
configure:16329: gcc -E  conftest.c
configure:16335: $? = 0
configure:16354: result: yes
configure:16319: checking for sys/mman.h
configure:16329: gcc -E  conftest.c
configure:16335: $? = 0
configure:16354: result: yes
configure:16319: checking for sys/param.h
configure:16329: gcc -E  conftest.c
configure:16335: $? = 0
configure:16354: result: yes
configure:16319: checking for sys/processor.h
configure:16329: gcc -E  conftest.c
configure:16326:27: sys/processor.h: No such file or directory
configure:16335: $? = 1
configure: failed program was:
#line 16325 "configure"
#include "confdefs.h"
#include <sys/processor.h>
configure:16354: result: no
configure:16319: checking for sys/resource.h
configure:16329: gcc -E  conftest.c
configure:16335: $? = 0
configure:16354: result: yes
configure:16319: checking for sys/sysctl.h
configure:16329: gcc -E  conftest.c
configure:16335: $? = 0
configure:16354: result: yes
configure:16319: checking for sys/systemcfg.h
configure:16329: gcc -E  conftest.c
configure:16326:27: sys/systemcfg.h: No such file or directory
configure:16335: $? = 1
configure: failed program was:
#line 16325 "configure"
#include "confdefs.h"
#include <sys/systemcfg.h>
configure:16354: result: no
configure:16319: checking for sys/time.h
configure:16329: gcc -E  conftest.c
configure:16335: $? = 0
configure:16354: result: yes
configure:16319: checking for sys/times.h
configure:16329: gcc -E  conftest.c
configure:16335: $? = 0
configure:16354: result: yes
configure:16371: checking for sys/types.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16371: checking for sys/stat.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16371: checking for stdlib.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16371: checking for string.h
configure:16402: result: yes
configure:16371: checking for memory.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16371: checking for strings.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16371: checking for inttypes.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16371: checking for stdint.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16371: checking for unistd.h
configure:16383: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16386: $? = 0
configure:16389: test -s conftest.o
configure:16392: $? = 0
configure:16402: result: yes
configure:16412: checking whether fgetc is declared
configure:16433: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16436: $? = 0
configure:16439: test -s conftest.o
configure:16442: $? = 0
configure:16452: result: yes
configure:16466: checking whether fscanf is declared
configure:16487: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16490: $? = 0
configure:16493: test -s conftest.o
configure:16496: $? = 0
configure:16506: result: yes
configure:16520: checking whether optarg is declared
configure:16541: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16544: $? = 0
configure:16547: test -s conftest.o
configure:16550: $? = 0
configure:16560: result: yes
configure:16574: checking whether ungetc is declared
configure:16595: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16598: $? = 0
configure:16601: test -s conftest.o
configure:16604: $? = 0
configure:16614: result: yes
configure:16628: checking whether vfprintf is declared
configure:16649: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16652: $? = 0
configure:16655: test -s conftest.o
configure:16658: $? = 0
configure:16668: result: yes
configure:16683: checking return type of signal handlers
configure:16711: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16714: $? = 0
configure:16717: test -s conftest.o
configure:16720: $? = 0
configure:16730: result: void
configure:16738: checking for intmax_t
configure:16759: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16762: $? = 0
configure:16765: test -s conftest.o
configure:16768: $? = 0
configure:16778: result: yes
configure:16787: checking for long double
configure:16808: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16811: $? = 0
configure:16814: test -s conftest.o
configure:16817: $? = 0
configure:16827: result: yes
configure:16836: checking for long long
configure:16857: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16860: $? = 0
configure:16863: test -s conftest.o
configure:16866: $? = 0
configure:16876: result: yes
configure:16885: checking for ptrdiff_t
configure:16906: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16909: $? = 0
configure:16912: test -s conftest.o
configure:16915: $? = 0
configure:16925: result: yes
configure:16934: checking for quad_t
configure:16955: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:16958: $? = 0
configure:16961: test -s conftest.o
configure:16964: $? = 0
configure:16974: result: yes
configure:16984: checking for preprocessor stringizing operator
configure:17005: result: yes
configure:17015: checking whether <stdarg.h> exists and works
configure:17042: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17045: $? = 0
configure:17048: test -s conftest.o
configure:17051: $? = 0
configure:17062: result: yes
configure:17072: checking whether gcc __attribute__ ((const)) works
configure:17090: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17093: $? = 0
configure:17096: test -s conftest.o
configure:17099: $? = 0
configure:17110: result: yes
configure:17120: checking whether gcc __attribute__ ((malloc)) works
configure:17129: gcc -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  -c conftest.c >conftest.out 2>&1
configure:17132: $? = 0
configure:17146: result: yes
configure:17156: checking whether gcc __attribute__ ((mode (XX))) works
configure:17174: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17177: $? = 0
configure:17180: test -s conftest.o
configure:17183: $? = 0
configure:17194: result: yes
configure:17204: checking whether gcc __attribute__ ((noreturn)) works
configure:17222: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17225: $? = 0
configure:17228: test -s conftest.o
configure:17231: $? = 0
configure:17242: result: yes
configure:17252: checking for inline
configure:17269: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17272: $? = 0
configure:17275: test -s conftest.o
configure:17278: $? = 0
configure:17289: result: inline
configure:17328: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17331: $? = 0
configure:17334: test -s conftest.o
configure:17337: $? = 0
configure:17462: checking for main in -lm
configure:17482: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c -lm   >&5
configure:17485: $? = 0
configure:17488: test -s conftest
configure:17491: $? = 0
configure:17502: result: yes
configure:17513: checking for working alloca.h
configure:17531: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17534: $? = 0
configure:17537: test -s conftest
configure:17540: $? = 0
configure:17550: result: yes
configure:17560: checking for alloca (via gmp-impl.h)
configure:17584: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17587: $? = 0
configure:17590: test -s conftest
configure:17593: $? = 0
configure:17603: result: yes
configure:17613: checking how to allocate temporary memory
configure:17637: result: alloca
configure:17706: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17709: $? = 0
configure:17712: test -s conftest.o
configure:17715: $? = 0
configure:17762: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftest.c >&5
configure:17765: $? = 0
configure:17768: test -s conftest.o
configure:17771: $? = 0
configure:17807: checking for alarm
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for getpagesize
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for getrusage
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for gettimeofday
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for localeconv
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for memset
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17823: warning: conflicting types for built-in function `memset'
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for mmap
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for mprotect
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for obstack_vprintf
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for popen
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for processor_info
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
/tmp/cc1tzIKu.o: In function `main':
/home/enzo/temp/gmp-4.0.1/configure:17835: undefined reference to 
`processor_info'
collect2: ld returned 1 exit status
configure:17847: $? = 1
configure: failed program was:
#line 17813 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char processor_info (); below.  */
#include <assert.h>
/* 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 ();
char (*f) ();

int
main ()
{
/* 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
f = processor_info;
#endif

  ;
  return 0;
}
configure:17863: result: no
configure:17807: checking for read_real_time
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
/tmp/ccIau2gf.o: In function `main':
/home/enzo/temp/gmp-4.0.1/configure:17835: undefined reference to 
`read_real_time'
collect2: ld returned 1 exit status
configure:17847: $? = 1
configure: failed program was:
#line 17813 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char read_real_time (); below.  */
#include <assert.h>
/* 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 ();
char (*f) ();

int
main ()
{
/* 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
f = read_real_time;
#endif

  ;
  return 0;
}
configure:17863: result: no
configure:17807: checking for strchr
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for strnlen
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for strtoul
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for sysconf
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for sysctl
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17807: checking for sysctlbyname
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
/tmp/ccxoEWHM.o: In function `main':
/home/enzo/temp/gmp-4.0.1/configure:17835: undefined reference to `sysctlbyname'
collect2: ld returned 1 exit status
configure:17847: $? = 1
configure: failed program was:
#line 17813 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sysctlbyname (); below.  */
#include <assert.h>
/* 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 ();
char (*f) ();

int
main ()
{
/* 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
f = sysctlbyname;
#endif

  ;
  return 0;
}
configure:17863: result: no
configure:17807: checking for times
configure:17844: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17847: $? = 0
configure:17850: test -s conftest
configure:17853: $? = 0
configure:17863: result: yes
configure:17876: checking for vsnprintf
configure:17913: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:17916: $? = 0
configure:17919: test -s conftest
configure:17922: $? = 0
configure:17932: result: yes
configure:17943: checking whether vsnprintf works
configure:18007: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:18010: $? = 0
configure:18012: ./conftest
configure:18015: $? = 0
configure:18007: gcc -o conftest -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro   conftest.c  >&5
configure:18010: $? = 0
configure:18012: ./conftest
configure:18015: $? = 0
configure:18029: result: yes
configure:18051: checking whether sscanf needs writable input
configure:18063: result: no
configure:18217: checking for suitable m4
trying m4
good
configure:18261: result: m4
configure:18265: checking if m4wrap produces spurious output
test input is
changequote({,})define(x,)m4wrap({x})dnl
produces 0 chars output
configure:18287: result: no
configure:18302: checking how to switch to text section
configure:18314: result: .text
configure:18318: checking how to switch to data section
configure:18329: result: .data
configure:18333: checking what assembly label suffix to use
configure:18345: result: :
configure:18349: checking how to export a symbol
configure:18360: result: .globl
configure:18364: checking if globals are prefixed by underscore
configure:18390: gcc -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftes1.c conftes2.s >&5
configure:18393: $? = 0
configure:18390: gcc -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  conftes1.c conftes2.s >&5
/tmp/ccTv2bju.o: In function `main':
/home/enzo/temp/gmp-4.0.1/conftes1.c:4: undefined reference to `underscore_test'
collect2: ld returned 1 exit status
configure:18393: $? = 1
configure:18421: result: no
configure:18433: checking how to switch to read-only data section
Test program:
const int foo = 123;
configure:18450: gcc -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro  -S conftest.c >&5
configure:18453: $? = 0
Compiler output:
        .file   "conftest.c"
        .version        "01.01"
.stabs "/home/enzo/temp/gmp-4.0.1/",100,0,0,.Ltext0
.stabs "conftest.c",100,0,0,.Ltext0
.text
.Ltext0:
        .stabs  "gcc2_compiled.", 0x3c, 0, 0, 0
.stabs "int:t(0,1)=r(0,1);-2147483648;2147483647;",128,0,0,0
.stabs "char:t(0,2)=r(0,2);0;127;",128,0,0,0
.stabs "long int:t(0,3)=r(0,3);-2147483648;2147483647;",128,0,0,0
.stabs "unsigned int:t(0,4)=r(0,4);0000000000000;0037777777777;",128,0,0,0
.stabs "long unsigned int:t(0,5)=r(0,5);0000000000000;0037777777777;",128,0,0,0
.stabs "long long 
int:t(0,6)address@hidden;r(0,6);01000000000000000000000;0777777777777777777777;",128,0,0,0
.stabs "long long unsigned 
int:t(0,7)address@hidden;r(0,7);0000000000000;01777777777777777777777;",128,0,0,0
.stabs "short int:t(0,8)address@hidden;r(0,8);-32768;32767;",128,0,0,0
.stabs "short unsigned int:t(0,9)address@hidden;r(0,9);0;65535;",128,0,0,0
.stabs "signed char:t(0,10)address@hidden;r(0,10);-128;127;",128,0,0,0
.stabs "unsigned char:t(0,11)address@hidden;r(0,11);0;255;",128,0,0,0
.stabs "float:t(0,12)=r(0,1);4;0;",128,0,0,0
.stabs "double:t(0,13)=r(0,1);8;0;",128,0,0,0
.stabs "long double:t(0,14)=r(0,1);12;0;",128,0,0,0
.stabs "complex int:t(0,15)=s8real:(0,1),0,32;imag:(0,1),32,32;;",128,0,0,0
.stabs "complex float:t(0,16)=r(0,16);8;0;",128,0,0,0
.stabs "complex double:t(0,17)=r(0,17);16;0;",128,0,0,0
.stabs "complex long double:t(0,18)=r(0,18);24;0;",128,0,0,0
.stabs "__builtin_va_list:t(0,19)=*(0,20)=(0,20)",128,0,0,0
.globl foo
                .section        .rodata
.stabs "foo:G(0,1)",32,0,1,0
        .align 4
        .type    foo,@object
        .size    foo,4
foo:
        .long   123
        .text
        .stabs "",100,0,0,.Letext
.Letext:
        .ident  "GCC: (GNU) 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)"
Match:          .section        .rodata
configure:18483: result:                .section        .rodata
configure:18487: checking if the export directive needs an attribute
configure:18498: result: 
configure:18502: checking for assembler .type directive
configure:18513: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:18516: $? = 0
configure:18536: result: .type  $1,@$2
configure:18540: checking for assembler .size directive
configure:18550: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:18553: $? = 0
configure:18569: result: .size  $1,$2
configure:18573: checking what prefix to use for a local label
Trying L
configure:18588: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:18591: $? = 0
00000000 t Lgurkmacka
00000000 t dummy
Trying .L
configure:18588: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:18591: $? = 0
00000000 t dummy
configure:18622: result: .L
configure:18630: checking how to define a 32-bit word
configure:18655: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:18658: $? = 0
configure:18686: result: .long
configure:18690: checking if .align assembly directive is logarithmic
configure:18705: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:18708: $? = 0
configure:18729: result: no
configure:18963: checking if the .align directive accepts an 0x90 fill in .text
configure:18975: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:18978: $? = 0
configure:18996: result: yes
configure:19001: checking if the assembler takes cl with shldl
configure:19011: gcc -c -g -O2 -fomit-frame-pointer -mcpu=pentiumpro 
-march=pentiumpro conftest.s >conftest.out 2>&1
configure:19014: $? = 0
configure:19027: result: yes
configure:19857: creating ./config.status

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

This file was extended by config.status 2.52, executed with
  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  > ./config.status 
on localhost.localdomain

config.status:20418: creating Makefile
config.status:20418: creating mpbsd/Makefile
config.status:20418: creating mpf/Makefile
config.status:20418: creating mpn/Makefile
config.status:20418: creating mpq/Makefile
config.status:20418: creating mpz/Makefile
config.status:20418: creating printf/Makefile
config.status:20418: creating scanf/Makefile
config.status:20418: creating cxx/Makefile
config.status:20418: creating tests/Makefile
config.status:20418: creating tests/devel/Makefile
config.status:20418: creating tests/mpbsd/Makefile
config.status:20418: creating tests/mpf/Makefile
config.status:20418: creating tests/mpn/Makefile
config.status:20418: creating tests/mpq/Makefile
config.status:20418: creating tests/mpz/Makefile
config.status:20418: creating tests/rand/Makefile
config.status:20418: creating tests/misc/Makefile
config.status:20418: creating tests/cxx/Makefile
config.status:20418: creating tune/Makefile
config.status:20418: creating demos/Makefile
config.status:20418: creating demos/calc/Makefile
config.status:20418: creating demos/expr/Makefile
config.status:20418: creating gmp.h
config.status:20418: creating mp.h
config.status:20418: creating demos/expr/expr-impl.h
config.status:20510: creating config.h
config.status:20651: config.h is unchanged
config.status:20708: linking ./mpn/x86/udiv.asm to mpn/udiv.asm
config.status:20708: linking ./mpn/x86/umul.asm to mpn/umul.asm
config.status:20708: linking ./mpn/generic/add.c to mpn/add.c
config.status:20708: linking ./mpn/generic/add_1.c to mpn/add_1.c
config.status:20708: linking ./mpn/x86/pentium4/sse2/add_n.asm to mpn/add_n.asm
config.status:20708: linking ./mpn/generic/sub.c to mpn/sub.c
config.status:20708: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
config.status:20708: linking ./mpn/x86/pentium4/sse2/sub_n.asm to mpn/sub_n.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/mul_1.asm to mpn/mul_1.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/addmul_1.asm to 
mpn/addmul_1.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/submul_1.asm to 
mpn/submul_1.asm
config.status:20708: linking ./mpn/x86/pentium4/mmx/lshift.asm to mpn/lshift.asm
config.status:20708: linking ./mpn/x86/pentium4/mmx/rshift.asm to mpn/rshift.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/dive_1.asm to 
mpn/dive_1.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/diveby3.asm to 
mpn/diveby3.asm
config.status:20708: linking ./mpn/generic/divis.c to mpn/divis.c
config.status:20708: linking ./mpn/generic/divrem.c to mpn/divrem.c
config.status:20708: linking ./mpn/x86/divrem_1.asm to mpn/divrem_1.asm
config.status:20708: linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
config.status:20708: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status:20708: linking ./mpn/x86/mod_1.asm to mpn/mod_1.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/mod_34lsub1.asm to 
mpn/mod_34lsub1.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/mode1o.asm to 
mpn/mode1o.asm
config.status:20708: linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status:20708: linking ./mpn/generic/dump.c to mpn/dump.c
config.status:20708: linking ./mpn/generic/mul.c to mpn/mul.c
config.status:20708: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status:20708: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
config.status:20708: linking ./mpn/x86/pentium4/sse2/mul_basecase.asm to 
mpn/mul_basecase.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/sqr_basecase.asm to 
mpn/sqr_basecase.asm
config.status:20708: linking ./mpn/generic/random.c to mpn/random.c
config.status:20708: linking ./mpn/generic/random2.c to mpn/random2.c
config.status:20708: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status:20708: linking ./mpn/generic/get_str.c to mpn/get_str.c
config.status:20708: linking ./mpn/generic/set_str.c to mpn/set_str.c
config.status:20708: linking ./mpn/generic/scan0.c to mpn/scan0.c
config.status:20708: linking ./mpn/generic/scan1.c to mpn/scan1.c
config.status:20708: linking ./mpn/x86/pentium4/mmx/popham.asm to 
mpn/popcount.asm
config.status:20708: linking ./mpn/x86/pentium4/mmx/popham.asm to 
mpn/hamdist.asm
config.status:20708: linking ./mpn/generic/cmp.c to mpn/cmp.c
config.status:20708: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status:20708: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status:20708: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status:20708: linking ./mpn/generic/gcd.c to mpn/gcd.c
config.status:20708: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
config.status:20708: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status:20708: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
config.status:20708: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
config.status:20708: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
config.status:20708: linking ./mpn/x86/pentium4/copyi.asm to mpn/copyi.asm
config.status:20708: linking ./mpn/x86/pentium4/copyd.asm to mpn/copyd.asm
config.status:20708: linking ./mpn/x86/pentium4/sse2/gmp-mparam.h to 
gmp-mparam.h

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

ac_cv_build=pentium4-pc-linux-gnu
ac_cv_build_alias=pentium4-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_stringize=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_alarm=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
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_obstack_vprintf=yes
ac_cv_func_popen=yes
ac_cv_func_processor_info=no
ac_cv_func_read_real_time=no
ac_cv_func_strchr=yes
ac_cv_func_strnlen=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysctlbyname=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_ungetc=yes
ac_cv_have_decl_vfprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_processor_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_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=pentium4-pc-linux-gnu
ac_cv_host_alias=pentium4-pc-linux-gnu
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_install=$'/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_type_intmax_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_quad_t=yes
ac_cv_type_signal=void
am_cv_CC_dependencies_compiler_type=none
am_cv_prog_cc_stdc=
gmp_cv_asm_align_fill_0x90=yes
gmp_cv_asm_align_log=no
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=$'\t\t.section\t.rodata'
gmp_cv_asm_size=$'.size\t$1,$2'
gmp_cv_asm_text=.text
gmp_cv_asm_type=$'.type\t$1,@$2'
gmp_cv_asm_underscore=no
gmp_cv_asm_w32=.long
gmp_cv_asm_x86_mmx=yes
gmp_cv_asm_x86_shldl_cl=yes
gmp_cv_asm_x86_sse2=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_stdarg=yes
gmp_cv_func_alloca=yes
gmp_cv_func_sscanf_writable_input=no
gmp_cv_func_vsnprintf=yes
gmp_cv_gcc_march_pentiumpro=yes
gmp_cv_header_alloca=yes
gmp_cv_m4_m4wrap_spurious=no
gmp_cv_option_alloca=alloca
gmp_cv_prog_m4=m4
lt_cv_deplibs_check_method=$'file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )'
lt_cv_file_magic_cmd=$'$MAGIC_CMD'
lt_cv_file_magic_test_file=$'/lib/libc.so.6 /lib/libc-2.2.4.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_MAGIC_CMD=/usr/bin/file
lt_cv_path_NM=$'/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ 
\t]\\([ABCDGISTW][ABCDGISTW]*\\)[ \t][ 
\t]*\\(\\)\\([_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=49153
lt_lt_cv_prog_compiler_c_o=$'"yes"'
lt_lt_cv_sys_global_symbol_pipe=$'"sed -n -e \'s/^.*[ 
\t]\\\\([ABCDGISTW][ABCDGISTW]*\\\\)[ \t][ 
\t]*\\\\(\\\\)\\\\([_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\'"'

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

#define HAVE_HOST_CPU_pentium4 1
#define PACKAGE "gmp"
#define VERSION "4.0.1"
#define WANT_FFT 1
#define HAVE_HOST_CPU_FAMILY_x86 1
#define HAVE_SPEED_CYCLECOUNTER 2
#define HAVE_CALLING_CONVENTIONS 1
#define PROTOTYPES 1
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 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_DECL_FGETC 1
#define HAVE_DECL_FSCANF 1
#define HAVE_DECL_OPTARG 1
#define HAVE_DECL_UNGETC 1
#define HAVE_DECL_VFPRINTF 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_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_ALARM 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_OBSTACK_VPRINTF 1
#define HAVE_POPEN 1
#define HAVE_STRCHR 1
#define HAVE_STRNLEN 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE_SYSCTL 1
#define HAVE_TIMES 1
#define HAVE_VSNPRINTF 1
#define HAVE_NATIVE_mpn_udiv_qrnnd 1
#define HAVE_NATIVE_mpn_umul_ppmm 1
#define HAVE_NATIVE_mpn_add_nc 1
#define HAVE_NATIVE_mpn_add_n 1
#define HAVE_NATIVE_mpn_sub_nc 1
#define HAVE_NATIVE_mpn_sub_n 1
#define HAVE_NATIVE_mpn_mul_1c 1
#define HAVE_NATIVE_mpn_mul_1 1
#define HAVE_NATIVE_mpn_addmul_1c 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_submul_1c 1
#define HAVE_NATIVE_mpn_submul_1 1
#define HAVE_NATIVE_mpn_lshift 1
#define HAVE_NATIVE_mpn_rshift 1
#define HAVE_NATIVE_mpn_divexact_1 1
#define HAVE_NATIVE_mpn_divexact_by3c 1
#define HAVE_NATIVE_mpn_divrem_1c 1
#define HAVE_NATIVE_mpn_divrem_1 1
#define HAVE_NATIVE_mpn_mod_1c 1
#define HAVE_NATIVE_mpn_mod_1 1
#define HAVE_NATIVE_mpn_mod_34lsub1 1
#define HAVE_NATIVE_mpn_modexact_1c_odd 1
#define HAVE_NATIVE_mpn_modexact_1_odd 1
#define HAVE_NATIVE_mpn_mul_basecase 1
#define HAVE_NATIVE_mpn_sqr_basecase 1
#define HAVE_NATIVE_mpn_popcount 1
#define HAVE_NATIVE_mpn_hamdist 1
#define HAVE_NATIVE_M4_function 1
#define HAVE_NATIVE_mpn_popcount 1
#define HAVE_NATIVE_mpn_hamdist 1
#define HAVE_NATIVE_M4_function 1
#define HAVE_NATIVE_mpn_copyi 1
#define HAVE_NATIVE_mpn_copyd 1
#define LSYM_PREFIX ".L"
#define BITS_PER_ULONG BITS_PER_MP_LIMB


configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]