bug-gmp
[Top][All Lists]
Advanced

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

compiling gmp on an amd64


From: David Joyner
Subject: compiling gmp on an amd64
Date: Sun, 01 Feb 2004 04:34:40 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.4) Gecko/20030821


I have an amd64 3000+ cpu running suse 9.0 (64 bit version):

tinah:/usr/local/gmp-4.1.2 # uname -a
Linux tinah 2.4.21-102-default #1 Wed Sep 24 13:57:05 UTC 2003 x86_64 x86_64 x86_64 GNU/Linux

tinah:/usr/local/gmp-4.1.2 # ./config.guess
x86_64-unknown-linux-gnu
tinah:/usr/local/gmp-4.1.2 # ./configfsf.guess
x86_64-unknown-linux-gnu

gmp version is 4.1.2

./compile
make

fails using gcc 3.3.1:

tinah:/usr/local/gmp-4.1.2 # gcc -v
Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 3.3.1 (SuSE Linux)

Results of ./configure & make are below (config.log is attached).

Compiles fine using 32 bit compiler. Any suggestions on how to compiling using
the 64 bit version?

- David

tinah:/usr/local/gmp-4.1.2 # ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking compiler gcc -g -O2 ... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
using ABI="standard"
     CC="gcc"
     CFLAGS="-g -O2"
     CPPFLAGS=""
     MPN_PATH="  generic"
checking for gcc option to accept ANSI C... none needed
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for string.h... yes
checking for ar... ar
checking for BSD-compatible nm... /usr/bin/nm -B
checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 49153
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for fcntl.h... yes
checking for locale.h... yes
checking for sys/mman.h... yes
checking for sys/param.h... yes
checking for sys/processor.h... no
checking for sys/resource.h... yes
checking for sys/sysctl.h... yes
checking for sys/syssgi.h... no
checking for sys/systemcfg.h... no
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... yes
checking for preprocessor stringizing operator... yes
checking for working volatile... yes
checking whether <stdarg.h> exists and works... yes
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking for inline... yes
checking for main in -lm... yes
checking for working alloca.h... yes
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... IEEE little endian
checking for alarm... yes
checking for clock... yes
checking for clock_gettime... no
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for localeconv... yes
checking for memset... yes
checking for mmap... yes
checking for mprotect... yes
checking for obstack_vprintf... yes
checking for popen... yes
checking for processor_info... no
checking for read_real_time... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for syssgi... no
checking for strchr... yes
checking for strnlen... yes
checking for strtoul... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysctlbyname... no
checking for times... yes
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for mp_limb_t... yes
checking size of mp_limb_t... 8
checking for stack_t... yes
checking for readline in -lreadline... no
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
creating config.m4
configure: creating ./config.status
config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
config.status: creating demos/expr/expr-config.h
config.status: creating Makefile
config.status: creating mpbsd/Makefile
config.status: creating mpf/Makefile
config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
config.status: creating mpz/Makefile
config.status: creating printf/Makefile
config.status: creating scanf/Makefile
config.status: creating cxx/Makefile
config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
config.status: creating tests/mpbsd/Makefile
config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
config.status: creating tests/mpq/Makefile
config.status: creating tests/mpz/Makefile
config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/cxx/Makefile
config.status: creating mpfr/Makefile
config.status: creating mpfr/tests/Makefile
config.status: creating tune/Makefile
config.status: creating demos/Makefile
config.status: creating demos/calc/Makefile
config.status: creating demos/expr/Makefile
config.status: creating gmp.h
config.status: creating mp.h
config.status: creating config.h
config.status: linking ./mpn/generic/add.c to mpn/add.c
config.status: linking ./mpn/generic/add_1.c to mpn/add_1.c
config.status: linking ./mpn/generic/add_n.c to mpn/add_n.c
config.status: linking ./mpn/generic/sub.c to mpn/sub.c
config.status: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking ./mpn/generic/sub_n.c to mpn/sub_n.c
config.status: linking ./mpn/generic/mul_1.c to mpn/mul_1.c
config.status: linking ./mpn/generic/addmul_1.c to mpn/addmul_1.c
config.status: linking ./mpn/generic/submul_1.c to mpn/submul_1.c
config.status: linking ./mpn/generic/lshift.c to mpn/lshift.c
config.status: linking ./mpn/generic/rshift.c to mpn/rshift.c
config.status: linking ./mpn/generic/dive_1.c to mpn/dive_1.c
config.status: linking ./mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking ./mpn/generic/divis.c to mpn/divis.c
config.status: linking ./mpn/generic/divrem.c to mpn/divrem.c
config.status: linking ./mpn/generic/divrem_1.c to mpn/divrem_1.c
config.status: linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
config.status: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking ./mpn/generic/mod_1.c to mpn/mod_1.c
config.status: linking ./mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
config.status: linking ./mpn/generic/mode1o.c to mpn/mode1o.c
config.status: linking ./mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
config.status: linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status: linking ./mpn/generic/dump.c to mpn/dump.c
config.status: linking ./mpn/generic/mul.c to mpn/mul.c
config.status: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
config.status: linking ./mpn/generic/mul_basecase.c to mpn/mul_basecase.c
config.status: linking ./mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
config.status: linking ./mpn/generic/random.c to mpn/random.c
config.status: linking ./mpn/generic/random2.c to mpn/random2.c
config.status: linking ./mpn/generic/pow_1.c to mpn/pow_1.c
config.status: linking ./mpn/generic/rootrem.c to mpn/rootrem.c
config.status: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking ./mpn/generic/get_str.c to mpn/get_str.c
config.status: linking ./mpn/generic/set_str.c to mpn/set_str.c
config.status: linking ./mpn/generic/scan0.c to mpn/scan0.c
config.status: linking ./mpn/generic/scan1.c to mpn/scan1.c
config.status: linking ./mpn/generic/popcount.c to mpn/popcount.c
config.status: linking ./mpn/generic/hamdist.c to mpn/hamdist.c
config.status: linking ./mpn/generic/cmp.c to mpn/cmp.c
config.status: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status: linking ./mpn/generic/gcd.c to mpn/gcd.c
config.status: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
config.status: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
config.status: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking ./mpn/generic/gmp-mparam.h to gmp-mparam.h
tinah:/usr/local/gmp-4.1.2 # make
make  all-recursive
make[1]: Entering directory `/usr/local/gmp-4.1.2'
Making all in tests
make[2]: Entering directory `/usr/local/gmp-4.1.2/tests'
Making all in .
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests'
Making all in devel
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/devel'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/devel'
Making all in mpn
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/mpn'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/mpn'
Making all in mpz
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/mpz'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/mpz'
Making all in mpq
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/mpq'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/mpq'
Making all in mpf
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/mpf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/mpf'
Making all in rand
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/rand'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/rand'
Making all in misc
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/misc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/misc'
Making all in cxx
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/cxx'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/cxx'
Making all in mpbsd
make[3]: Entering directory `/usr/local/gmp-4.1.2/tests/mpbsd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/gmp-4.1.2/tests/mpbsd'
make[2]: Leaving directory `/usr/local/gmp-4.1.2/tests'
Making all in mpn
make[2]: Entering directory `/usr/local/gmp-4.1.2/mpn'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -g -O2 -c -o mp_bases.lo `test -f mp_bases.c || echo './'`mp_bases.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -g -O2 -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -g -O2 -c mp_bases.c -o mp_bases.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -g -O2 -c -o add.lo `test -f add.c || echo './'`add.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -g -O2 -c add.c -fPIC -DPIC -o .libs/add.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -g -O2 -c add.c -o add.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -g -O2 -c -o add_1.lo `test -f add_1.c || echo './'`add_1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -g -O2 -c add_1.c -fPIC -DPIC -o .libs/add_1.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -g -O2 -c add_1.c -o add_1.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -g -O2 -c -o add_n.lo `test -f add_n.c || echo './'`add_n.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -g -O2 -c add_n.c -fPIC -DPIC -o .libs/add_n.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -g -O2 -c add_n.c -o add_n.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -g -O2 -c -o sub.lo `test -f sub.c || echo './'`sub.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -g -O2 -c sub.c -fPIC -DPIC -o .libs/sub.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -g -O2 -c sub.c -o sub.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -g -O2 -c -o sub_1.lo `test -f sub_1.c || echo './'`sub_1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -g -O2 -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -g -O2 -c sub_1.c -o sub_1.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -g -O2 -c -o sub_n.lo `test -f sub_n.c || echo './'`sub_n.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -g -O2 -c sub_n.c -fPIC -DPIC -o .libs/sub_n.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -g -O2 -c sub_n.c -o sub_n.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -g -O2 -c -o mul_1.lo `test -f mul_1.c || echo './'`mul_1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -g -O2 -c mul_1.c -fPIC -DPIC -o .libs/mul_1.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -g -O2 -c mul_1.c -o mul_1.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -g -O2 -c -o addmul_1.lo `test -f addmul_1.c || echo './'`addmul_1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -g -O2 -c addmul_1.c -fPIC -DPIC -o .libs/addmul_1.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -g -O2 -c addmul_1.c -o addmul_1.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -g -O2 -c -o submul_1.lo `test -f submul_1.c || echo './'`submul_1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -g -O2 -c submul_1.c -fPIC -DPIC -o .libs/submul_1.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -g -O2 -c submul_1.c -o submul_1.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -g -O2 -c -o lshift.lo `test -f lshift.c || echo './'`lshift.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -g -O2 -c lshift.c -fPIC -DPIC -o .libs/lshift.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -g -O2 -c lshift.c -o lshift.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -g -O2 -c -o rshift.lo `test -f rshift.c || echo './'`rshift.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -g -O2 -c rshift.c -fPIC -DPIC -o .libs/rshift.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -g -O2 -c rshift.c -o rshift.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -g -O2 -c -o dive_1.lo `test -f dive_1.c || echo './'`dive_1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -g -O2 -c dive_1.c -fPIC -DPIC -o .libs/dive_1.o
/tmp/cc3QAIeX.s: Assembler messages:
/tmp/cc3QAIeX.s:39: Error: suffix or operands invalid for `bsf'
make[2]: *** [dive_1.lo] Error 1
make[2]: Leaving directory `/usr/local/gmp-4.1.2/mpn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/gmp-4.1.2'
make: *** [all] Error 2

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 = tinah
uname -m = x86_64
uname -r = 2.4.21-102-default
uname -s = Linux
uname -v = #1 Wed Sep 24 13:57:05 UTC 2003

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

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

PATH = /usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin

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

configure:1204: PATH=".;."; conftest.sh
./configure: line 1205: conftest.sh: command not found
configure:1207: $? = 127
configure:1282: checking build system type
configure:1300: result: x86_64-unknown-linux-gnu
configure:1307: checking host system type
configure:1321: result: x86_64-unknown-linux-gnu
configure:1347: checking for a BSD compatible install
configure:1396: result: /usr/bin/install -c
configure:1407: checking whether build environment is sane
configure:1450: result: yes
configure:1483: checking for mawk
configure:1509: result: no
configure:1483: checking for gawk
configure:1498: found /bin/gawk
configure:1506: result: gawk
configure:1516: checking whether make sets ${MAKE}
configure:1536: result: yes
configure:1627: checking whether to enable maintainer-specific portions of 
Makefiles
configure:1636: result: no
configure:1014: User:
ABI=
CC=
CFLAGS=(unset)
CPPFLAGS=(unset)
MPN_PATH=
configure:1020: GMP:
abilist=standard
cclist=gcc cc
configure:2789: gcc 2>&1 | grep xlc >/dev/null
configure:2792: $? = 1
configure:2823: checking compiler gcc -g -O2 
configure:2851: gcc -g -O2  conftest.c >&5
configure:2854: $? = 0
configure:2858: ./a.out || ./a.exe || ./conftest
configure:2861: $? = 0
configure:2870: result: yes
configure:3288: checking for gcc
configure:3311: result: gcc
configure:3539: checking for C compiler version
configure:3542: gcc --version </dev/null >&5
gcc (GCC) 3.3.1 (SuSE Linux)
Copyright (C) 2003 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:3545: $? = 0
configure:3547: gcc -v </dev/null >&5
Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib64 
--enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj 
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib64 
--with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 3.3.1 (SuSE Linux)
configure:3550: $? = 0
configure:3552: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3555: $? = 1
configure:3575: checking for C compiler default output
configure:3578: gcc -g -O2   conftest.c  >&5
configure:3581: $? = 0
configure:3610: result: a.out
configure:3615: checking whether the C compiler works
configure:3621: ./a.out
configure:3624: $? = 0
configure:3639: result: yes
configure:3646: checking whether we are cross compiling
configure:3648: result: no
configure:3651: checking for executable suffix
configure:3653: gcc -o conftest -g -O2   conftest.c  >&5
configure:3656: $? = 0
configure:3678: result: 
configure:3684: checking for object suffix
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3705: $? = 0
configure:3724: result: o
configure:3728: checking whether we are using the GNU C compiler
configure:3749: gcc -c -g -O2  conftest.c >&5
configure:3752: $? = 0
configure:3755: test -s conftest.o
configure:3758: $? = 0
configure:3770: result: yes
configure:3776: checking whether gcc accepts -g
configure:3794: gcc -c -g  conftest.c >&5
configure:3797: $? = 0
configure:3800: test -s conftest.o
configure:3803: $? = 0
configure:3813: result: yes
configure:3840: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3843: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3949: checking for style of include used by make
configure:3976: result: GNU
configure:3982: checking dependency style of gcc
configure:4044: result: none
configure:4048: checking for gcc option to accept ANSI C
configure:4105: gcc  -c -g -O2  conftest.c >&5
configure:4108: $? = 0
configure:4111: test -s conftest.o
configure:4114: $? = 0
configure:4131: result: none needed
configure:4144: checking how to run the C preprocessor
configure:4170: gcc -E  conftest.c
configure:4176: $? = 0
configure:4203: gcc -E  conftest.c
configure:4200:28: ac_nonexistent.h: No such file or directory
configure:4209: $? = 1
configure: failed program was:
#line 4199 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4246: result: gcc -E
configure:4261: gcc -E  conftest.c
configure:4267: $? = 0
configure:4294: gcc -E  conftest.c
configure:4291:28: ac_nonexistent.h: No such file or directory
configure:4300: $? = 1
configure: failed program was:
#line 4290 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4366: gcc -c -g -O2  conftest.c >&5
configure:4369: $? = 0
configure:4372: test -s conftest.o
configure:4375: $? = 0
configure:1413: Decided:
ABI=standard
CC=gcc
CFLAGS=-g -O2
CPPFLAGS=
GMP_LDFLAGS=
CXX=
CXXFLAGS=
path=  generic
configure:5093: checking for gcc option to accept ANSI C
configure:5153: gcc  -c -g -O2  conftest.c >&5
configure:5156: $? = 0
configure:5159: test -s conftest.o
configure:5162: $? = 0
configure:5176: result: none needed
configure:5187: checking for function prototypes
configure:5190: result: yes
configure:5204: checking for ANSI C header files
configure:5218: gcc -E  conftest.c
configure:5224: $? = 0
configure:5311: gcc -o conftest -g -O2   conftest.c  >&5
configure:5314: $? = 0
configure:5316: ./conftest
configure:5319: $? = 0
configure:5332: result: yes
configure:5345: checking for string.h
configure:5355: gcc -E  conftest.c
configure:5361: $? = 0
configure:5380: result: yes
configure:5429: checking for ar
configure:5444: found /usr/bin/ar
configure:5453: result: ar
configure:5481: checking for BSD-compatible nm
configure:5516: result: /usr/bin/nm -B
configure:5832: checking for ld used by GCC
configure:5896: result: /usr/x86_64-suse-linux/bin/ld
configure:5905: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
GNU ld version 2.14.90.0.5 20030722 (SuSE Linux)
configure:5917: result: yes
configure:5921: checking for /usr/x86_64-suse-linux/bin/ld option to reload 
object files
configure:5928: result: -r
configure:5937: checking whether ln -s works
configure:5941: result: yes
configure:5948: checking how to recognise dependant libraries
configure:6135: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )
configure:6586: checking for dlfcn.h
configure:6596: gcc -E  conftest.c
configure:6602: $? = 0
configure:6621: result: yes
configure:6634: checking the maximum length of command line arguments
configure:6683: result: 49153
configure:6691: checking command to parse /usr/bin/nm -B output from gcc object
configure:6776: gcc -c -g -O2  conftest.c >&5
configure:6779: $? = 0
configure:6783: /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:6786: $? = 0
configure:6838: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6841: $? = 0
configure:6879: result: ok
configure:6883: checking for objdir
configure:6898: result: .libs
configure:6981: checking for ranlib
configure:6996: found /usr/bin/ranlib
configure:7005: result: ranlib
configure:7055: checking for strip
configure:7070: found /usr/bin/strip
configure:7079: result: strip
configure:7131: checking for file
configure:7184: result: /usr/bin/file
configure:7335: checking if gcc static flag  works
configure:7358: result: yes
configure:7372: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:7397: result: no
configure:7412: checking for gcc option to produce PIC
configure:7565: result: -fPIC
configure:7572: checking if gcc PIC flag -fPIC works
configure:7597: result: yes
configure:7621: checking if gcc supports -c -o file.o
configure:7662: result: yes
configure:7687: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld) 
supports shared libraries
configure:8471: result: yes
configure:8493: checking whether -lc should be explicitly linked in
configure:8498: gcc -c -g -O2  conftest.c >&5
configure:8501: $? = 0
configure:8515: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8518: $? = 0
configure:8530: result: no
configure:8536: checking how to hardcode library paths into programs
configure:8560: result: immediate
configure:8574: checking whether stripping libraries is possible
configure:8579: result: yes
configure:8586: checking dynamic linker characteristics
configure:9025: result: GNU/Linux ld.so
configure:9622: checking if libtool supports shared libraries
configure:9624: result: yes
configure:9627: checking whether to build shared libraries
configure:9648: result: yes
configure:9651: checking whether to build static libraries
configure:9655: result: yes
configure:9735: creating libtool
configure:16416: checking for ANSI C header files
configure:16544: result: yes
configure:16554: checking whether time.h and sys/time.h may both be included
configure:16576: gcc -c -g -O2  conftest.c >&5
configure:16579: $? = 0
configure:16582: test -s conftest.o
configure:16585: $? = 0
configure:16595: result: yes
configure:16621: checking for fcntl.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16621: checking for locale.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16621: checking for sys/mman.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16621: checking for sys/param.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16621: checking for sys/processor.h
configure:16631: gcc -E  conftest.c
configure:16628:27: sys/processor.h: No such file or directory
configure:16637: $? = 1
configure: failed program was:
#line 16627 "configure"
#include "confdefs.h"
#include <sys/processor.h>
configure:16656: result: no
configure:16621: checking for sys/resource.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16621: checking for sys/sysctl.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16621: checking for sys/syssgi.h
configure:16631: gcc -E  conftest.c
configure:16628:24: sys/syssgi.h: No such file or directory
configure:16637: $? = 1
configure: failed program was:
#line 16627 "configure"
#include "confdefs.h"
#include <sys/syssgi.h>
configure:16656: result: no
configure:16621: checking for sys/systemcfg.h
configure:16631: gcc -E  conftest.c
configure:16628:27: sys/systemcfg.h: No such file or directory
configure:16637: $? = 1
configure: failed program was:
#line 16627 "configure"
#include "confdefs.h"
#include <sys/systemcfg.h>
configure:16656: result: no
configure:16621: checking for sys/time.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16621: checking for sys/times.h
configure:16631: gcc -E  conftest.c
configure:16637: $? = 0
configure:16656: result: yes
configure:16673: checking for sys/types.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16673: checking for sys/stat.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16673: checking for stdlib.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16673: checking for string.h
configure:16704: result: yes
configure:16673: checking for memory.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16673: checking for strings.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16673: checking for inttypes.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16673: checking for stdint.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16673: checking for unistd.h
configure:16685: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16691: test -s conftest.o
configure:16694: $? = 0
configure:16704: result: yes
configure:16714: checking whether fgetc is declared
configure:16735: gcc -c -g -O2  conftest.c >&5
configure:16738: $? = 0
configure:16741: test -s conftest.o
configure:16744: $? = 0
configure:16754: result: yes
configure:16768: checking whether fscanf is declared
configure:16789: gcc -c -g -O2  conftest.c >&5
configure:16792: $? = 0
configure:16795: test -s conftest.o
configure:16798: $? = 0
configure:16808: result: yes
configure:16822: checking whether optarg is declared
configure:16843: gcc -c -g -O2  conftest.c >&5
configure:16846: $? = 0
configure:16849: test -s conftest.o
configure:16852: $? = 0
configure:16862: result: yes
configure:16876: checking whether ungetc is declared
configure:16897: gcc -c -g -O2  conftest.c >&5
configure:16900: $? = 0
configure:16903: test -s conftest.o
configure:16906: $? = 0
configure:16916: result: yes
configure:16930: checking whether vfprintf is declared
configure:16951: gcc -c -g -O2  conftest.c >&5
configure:16954: $? = 0
configure:16957: test -s conftest.o
configure:16960: $? = 0
configure:16970: result: yes
configure:16985: checking return type of signal handlers
configure:17013: gcc -c -g -O2  conftest.c >&5
configure:17016: $? = 0
configure:17019: test -s conftest.o
configure:17022: $? = 0
configure:17032: result: void
configure:17040: checking for intmax_t
configure:17061: gcc -c -g -O2  conftest.c >&5
configure:17064: $? = 0
configure:17067: test -s conftest.o
configure:17070: $? = 0
configure:17080: result: yes
configure:17089: checking for long double
configure:17110: gcc -c -g -O2  conftest.c >&5
configure:17113: $? = 0
configure:17116: test -s conftest.o
configure:17119: $? = 0
configure:17129: result: yes
configure:17138: checking for long long
configure:17159: gcc -c -g -O2  conftest.c >&5
configure:17162: $? = 0
configure:17165: test -s conftest.o
configure:17168: $? = 0
configure:17178: result: yes
configure:17187: checking for ptrdiff_t
configure:17208: gcc -c -g -O2  conftest.c >&5
configure:17211: $? = 0
configure:17214: test -s conftest.o
configure:17217: $? = 0
configure:17227: result: yes
configure:17236: checking for quad_t
configure:17257: gcc -c -g -O2  conftest.c >&5
configure:17260: $? = 0
configure:17263: test -s conftest.o
configure:17266: $? = 0
configure:17276: result: yes
configure:17286: checking for preprocessor stringizing operator
configure:17307: result: yes
configure:17317: checking for working volatile
configure:17337: gcc -c -g -O2  conftest.c >&5
configure:17340: $? = 0
configure:17343: test -s conftest.o
configure:17346: $? = 0
configure:17356: result: yes
configure:17366: checking whether <stdarg.h> exists and works
configure:17393: gcc -c -g -O2  conftest.c >&5
configure:17396: $? = 0
configure:17399: test -s conftest.o
configure:17402: $? = 0
configure:17413: result: yes
configure:17423: checking whether gcc __attribute__ ((const)) works
configure:17441: gcc -c -g -O2  conftest.c >&5
configure:17444: $? = 0
configure:17447: test -s conftest.o
configure:17450: $? = 0
configure:17461: result: yes
configure:17471: checking whether gcc __attribute__ ((malloc)) works
configure:17480: gcc -g -O2  -c conftest.c >conftest.out 2>&1
configure:17483: $? = 0
configure:17497: result: yes
configure:17507: checking whether gcc __attribute__ ((mode (XX))) works
configure:17525: gcc -c -g -O2  conftest.c >&5
configure:17528: $? = 0
configure:17531: test -s conftest.o
configure:17534: $? = 0
configure:17545: result: yes
configure:17555: checking whether gcc __attribute__ ((noreturn)) works
configure:17573: gcc -c -g -O2  conftest.c >&5
configure:17576: $? = 0
configure:17579: test -s conftest.o
configure:17582: $? = 0
configure:17593: result: yes
configure:17603: checking for inline
configure:17627: gcc -c -g -O2  conftest.c >&5
configure:17630: $? = 0
configure:17633: test -s conftest.o
configure:17636: $? = 0
configure:17651: result: yes
configure:17693: gcc -c -g -O2  conftest.c >&5
configure:17696: $? = 0
configure:17699: test -s conftest.o
configure:17702: $? = 0
configure:17827: checking for main in -lm
configure:17847: gcc -o conftest -g -O2   conftest.c -lm   >&5
configure:17850: $? = 0
configure:17853: test -s conftest
configure:17856: $? = 0
configure:17867: result: yes
configure:17878: checking for working alloca.h
configure:17896: gcc -o conftest -g -O2   conftest.c  >&5
configure:17899: $? = 0
configure:17902: test -s conftest
configure:17905: $? = 0
configure:17915: result: yes
configure:17925: checking for alloca (via gmp-impl.h)
configure:17951: gcc -o conftest -g -O2   conftest.c  >&5
configure:17954: $? = 0
configure:17957: test -s conftest
configure:17960: $? = 0
configure:17970: result: yes
configure:17980: checking how to allocate temporary memory
configure:18004: result: alloca
configure:18075: gcc -c -g -O2  conftest.c >&5
configure:18078: $? = 0
configure:18081: test -s conftest.o
configure:18084: $? = 0
configure:18133: gcc -c -g -O2  conftest.c >&5
configure:18136: $? = 0
configure:18139: test -s conftest.o
configure:18142: $? = 0
configure:18168: checking whether byte ordering is bigendian
configure:18193: gcc -c -g -O2  conftest.c >&5
configure:18196: $? = 0
configure:18199: test -s conftest.o
configure:18202: $? = 0
configure:18223: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:18214: error: `not' undeclared (first use in this function)
configure:18214: error: (Each undeclared identifier is reported only once
configure:18214: error: for each function it appears in.)
configure:18214: error: parse error before "big"
configure:18226: $? = 1
configure: failed program was:
#line 18206 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

  ;
  return 0;
}
configure:18290: result: no
configure:18317: checking format of `double' floating point
configure:18335: gcc -g -O2  -c conftest.c >&5 2>&1
configure:18338: $? = 0
configure:18479: result: IEEE little endian
configure:18557: checking for alarm
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for clock
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for clock_gettime
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccCII7Pa.o(.text+0x9): In function `main':
/usr/local/gmp-4.1.2/configure:18585: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:18597: $? = 1
configure: failed program was:
#line 18563 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char clock_gettime (); 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 clock_gettime ();
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_clock_gettime) || defined (__stub___clock_gettime)
choke me
#else
f = clock_gettime;
#endif

  ;
  return 0;
}
configure:18613: result: no
configure:18557: checking for cputime
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccqAY92j.o(.text+0x9): In function `main':
/usr/local/gmp-4.1.2/configure:18585: undefined reference to `cputime'
collect2: ld returned 1 exit status
configure:18597: $? = 1
configure: failed program was:
#line 18563 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char cputime (); 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 cputime ();
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_cputime) || defined (__stub___cputime)
choke me
#else
f = cputime;
#endif

  ;
  return 0;
}
configure:18613: result: no
configure:18557: checking for getpagesize
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for getrusage
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for gettimeofday
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for localeconv
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for memset
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18573: warning: conflicting types for built-in function `memset'
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for mmap
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for mprotect
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for obstack_vprintf
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for popen
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for processor_info
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccuZQMOC.o(.text+0x9): In function `main':
/usr/local/gmp-4.1.2/configure:18585: undefined reference to `processor_info'
collect2: ld returned 1 exit status
configure:18597: $? = 1
configure: failed program was:
#line 18563 "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:18613: result: no
configure:18557: checking for read_real_time
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccsyINZL.o(.text+0x9): In function `main':
/usr/local/gmp-4.1.2/configure:18585: undefined reference to `read_real_time'
collect2: ld returned 1 exit status
configure:18597: $? = 1
configure: failed program was:
#line 18563 "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:18613: result: no
configure:18557: checking for sigaction
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for sigaltstack
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for sigstack
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cceZgfvf.o(.text+0x9): In function `main':
/usr/local/gmp-4.1.2/configure:18585: the `sigstack' function is dangerous.  
`sigaltstack' should be used instead.
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for syssgi
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccs8raDp.o(.text+0x9): In function `main':
/usr/local/gmp-4.1.2/configure:18585: undefined reference to `syssgi'
collect2: ld returned 1 exit status
configure:18597: $? = 1
configure: failed program was:
#line 18563 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char syssgi (); 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 syssgi ();
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_syssgi) || defined (__stub___syssgi)
choke me
#else
f = syssgi;
#endif

  ;
  return 0;
}
configure:18613: result: no
configure:18557: checking for strchr
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18573: warning: conflicting types for built-in function `strchr'
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for strnlen
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for strtoul
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for sysconf
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for sysctl
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18557: checking for sysctlbyname
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccgSVYyp.o(.text+0x9): In function `main':
/usr/local/gmp-4.1.2/configure:18585: undefined reference to `sysctlbyname'
collect2: ld returned 1 exit status
configure:18597: $? = 1
configure: failed program was:
#line 18563 "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:18613: result: no
configure:18557: checking for times
configure:18594: gcc -o conftest -g -O2   conftest.c  >&5
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18613: result: yes
configure:18626: checking for vsnprintf
configure:18663: gcc -o conftest -g -O2   conftest.c  >&5
configure:18642: warning: conflicting types for built-in function `vsnprintf'
configure:18666: $? = 0
configure:18669: test -s conftest
configure:18672: $? = 0
configure:18682: result: yes
configure:18693: checking whether vsnprintf works
configure:18757: gcc -o conftest -g -O2   conftest.c  >&5
configure:18760: $? = 0
configure:18762: ./conftest
configure:18765: $? = 0
configure:18757: gcc -o conftest -g -O2   conftest.c  >&5
configure:18760: $? = 0
configure:18762: ./conftest
configure:18765: $? = 0
configure:18779: result: yes
configure:18801: checking whether sscanf needs writable input
configure:18813: result: no
configure:20030: checking for mp_limb_t
configure:20058: gcc -c -g -O2  conftest.c >&5
configure:20061: $? = 0
configure:20064: test -s conftest.o
configure:20067: $? = 0
configure:20077: result: yes
configure:20080: checking size of mp_limb_t
configure:20279: gcc -o conftest -g -O2   conftest.c  >&5
configure:20282: $? = 0
configure:20284: ./conftest
configure:20287: $? = 0
configure:20303: result: 8
configure:21181: checking for stack_t
configure:21203: gcc -c -g -O2  conftest.c >&5
configure:21206: $? = 0
configure:21209: test -s conftest.o
configure:21212: $? = 0
configure:21222: result: yes
configure:21245: checking for readline in -lreadline
configure:21272: gcc -o conftest -g -O2   conftest.c -lreadline   >&5
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../../../x86_64-suse-linux/bin/ld:
 cannot find -lreadline
collect2: ld returned 1 exit status
configure:21275: $? = 1
configure: failed program was:
#line 21253 "configure"
#include "confdefs.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 readline ();
int
main ()
{
readline ();
  ;
  return 0;
}
configure:21292: result: no
configure:21311: checking for bison
configure:21337: result: no
configure:21311: checking for byacc
configure:21337: result: no
configure:21349: checking for flex
configure:21375: result: no
configure:21349: checking for lex
configure:21375: result: no
configure:21385: checking for yywrap in -lfl
configure:21412: gcc -o conftest -g -O2   conftest.c -lfl   >&5
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../../../x86_64-suse-linux/bin/ld:
 cannot find -lfl
collect2: ld returned 1 exit status
configure:21415: $? = 1
configure: failed program was:
#line 21393 "configure"
#include "confdefs.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 yywrap ();
int
main ()
{
yywrap ();
  ;
  return 0;
}
configure:21432: result: no
configure:21437: checking for yywrap in -ll
configure:21464: gcc -o conftest -g -O2   conftest.c -ll   >&5
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../../../x86_64-suse-linux/bin/ld:
 cannot find -ll
collect2: ld returned 1 exit status
configure:21467: $? = 1
configure: failed program was:
#line 21445 "configure"
#include "confdefs.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 yywrap ();
int
main ()
{
yywrap ();
  ;
  return 0;
}
configure:21484: result: no
configure:21695: 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 tinah

config.status:22279: creating demos/pexpr-config.h
config.status:22279: creating demos/calc/calc-config.h
config.status:22279: creating demos/expr/expr-config.h
config.status:22279: creating Makefile
config.status:22279: creating mpbsd/Makefile
config.status:22279: creating mpf/Makefile
config.status:22279: creating mpn/Makefile
config.status:22279: creating mpq/Makefile
config.status:22279: creating mpz/Makefile
config.status:22279: creating printf/Makefile
config.status:22279: creating scanf/Makefile
config.status:22279: creating cxx/Makefile
config.status:22279: creating tests/Makefile
config.status:22279: creating tests/devel/Makefile
config.status:22279: creating tests/mpbsd/Makefile
config.status:22279: creating tests/mpf/Makefile
config.status:22279: creating tests/mpn/Makefile
config.status:22279: creating tests/mpq/Makefile
config.status:22279: creating tests/mpz/Makefile
config.status:22279: creating tests/rand/Makefile
config.status:22279: creating tests/misc/Makefile
config.status:22279: creating tests/cxx/Makefile
config.status:22279: creating mpfr/Makefile
config.status:22279: creating mpfr/tests/Makefile
config.status:22279: creating tune/Makefile
config.status:22279: creating demos/Makefile
config.status:22279: creating demos/calc/Makefile
config.status:22279: creating demos/expr/Makefile
config.status:22279: creating gmp.h
config.status:22279: creating mp.h
config.status:22371: creating config.h
config.status:22569: linking ./mpn/generic/add.c to mpn/add.c
config.status:22569: linking ./mpn/generic/add_1.c to mpn/add_1.c
config.status:22569: linking ./mpn/generic/add_n.c to mpn/add_n.c
config.status:22569: linking ./mpn/generic/sub.c to mpn/sub.c
config.status:22569: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
config.status:22569: linking ./mpn/generic/sub_n.c to mpn/sub_n.c
config.status:22569: linking ./mpn/generic/mul_1.c to mpn/mul_1.c
config.status:22569: linking ./mpn/generic/addmul_1.c to mpn/addmul_1.c
config.status:22569: linking ./mpn/generic/submul_1.c to mpn/submul_1.c
config.status:22569: linking ./mpn/generic/lshift.c to mpn/lshift.c
config.status:22569: linking ./mpn/generic/rshift.c to mpn/rshift.c
config.status:22569: linking ./mpn/generic/dive_1.c to mpn/dive_1.c
config.status:22569: linking ./mpn/generic/diveby3.c to mpn/diveby3.c
config.status:22569: linking ./mpn/generic/divis.c to mpn/divis.c
config.status:22569: linking ./mpn/generic/divrem.c to mpn/divrem.c
config.status:22569: linking ./mpn/generic/divrem_1.c to mpn/divrem_1.c
config.status:22569: linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
config.status:22569: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status:22569: linking ./mpn/generic/mod_1.c to mpn/mod_1.c
config.status:22569: linking ./mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
config.status:22569: linking ./mpn/generic/mode1o.c to mpn/mode1o.c
config.status:22569: linking ./mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
config.status:22569: linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status:22569: linking ./mpn/generic/dump.c to mpn/dump.c
config.status:22569: linking ./mpn/generic/mul.c to mpn/mul.c
config.status:22569: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status:22569: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
config.status:22569: linking ./mpn/generic/mul_basecase.c to mpn/mul_basecase.c
config.status:22569: linking ./mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
config.status:22569: linking ./mpn/generic/random.c to mpn/random.c
config.status:22569: linking ./mpn/generic/random2.c to mpn/random2.c
config.status:22569: linking ./mpn/generic/pow_1.c to mpn/pow_1.c
config.status:22569: linking ./mpn/generic/rootrem.c to mpn/rootrem.c
config.status:22569: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status:22569: linking ./mpn/generic/get_str.c to mpn/get_str.c
config.status:22569: linking ./mpn/generic/set_str.c to mpn/set_str.c
config.status:22569: linking ./mpn/generic/scan0.c to mpn/scan0.c
config.status:22569: linking ./mpn/generic/scan1.c to mpn/scan1.c
config.status:22569: linking ./mpn/generic/popcount.c to mpn/popcount.c
config.status:22569: linking ./mpn/generic/hamdist.c to mpn/hamdist.c
config.status:22569: linking ./mpn/generic/cmp.c to mpn/cmp.c
config.status:22569: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status:22569: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status:22569: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status:22569: linking ./mpn/generic/gcd.c to mpn/gcd.c
config.status:22569: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
config.status:22569: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status:22569: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
config.status:22569: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
config.status:22569: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
config.status:22569: linking ./mpn/generic/gmp-mparam.h to gmp-mparam.h

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_stringize=yes
ac_cv_c_volatile=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_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_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_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigstack=yes
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_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_ungetc=yes
ac_cv_have_decl_vfprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_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_syssgi_h=no
ac_cv_header_sys_systemcfg_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_fl_yywrap=no
ac_cv_lib_l_yywrap=no
ac_cv_lib_m_main=yes
ac_cv_lib_readline_readline=no
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_sizeof_mp_limb_t=8
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
am_cv_CC_dependencies_compiler_type=none
am_cv_prog_cc_stdc=
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_inline=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_header_alloca=yes
gmp_cv_option_alloca=alloca
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-*.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/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=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_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/^.*[  
]\\([ABCDGISTW][ABCDGISTW]*\\)[         ][      
]*\\(\\)\\([_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_x86_64 1
#define PACKAGE "gmp"
#define VERSION "4.1.2"
#define WANT_FFT 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_FCNTL_H 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_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_OBSTACK_VPRINTF 1
#define HAVE_POPEN 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGSTACK 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 GMP_MPARAM_H_SUGGEST "./mpn/generic/gmp-mparam.h"
#define SIZEOF_MP_LIMB_T 8
#define BYTES_PER_MP_LIMB 8
#define BITS_PER_ULONG BITS_PER_MP_LIMB
#define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
#define HAVE_STACK_T 1


configure: exit 0

reply via email to

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