Unable to use gmp-4.2.1 on OS X

Wade Williams wade at dogwatchsw.com
Tue May 30 16:24:21 CEST 2006


I am unable to use gmp-4.2.1 on OS X, 10.4.6.  I have XCode 2.3  
installed.  Previous versions worked fine.

I am attempting to build as a shared library, since my application  
will one day not be free and I wish to be in compliance with the LPGL  
license.

However, when running
./configure --disable-static --enable-shared

I get the following output:

> checking whether the gcc linker (/usr/bin/ld) supports shared  
> libraries... no
> checking dynamic linker characteristics... darwin8.6.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... no
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes

and no shared library is built.

The "known build problems" says:

MacOS X (`*-*-darwin*')
Libtool currently only knows how to create shared libraries on MacOS  
X using the native cc (which is a modified GCC), not a plain GCC. A  
static-only build should work though (`--disable-shared').


I believe what that is saying is that OS X  can only build shared  
libraries using the gcc installed by the developer tools and not if  
you tried to install a stock gcc.  The only gcc installed on my  
system is from the official Apple developer tools.

The note also indicates that a static library should work.  For  
testing purposes, I attempted to build and utilize one with ./ 
configure --disable-shared.  However, when attempting to link my  
application, I get:

> /usr/bin/ld: truncated or malformed archive: ../../sdk/mac/ 
> gmp/.libs/libgmp.a (ranlib structures in table of contents extends  
> past the end of the table of contents, can't load from it)
> collect2: ld returned 1 exit status
>

I am happy to work with anyone to debug this issue, including  
interactively via AIM.  My AIM address is wadesworld at mac.com.

Below is the additional requested information:

anagram:~/Development/sickware/sdk/mac/gmp wade$ gcc -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5341.obj~1/src/configure -- 
disable-checking -enable-werror --prefix=/usr --mandir=/share/man -- 
enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg] 
[^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with- 
slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple- 
darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5341)


anagram:~/Development/sickware/sdk/mac/gmp wade$ uname -a
Darwin anagram.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar  7  
16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power  
Macintosh powerpc


anagram:~/Development/sickware/sdk/mac/gmp wade$ ./config.guess
powerpc970-apple-darwin8.6.0


anagram:~/Development/sickware/sdk/mac/gmp wade$ ./configfsf.guess
powerpc-apple-darwin8.6.0


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

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

   $ ./configure --disable-static --enable-shared

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

hostname = anagram.local
uname -m = Power Macintosh
uname -r = 8.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.6.0: Tue Mar  7 16:58:48 PST 2006;  
root:xnu-792.6.70.obj~1/RELEASE_PPC

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
	 Darwin Kernel Version 8.6.0: Tue Mar  7 16:58:48 PST 2006;  
root:xnu-792.6.70.obj~1/RELEASE_PPC
Kernel configured for up to 2 processors.
2 processors are physically available.
Processor type: ppc970 (PowerPC 970)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 73 tasks, 228 threads, 2 processors
Load average: 0.68, Mach factor: 1.31
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sw/bin
PATH: /sw/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin


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

configure:1658: checking build system type
configure:1676: result: powerpc970-apple-darwin8.6.0
configure:1684: checking host system type
configure:1698: result: powerpc970-apple-darwin8.6.0
configure:1721: checking for a BSD-compatible install
configure:1776: result: /usr/bin/install -c
configure:1787: checking whether build environment is sane
configure:1830: result: yes
configure:1887: checking for gawk
configure:1916: result: no
configure:1887: checking for mawk
configure:1916: result: no
configure:1887: checking for nawk
configure:1916: result: no
configure:1887: checking for awk
configure:1903: found /usr/bin/awk
configure:1913: result: awk
configure:1923: checking whether make sets $(MAKE)
configure:1943: result: yes
configure:2109: checking whether to enable maintainer-specific  
portions of Makefiles
configure:2118: result: no
User:
ABI=
CC=
CFLAGS=(unset)
CPPFLAGS=(unset)
MPN_PATH=
GMP:
abilist=mode64 mode32 32
cclist=gcc cc
configure:3776: gcc 2>&1 | grep xlc >/dev/null
configure:3779: $? = 1
configure:3833: checking compiler gcc -m64
Test compile:
configure:3847: gcc -m64  conftest.c >&5
configure:3850: $? = 0
configure:3855: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:3858: $? = 0
Test compile: function pointer return
configure:3901: gcc -m64  conftest.c >&5
configure:3904: $? = 0
configure:3909: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:3912: $? = 0
Test compile: cmov instruction
configure:3957: gcc -m64  conftest.c >&5
configure:3960: $? = 0
configure:3965: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:3968: $? = 0
Test compile: double -> ulong conversion
configure:4014: gcc -m64  conftest.c >&5
configure:4017: $? = 0
configure:4022: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4025: $? = 0
Test compile: double negation
configure:4069: gcc -m64  conftest.c >&5
configure:4072: $? = 0
configure:4077: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4080: $? = 0
Test compile: double -> float conversion
configure:4125: gcc -m64  conftest.c >&5
configure:4128: $? = 0
configure:4133: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4136: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:4209: gcc -m64  conftest.c >&5
conftest.c: In function 'param_init':
conftest.c:18: warning: incompatible implicit declaration of built-in  
function 'memcpy'
configure:4212: $? = 0
configure:4217: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4220: $? = 0
Test compile: __builtin_alloca availability
configure:4260: gcc -m64  conftest.c >&5
can't resolve symbols:
   _main, referenced from:
       __start in crt1.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:4263: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:4384: gcc -m64  conftest.c >&5
configure:4387: $? = 0
configure:4392: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4395: $? = 0
Test compile: long long reliability test 1
configure:4448: gcc -m64  conftest.c >&5
configure:4451: $? = 0
configure:4456: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4459: $? = 0
Test compile: long long reliability test 2
configure:4508: gcc -m64  conftest.c >&5
configure:4511: $? = 0
configure:4516: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4519: $? = 0
Test compile: mpn_lshift_com optimization
configure:4599: gcc -m64  conftest.c >&5
configure:4602: $? = 0
configure:4607: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4610: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:4699: gcc -m64  conftest.c >&5
configure:4702: $? = 0
configure:4707: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:4710: $? = 0
configure:4856: result: yes
configure: testlist sizeof-long-8
configure:5031: checking compiler gcc -m64 has sizeof(long)==8
configure:5044: gcc -m64 -c conftest.c >&5
configure:5047: $? = 0
configure:5052: result: yes
configure:5325: checking compiler gcc -m64  -mcpu=970
Test compile:
configure:5339: gcc -m64  -mcpu=970 conftest.c >&5
configure:5342: $? = 0
configure:5347: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5350: $? = 0
Test compile: function pointer return
configure:5393: gcc -m64  -mcpu=970 conftest.c >&5
configure:5396: $? = 0
configure:5401: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5404: $? = 0
Test compile: cmov instruction
configure:5449: gcc -m64  -mcpu=970 conftest.c >&5
configure:5452: $? = 0
configure:5457: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5460: $? = 0
Test compile: double -> ulong conversion
configure:5506: gcc -m64  -mcpu=970 conftest.c >&5
configure:5509: $? = 0
configure:5514: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5517: $? = 0
Test compile: double negation
configure:5561: gcc -m64  -mcpu=970 conftest.c >&5
configure:5564: $? = 0
configure:5569: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5572: $? = 0
Test compile: double -> float conversion
configure:5617: gcc -m64  -mcpu=970 conftest.c >&5
configure:5620: $? = 0
configure:5625: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5628: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5701: gcc -m64  -mcpu=970 conftest.c >&5
conftest.c: In function 'param_init':
conftest.c:18: warning: incompatible implicit declaration of built-in  
function 'memcpy'
configure:5704: $? = 0
configure:5709: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5712: $? = 0
Test compile: __builtin_alloca availability
configure:5752: gcc -m64  -mcpu=970 conftest.c >&5
can't resolve symbols:
   _main, referenced from:
       __start in crt1.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:5755: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:5876: gcc -m64  -mcpu=970 conftest.c >&5
configure:5879: $? = 0
configure:5884: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5887: $? = 0
Test compile: long long reliability test 1
configure:5940: gcc -m64  -mcpu=970 conftest.c >&5
configure:5943: $? = 0
configure:5948: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5951: $? = 0
Test compile: long long reliability test 2
configure:6000: gcc -m64  -mcpu=970 conftest.c >&5
configure:6003: $? = 0
configure:6008: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:6011: $? = 0
Test compile: mpn_lshift_com optimization
configure:6091: gcc -m64  -mcpu=970 conftest.c >&5
configure:6094: $? = 0
configure:6099: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:6102: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6191: gcc -m64  -mcpu=970 conftest.c >&5
configure:6194: $? = 0
configure:6199: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:6202: $? = 0
configure:6348: result: yes
configure:5325: checking compiler gcc -m64 -mcpu=970  -O3
Test compile:
configure:5339: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5342: $? = 0
configure:5347: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5350: $? = 0
Test compile: function pointer return
configure:5393: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5396: $? = 0
configure:5401: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5404: $? = 0
Test compile: cmov instruction
configure:5449: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5452: $? = 0
configure:5457: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5460: $? = 0
Test compile: double -> ulong conversion
configure:5506: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5509: $? = 0
configure:5514: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5517: $? = 0
Test compile: double negation
configure:5561: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5564: $? = 0
configure:5569: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5572: $? = 0
Test compile: double -> float conversion
configure:5617: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5620: $? = 0
configure:5625: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5628: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5701: gcc -m64 -mcpu=970  -O3 conftest.c >&5
conftest.c: In function 'param_init':
conftest.c:18: warning: incompatible implicit declaration of built-in  
function 'memcpy'
configure:5704: $? = 0
configure:5709: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5712: $? = 0
Test compile: __builtin_alloca availability
configure:5752: gcc -m64 -mcpu=970  -O3 conftest.c >&5
can't resolve symbols:
   _main, referenced from:
       __start in crt1.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:5755: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:5876: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5879: $? = 0
configure:5884: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5887: $? = 0
Test compile: long long reliability test 1
configure:5940: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:5943: $? = 0
configure:5948: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:5951: $? = 0
Test compile: long long reliability test 2
configure:6000: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:6003: $? = 0
configure:6008: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:6011: $? = 0
Test compile: mpn_lshift_com optimization
configure:6091: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:6094: $? = 0
configure:6099: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:6102: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6191: gcc -m64 -mcpu=970  -O3 conftest.c >&5
configure:6194: $? = 0
configure:6199: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./ 
conftest
configure:6202: $? = 0
configure:6348: result: yes
configure:6497: checking for gcc
configure:6523: result: gcc
configure:6767: checking for C compiler version
configure:6770: gcc --version </dev/null >&5
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc.  
build 5341)
Copyright (C) 2005 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:6773: $? = 0
configure:6775: gcc -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5341.obj~1/src/configure -- 
disable-checking -enable-werror --prefix=/usr --mandir=/share/man -- 
enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg] 
[^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with- 
slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple- 
darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5341)
configure:6778: $? = 0
configure:6780: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:6783: $? = 1
configure:6806: checking for C compiler default output file name
configure:6809: gcc -m64 -mcpu=970 -O3   conftest.c  >&5
configure:6812: $? = 0
configure:6858: result: a.out
configure:6863: checking whether the C compiler works
configure:6869: ./a.out
configure:6872: $? = 0
configure:6889: result: yes
configure:6896: checking whether we are cross compiling
configure:6898: result: no
configure:6901: checking for suffix of executables
configure:6903: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:6906: $? = 0
configure:6931: result:
configure:6937: checking for suffix of object files
configure:6958: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:6961: $? = 0
configure:6983: result: o
configure:6987: checking whether we are using the GNU C compiler
configure:7011: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:7017: $? = 0
configure:7021: test -z
			 || test ! -s conftest.err
configure:7024: $? = 0
configure:7027: test -s conftest.o
configure:7030: $? = 0
configure:7043: result: yes
configure:7049: checking whether gcc accepts -g
configure:7070: gcc -c -g  conftest.c >&5
configure:7076: $? = 0
configure:7080: test -z
			 || test ! -s conftest.err
configure:7083: $? = 0
configure:7086: test -s conftest.o
configure:7089: $? = 0
configure:7100: result: yes
configure:7117: checking for gcc option to accept ANSI C
configure:7187: gcc  -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:7193: $? = 0
configure:7197: test -z
			 || test ! -s conftest.err
configure:7200: $? = 0
configure:7203: test -s conftest.o
configure:7206: $? = 0
configure:7224: result: none needed
configure:7242: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:2: error: parse error before 'me'
configure:7248: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:7387: checking how to run the C preprocessor
configure:7422: gcc -E  conftest.c
configure:7428: $? = 0
configure:7460: gcc -E  conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:7466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7505: result: gcc -E
configure:7529: gcc -E  conftest.c
configure:7535: $? = 0
configure:7567: gcc -E  conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:7573: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7648: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:7654: $? = 0
configure:7658: test -z
			 || test ! -s conftest.err
configure:7661: $? = 0
configure:7664: test -s conftest.o
configure:7667: $? = 0
configure:7755: checking build system compiler gcc
configure:7768: gcc conftest.c
conftest.c: In function 'main':
conftest.c:4: warning: incompatible implicit declaration of built-in  
function 'exit'
configure:7771: $? = 0
configure:7778: result: yes
configure:7799: checking for build system preprocessor
configure:7810: gcc -E conftest.c
# 1 "conftest.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "conftest.c"
configure:7813: $? = 0
configure:7830: result: gcc -E
configure:7837: checking for build system executable suffix
configure:7851: gcc conftest.c -o conftest.exe
conftest.c: In function 'main':
conftest.c:4: warning: incompatible implicit declaration of built-in  
function 'exit'
configure:7854: $? = 0
./configure: line 7856: ./conftest: No such file or directory
configure:7851: gcc conftest.c -o conftest,ff8
conftest.c: In function 'main':
conftest.c:4: warning: incompatible implicit declaration of built-in  
function 'exit'
configure:7854: $? = 0
./configure: line 7856: ./conftest: No such file or directory
configure:7851: gcc conftest.c -o conftest
conftest.c: In function 'main':
conftest.c:4: warning: incompatible implicit declaration of built-in  
function 'exit'
configure:7854: $? = 0
configure:7870: result:
configure:7876: checking whether build system compiler is ANSI
configure:7889: gcc conftest.c
conftest.c: In function 'main':
conftest.c:4: warning: incompatible implicit declaration of built-in  
function 'exit'
configure:7892: $? = 0
configure:7901: result: yes
configure:7911: checking for build system compiler math library
configure:7930: gcc conftest.c -lm
conftest.c: In function 'main':
conftest.c:4: warning: incompatible implicit declaration of built-in  
function 'exit'
conftest.c: In function 'foo':
conftest.c:10: warning: incompatible implicit declaration of built-in  
function 'log'
configure:7933: $? = 0
configure:7942: result: -lm
configure:8752: checking for egrep
configure:8762: result: grep -E
Decided:
ABI=mode64
CC=gcc
CFLAGS=-m64 -mcpu=970 -O3
CPPFLAGS=
GMP_LDFLAGS=
CXX=
CXXFLAGS=
path= powerpc64/mode64 powerpc64/vmx powerpc64 generic
configure:9036: checking for function prototypes
configure:9039: result: yes
configure:9056: checking for ANSI C header files
configure:9081: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9087: $? = 0
configure:9091: test -z
			 || test ! -s conftest.err
configure:9094: $? = 0
configure:9097: test -s conftest.o
configure:9100: $? = 0
configure:9186: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:34: warning: incompatible implicit declaration of built-in  
function 'exit'
configure:9189: $? = 0
configure:9191: ./conftest
configure:9194: $? = 0
configure:9209: result: yes
configure:9233: checking for sys/types.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for sys/stat.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for stdlib.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for string.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for memory.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for strings.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for inttypes.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for stdint.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9233: checking for unistd.h
configure:9249: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:9255: $? = 0
configure:9259: test -z
			 || test ! -s conftest.err
configure:9262: $? = 0
configure:9265: test -s conftest.o
configure:9268: $? = 0
configure:9279: result: yes
configure:9304: checking for string.h
configure:9309: result: yes
configure:9494: checking for ar
configure:9510: found /usr/bin/ar
configure:9521: result: ar
configure:9552: checking for BSD-compatible nm
configure:9594: result: /usr/bin/nm -p
configure:9859: checking for a sed that does not truncate output
configure:9913: result: /usr/bin/sed
configure:9927: checking for ld used by gcc
configure:9994: result: /usr/bin/ld
configure:10003: checking if the linker (/usr/bin/ld) is GNU ld
configure:10018: result: no
configure:10023: checking for /usr/bin/ld option to reload object files
configure:10030: result: -r
configure:10039: checking whether ln -s works
configure:10043: result: yes
configure:10050: checking how to recognise dependent libraries
configure:10233: result: pass_all
configure:10697: checking dlfcn.h usability
configure:10709: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:10715: $? = 0
configure:10719: test -z
			 || test ! -s conftest.err
configure:10722: $? = 0
configure:10725: test -s conftest.o
configure:10728: $? = 0
configure:10738: result: yes
configure:10742: checking dlfcn.h presence
configure:10752: gcc -E  conftest.c
configure:10758: $? = 0
configure:10778: result: yes
configure:10813: checking for dlfcn.h
configure:10820: result: yes
configure:10839: checking the maximum length of command line arguments
configure:10904: result: 65536
configure:10915: checking command to parse /usr/bin/nm -p output from  
gcc object
configure:11004: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:11007: $? = 0
configure:11011: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\ 
([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 
\3 \3/p' \> conftest.nm
configure:11014: $? = 0
cannot find nm_test_var in conftest.nm
configure:11004: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:11007: $? = 0
configure:11011: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\ 
([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1  
\2\3 \3/p' \> conftest.nm
configure:11014: $? = 0
configure:11066: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  
conftstm.o >&5
configure:11069: $? = 0
configure:11107: result: ok
configure:11111: checking for objdir
configure:11126: result: .libs
configure:11216: checking for ar
configure:11243: result: ar
configure:11296: checking for ranlib
configure:11312: found /usr/bin/ranlib
configure:11323: result: ranlib
configure:11376: checking for strip
configure:11392: found /usr/bin/strip
configure:11403: result: strip
configure:11665: checking if gcc static flag  works
configure:11688: result: yes
configure:11706: checking if gcc supports -fno-rtti -fno-exceptions
configure:11727: gcc -c -m64 -mcpu=970 -O3  -fno-rtti -fno-exceptions  
conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++  
but not for C
configure:11731: $? = 0
configure:11739: result: no
configure:11754: checking for gcc option to produce PIC
configure:11931: result: -fno-common
configure:11939: checking if gcc PIC flag -fno-common works
configure:11960: gcc -c -m64 -mcpu=970 -O3  -fno-common -DPIC  
conftest.c >&5
configure:11964: $? = 0
configure:11972: result: yes
configure:11996: checking if gcc supports -c -o file.o
configure:12020: gcc -c -m64 -mcpu=970 -O3  -o out/conftest2.o  
conftest.c >&5
configure:12024: $? = 0
configure:12041: result: yes
configure:12067: checking whether the gcc linker (/usr/bin/ld)  
supports shared libraries
configure:12915: result: no
configure:12986: checking dynamic linker characteristics
configure:13526: result: darwin8.6.0 dyld
configure:13530: checking how to hardcode library paths into programs
configure:13555: result: immediate
configure:13569: checking whether stripping libraries is possible
configure:13582: result: yes
configure:14404: checking if libtool supports shared libraries
configure:14406: result: no
configure:14409: checking whether to build shared libraries
configure:14467: result: no
configure:14470: checking whether to build static libraries
configure:14474: result: yes
configure:14566: creating libtool
configure:24537: checking for ANSI C header files
configure:24690: result: yes
configure:24700: checking whether time.h and sys/time.h may both be  
included
configure:24725: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24731: $? = 0
configure:24735: test -z
			 || test ! -s conftest.err
configure:24738: $? = 0
configure:24741: test -s conftest.o
configure:24744: $? = 0
configure:24755: result: yes
configure:24821: checking fcntl.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking fcntl.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for fcntl.h
configure:24944: result: yes
configure:24821: checking float.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking float.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for float.h
configure:24944: result: yes
configure:24821: checking invent.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:67:20: error: invent.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <invent.h>
configure:24862: result: no
configure:24866: checking invent.h presence
configure:24876: gcc -E  conftest.c
conftest.c:33:20: error: invent.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <invent.h>
configure:24902: result: no
configure:24937: checking for invent.h
configure:24944: result: no
configure:24821: checking langinfo.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking langinfo.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for langinfo.h
configure:24944: result: yes
configure:24821: checking locale.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking locale.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for locale.h
configure:24944: result: yes
configure:24821: checking nl_types.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking nl_types.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for nl_types.h
configure:24944: result: yes
configure:24821: checking sys/attributes.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:70:28: error: sys/attributes.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/attributes.h>
configure:24862: result: no
configure:24866: checking sys/attributes.h presence
configure:24876: gcc -E  conftest.c
conftest.c:36:28: error: sys/attributes.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/attributes.h>
configure:24902: result: no
configure:24937: checking for sys/attributes.h
configure:24944: result: no
configure:24821: checking sys/iograph.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:70:25: error: sys/iograph.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/iograph.h>
configure:24862: result: no
configure:24866: checking sys/iograph.h presence
configure:24876: gcc -E  conftest.c
conftest.c:36:25: error: sys/iograph.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/iograph.h>
configure:24902: result: no
configure:24937: checking for sys/iograph.h
configure:24944: result: no
configure:24821: checking sys/mman.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking sys/mman.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for sys/mman.h
configure:24944: result: yes
configure:24821: checking sys/param.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking sys/param.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for sys/param.h
configure:24944: result: yes
configure:24821: checking sys/processor.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:72:27: error: sys/processor.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/processor.h>
configure:24862: result: no
configure:24866: checking sys/processor.h presence
configure:24876: gcc -E  conftest.c
conftest.c:38:27: error: sys/processor.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/processor.h>
configure:24902: result: no
configure:24937: checking for sys/processor.h
configure:24944: result: no
configure:24821: checking sys/pstat.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:72:23: error: sys/pstat.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:24862: result: no
configure:24866: checking sys/pstat.h presence
configure:24876: gcc -E  conftest.c
conftest.c:38:23: error: sys/pstat.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
configure:24902: result: no
configure:24937: checking for sys/pstat.h
configure:24944: result: no
configure:24821: checking sys/sysinfo.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:72:25: error: sys/sysinfo.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sysinfo.h>
configure:24862: result: no
configure:24866: checking sys/sysinfo.h presence
configure:24876: gcc -E  conftest.c
conftest.c:38:25: error: sys/sysinfo.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/sysinfo.h>
configure:24902: result: no
configure:24937: checking for sys/sysinfo.h
configure:24944: result: no
configure:24821: checking sys/syssgi.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:72:24: error: sys/syssgi.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/syssgi.h>
configure:24862: result: no
configure:24866: checking sys/syssgi.h presence
configure:24876: gcc -E  conftest.c
conftest.c:38:24: error: sys/syssgi.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/syssgi.h>
configure:24902: result: no
configure:24937: checking for sys/syssgi.h
configure:24944: result: no
configure:24821: checking sys/systemcfg.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:72:27: error: sys/systemcfg.h: No such file or directory
configure:24839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systemcfg.h>
configure:24862: result: no
configure:24866: checking sys/systemcfg.h presence
configure:24876: gcc -E  conftest.c
conftest.c:38:27: error: sys/systemcfg.h: No such file or directory
configure:24882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/systemcfg.h>
configure:24902: result: no
configure:24937: checking for sys/systemcfg.h
configure:24944: result: no
configure:24821: checking sys/time.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking sys/time.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for sys/time.h
configure:24944: result: yes
configure:24821: checking sys/times.h usability
configure:24833: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24839: $? = 0
configure:24843: test -z
			 || test ! -s conftest.err
configure:24846: $? = 0
configure:24849: test -s conftest.o
configure:24852: $? = 0
configure:24862: result: yes
configure:24866: checking sys/times.h presence
configure:24876: gcc -E  conftest.c
configure:24882: $? = 0
configure:24902: result: yes
configure:24937: checking for sys/times.h
configure:24944: result: yes
configure:24963: checking for sys/resource.h
configure:24988: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:24994: $? = 0
configure:24998: test -z
			 || test ! -s conftest.err
configure:25001: $? = 0
configure:25004: test -s conftest.o
configure:25007: $? = 0
configure:25018: result: yes
configure:25035: checking for sys/sysctl.h
configure:25053: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25059: $? = 0
configure:25063: test -z
			 || test ! -s conftest.err
configure:25066: $? = 0
configure:25069: test -s conftest.o
configure:25072: $? = 0
configure:25083: result: yes
configure:25100: checking for machine/hal_sysinfo.h
configure:25118: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:46:33: error: machine/hal_sysinfo.h: No such file or  
directory
configure:25124: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_SYSINFO_H
| # include <sys/sysinfo.h>
| #endif
|
| #include <machine/hal_sysinfo.h>
configure:25148: result: no
configure:25171: checking whether fgetc is declared
configure:25195: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25201: $? = 0
configure:25205: test -z
			 || test ! -s conftest.err
configure:25208: $? = 0
configure:25211: test -s conftest.o
configure:25214: $? = 0
configure:25225: result: yes
configure:25241: checking whether fscanf is declared
configure:25265: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25271: $? = 0
configure:25275: test -z
			 || test ! -s conftest.err
configure:25278: $? = 0
configure:25281: test -s conftest.o
configure:25284: $? = 0
configure:25295: result: yes
configure:25311: checking whether optarg is declared
configure:25335: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25341: $? = 0
configure:25345: test -z
			 || test ! -s conftest.err
configure:25348: $? = 0
configure:25351: test -s conftest.o
configure:25354: $? = 0
configure:25365: result: yes
configure:25381: checking whether ungetc is declared
configure:25405: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25411: $? = 0
configure:25415: test -z
			 || test ! -s conftest.err
configure:25418: $? = 0
configure:25421: test -s conftest.o
configure:25424: $? = 0
configure:25435: result: yes
configure:25451: checking whether vfprintf is declared
configure:25475: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25481: $? = 0
configure:25485: test -z
			 || test ! -s conftest.err
configure:25488: $? = 0
configure:25491: test -s conftest.o
configure:25494: $? = 0
configure:25505: result: yes
configure:25523: checking whether sys_errlist is declared
configure:25549: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25555: $? = 0
configure:25559: test -z
			 || test ! -s conftest.err
configure:25562: $? = 0
configure:25565: test -s conftest.o
configure:25568: $? = 0
configure:25579: result: yes
configure:25595: checking whether sys_nerr is declared
configure:25621: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c: In function 'main':
conftest.c:55: warning: cast to pointer from integer of different size
configure:25627: $? = 0
configure:25631: test -z
			 || test ! -s conftest.err
configure:25634: $? = 0
configure:25637: test -s conftest.o
configure:25640: $? = 0
configure:25651: result: yes
configure:25670: checking return type of signal handlers
configure:25701: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25707: $? = 0
configure:25711: test -z
			 || test ! -s conftest.err
configure:25714: $? = 0
configure:25717: test -s conftest.o
configure:25720: $? = 0
configure:25731: result: void
configure:25750: checking for intmax_t
configure:25774: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25780: $? = 0
configure:25784: test -z
			 || test ! -s conftest.err
configure:25787: $? = 0
configure:25790: test -s conftest.o
configure:25793: $? = 0
configure:25804: result: yes
configure:25814: checking for long double
configure:25838: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25844: $? = 0
configure:25848: test -z
			 || test ! -s conftest.err
configure:25851: $? = 0
configure:25854: test -s conftest.o
configure:25857: $? = 0
configure:25868: result: yes
configure:25878: checking for long long
configure:25902: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25908: $? = 0
configure:25912: test -z
			 || test ! -s conftest.err
configure:25915: $? = 0
configure:25918: test -s conftest.o
configure:25921: $? = 0
configure:25932: result: yes
configure:25942: checking for ptrdiff_t
configure:25966: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:25972: $? = 0
configure:25976: test -z
			 || test ! -s conftest.err
configure:25979: $? = 0
configure:25982: test -s conftest.o
configure:25985: $? = 0
configure:25996: result: yes
configure:26006: checking for quad_t
configure:26030: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26036: $? = 0
configure:26040: test -z
			 || test ! -s conftest.err
configure:26043: $? = 0
configure:26046: test -s conftest.o
configure:26049: $? = 0
configure:26060: result: yes
configure:26070: checking for uint_least32_t
configure:26094: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26100: $? = 0
configure:26104: test -z
			 || test ! -s conftest.err
configure:26107: $? = 0
configure:26110: test -s conftest.o
configure:26113: $? = 0
configure:26124: result: yes
configure:26136: checking for preprocessor stringizing operator
configure:26160: result: yes
configure:26174: checking for working volatile
configure:26197: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26203: $? = 0
configure:26207: test -z
			 || test ! -s conftest.err
configure:26210: $? = 0
configure:26213: test -s conftest.o
configure:26216: $? = 0
configure:26227: result: yes
configure:26240: checking whether <stdarg.h> exists and works
configure:26270: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26276: $? = 0
configure:26280: test -z
			 || test ! -s conftest.err
configure:26283: $? = 0
configure:26286: test -s conftest.o
configure:26289: $? = 0
configure:26301: result: yes
configure:26311: checking whether gcc __attribute__ ((const)) works
configure:26332: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26338: $? = 0
configure:26342: test -z
			 || test ! -s conftest.err
configure:26345: $? = 0
configure:26348: test -s conftest.o
configure:26351: $? = 0
configure:26363: result: yes
configure:26373: checking whether gcc __attribute__ ((malloc)) works
configure:26382: gcc -m64 -mcpu=970 -O3  -c conftest.c >conftest.out  
2>&1
configure:26385: $? = 0
configure:26399: result: yes
configure:26409: checking whether gcc __attribute__ ((mode (XX))) works
configure:26430: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26436: $? = 0
configure:26440: test -z
			 || test ! -s conftest.err
configure:26443: $? = 0
configure:26446: test -s conftest.o
configure:26449: $? = 0
configure:26461: result: yes
configure:26471: checking whether gcc __attribute__ ((noreturn)) works
configure:26492: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26498: $? = 0
configure:26502: test -z
			 || test ! -s conftest.err
configure:26505: $? = 0
configure:26508: test -s conftest.o
configure:26511: $? = 0
configure:26523: result: yes
configure:26534: checking for inline
configure:26555: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26561: $? = 0
configure:26565: test -z
			 || test ! -s conftest.err
configure:26568: $? = 0
configure:26571: test -s conftest.o
configure:26574: $? = 0
configure:26586: result: inline
configure:26636: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:26642: $? = 0
configure:26646: test -z
			 || test ! -s conftest.err
configure:26649: $? = 0
configure:26652: test -s conftest.o
configure:26655: $? = 0
configure:26894: checking for working alloca.h
configure:26915: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:26921: $? = 0
configure:26925: test -z
			 || test ! -s conftest.err
configure:26928: $? = 0
configure:26931: test -s conftest
configure:26934: $? = 0
configure:26946: result: yes
configure:26957: checking for alloca (via gmp-impl.h)
configure:26986: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:26992: $? = 0
configure:26996: test -z
			 || test ! -s conftest.err
configure:26999: $? = 0
configure:27002: test -s conftest
configure:27005: $? = 0
configure:27017: result: yes
configure:27028: checking how to allocate temporary memory
configure:27052: result: alloca
configure:27129: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:27135: $? = 0
configure:27139: test -z
			 || test ! -s conftest.err
configure:27142: $? = 0
configure:27145: test -s conftest.o
configure:27148: $? = 0
configure:27161: checking whether byte ordering is bigendian
configure:27188: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:27194: $? = 0
configure:27198: test -z
			 || test ! -s conftest.err
configure:27201: $? = 0
configure:27204: test -s conftest.o
configure:27207: $? = 0
configure:27231: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:27237: $? = 0
configure:27241: test -z
			 || test ! -s conftest.err
configure:27244: $? = 0
configure:27247: test -s conftest.o
configure:27250: $? = 0
configure:27372: result: yes
configure:27401: checking format of `double' floating point
configure:27419: gcc -m64 -mcpu=970 -O3  -c conftest.c >&5 2>&1
configure:27422: $? = 0
configure:27589: result: IEEE big endian
configure:27719: checking for alarm
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for attr_get
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _attr_get, referenced from:
       _f in cco8Fs5r.o
       _attr_get$non_lazy_ptr in cco8Fs5r.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| /* end confdefs.h.  */
| /* Define attr_get to an innocuous variant, in case <limits.h>  
declares attr_get.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define attr_get innocuous_attr_get
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char attr_get (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef attr_get
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char attr_get ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_attr_get) || defined (__stub___attr_get)
| choke me
| #else
| char (*f) () = attr_get;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != attr_get;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for clock
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for clock_gettime
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _clock_gettime, referenced from:
       _f in ccrkEGyG.o
       _clock_gettime$non_lazy_ptr in ccrkEGyG.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h>  
declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_clock_gettime) || defined (__stub___clock_gettime)
| choke me
| #else
| char (*f) () = clock_gettime;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != clock_gettime;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for cputime
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _cputime, referenced from:
       _f in ccvTyWd7.o
       _cputime$non_lazy_ptr in ccvTyWd7.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| /* end confdefs.h.  */
| /* Define cputime to an innocuous variant, in case <limits.h>  
declares cputime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cputime innocuous_cputime
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cputime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef cputime
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char cputime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_cputime) || defined (__stub___cputime)
| choke me
| #else
| char (*f) () = cputime;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != cputime;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for getpagesize
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for getrusage
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for gettimeofday
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for getsysinfo
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _getsysinfo, referenced from:
       _f in cc7XPQpZ.o
       _getsysinfo$non_lazy_ptr in cc7XPQpZ.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define getsysinfo to an innocuous variant, in case <limits.h>  
declares getsysinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getsysinfo innocuous_getsysinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getsysinfo (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getsysinfo
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getsysinfo ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getsysinfo) || defined (__stub___getsysinfo)
| choke me
| #else
| char (*f) () = getsysinfo;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getsysinfo;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for localeconv
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for memset
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
conftest.c:97: warning: conflicting types for built-in function 'memset'
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for mmap
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for mprotect
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for nl_langinfo
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for obstack_vprintf
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _obstack_vprintf, referenced from:
       _f in cc1Nmrkq.o
       _obstack_vprintf$non_lazy_ptr in cc1Nmrkq.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| /* end confdefs.h.  */
| /* Define obstack_vprintf to an innocuous variant, in case  
<limits.h> declares obstack_vprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define obstack_vprintf innocuous_obstack_vprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char obstack_vprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef obstack_vprintf
|
| /* 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 obstack_vprintf ();
| /* 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_obstack_vprintf) || defined  
(__stub___obstack_vprintf)
| choke me
| #else
| char (*f) () = obstack_vprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != obstack_vprintf;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for popen
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for processor_info
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for pstat_getprocessor
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _pstat_getprocessor, referenced from:
       _f in ccy3Jr6l.o
       _pstat_getprocessor$non_lazy_ptr in ccy3Jr6l.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| /* end confdefs.h.  */
| /* Define pstat_getprocessor to an innocuous variant, in case  
<limits.h> declares pstat_getprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getprocessor innocuous_pstat_getprocessor
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getprocessor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pstat_getprocessor
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pstat_getprocessor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pstat_getprocessor) || defined  
(__stub___pstat_getprocessor)
| choke me
| #else
| char (*f) () = pstat_getprocessor;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != pstat_getprocessor;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for raise
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for read_real_time
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _read_real_time, referenced from:
       _f in ccDSs58F.o
       _read_real_time$non_lazy_ptr in ccDSs58F.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| /* end confdefs.h.  */
| /* Define read_real_time to an innocuous variant, in case  
<limits.h> declares read_real_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define read_real_time innocuous_read_real_time
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char read_real_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef read_real_time
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char read_real_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_read_real_time) || defined  
(__stub___read_real_time)
| choke me
| #else
| char (*f) () = read_real_time;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != read_real_time;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for sigaction
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for sigaltstack
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for sigstack
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _sigstack, referenced from:
       _f in ccAvdGXr.o
       _sigstack$non_lazy_ptr in ccAvdGXr.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| /* end confdefs.h.  */
| /* Define sigstack to an innocuous variant, in case <limits.h>  
declares sigstack.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigstack innocuous_sigstack
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sigstack (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigstack
|
| /* 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 sigstack ();
| /* 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_sigstack) || defined (__stub___sigstack)
| choke me
| #else
| char (*f) () = sigstack;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sigstack;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for syssgi
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _syssgi, referenced from:
       _f in cc65WhIm.o
       _syssgi$non_lazy_ptr in cc65WhIm.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| /* end confdefs.h.  */
| /* Define syssgi to an innocuous variant, in case <limits.h>  
declares syssgi.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define syssgi innocuous_syssgi
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char syssgi (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef syssgi
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char syssgi ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_syssgi) || defined (__stub___syssgi)
| choke me
| #else
| char (*f) () = syssgi;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != syssgi;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for strchr
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
conftest.c:106: warning: conflicting types for built-in function  
'strchr'
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for strerror
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for strnlen
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
can't resolve symbols:
   _strnlen, referenced from:
       _f in ccvwwx9A.o
       _strnlen$non_lazy_ptr in ccvwwx9A.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:27782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| /* end confdefs.h.  */
| /* Define strnlen to an innocuous variant, in case <limits.h>  
declares strnlen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strnlen innocuous_strnlen
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strnlen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strnlen
|
| /* 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 strnlen ();
| /* 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_strnlen) || defined (__stub___strnlen)
| choke me
| #else
| char (*f) () = strnlen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strnlen;
|   ;
|   return 0;
| }
configure:27807: result: no
configure:27719: checking for strtol
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for strtoul
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for sysconf
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for sysctl
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for sysctlbyname
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27719: checking for times
configure:27776: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:27782: $? = 0
configure:27786: test -z
			 || test ! -s conftest.err
configure:27789: $? = 0
configure:27792: test -s conftest
configure:27795: $? = 0
configure:27807: result: yes
configure:27819: checking for vsnprintf
configure:27876: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
conftest.c:114: warning: conflicting types for built-in function  
'vsnprintf'
configure:27882: $? = 0
configure:27886: test -z
			 || test ! -s conftest.err
configure:27889: $? = 0
configure:27892: test -s conftest
configure:27895: $? = 0
configure:27907: result: yes
configure:27918: checking whether vsnprintf works
configure:27985: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
conftest.c: In function 'check':
conftest.c:123: warning: incompatible implicit declaration of built- 
in function 'exit'
conftest.c: In function 'main':
conftest.c:136: warning: incompatible implicit declaration of built- 
in function 'exit'
configure:27988: $? = 0
configure:27990: ./conftest
configure:27993: $? = 0
configure:27985: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
conftest.c: In function 'check':
conftest.c:123: warning: incompatible implicit declaration of built- 
in function 'exit'
conftest.c: In function 'main':
conftest.c:136: warning: incompatible implicit declaration of built- 
in function 'exit'
configure:27988: $? = 0
configure:27990: ./conftest
configure:27993: $? = 0
configure:28009: result: yes
configure:28024: checking whether sscanf needs writable input
configure:28036: result: no
configure:28054: checking for struct pst_processor.psp_iticksperclktick
configure:28078: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:91:23: error: sys/pstat.h: No such file or directory
conftest.c: In function 'main':
conftest.c:96: error: storage size of 'ac_aggr' isn't known
configure:28084: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
|
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (ac_aggr.psp_iticksperclktick)
| return 0;
|   ;
|   return 0;
| }
configure:28123: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
conftest.c:91:23: error: sys/pstat.h: No such file or directory
conftest.c: In function 'main':
conftest.c:96: error: storage size of 'ac_aggr' isn't known
configure:28129: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
|
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (sizeof ac_aggr.psp_iticksperclktick)
| return 0;
|   ;
|   return 0;
| }
configure:28155: result: no
configure:28939: checking for suitable m4
trying m4
good
configure:28983: result: m4
configure:28989: checking if m4wrap produces spurious output
test input is
changequote({,})define(x,)m4wrap({x})dnl
produces 0 chars output
configure:29011: result: no
configure:29027: checking how to switch to text section
trying .text
configure:29038: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29041: $? = 0
configure:29063: result: .text
configure:29067: checking how to switch to data section
configure:29078: result: .data
configure:29083: checking for assembler label suffix
trying
configure:29096: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29099: $? = 1
conftest.s:2:Invalid mnemonic 'somelabel'
configure: failed program was:
	.text
somelabel
conftest.s:2:Invalid mnemonic 'somelabel'
trying :
configure:29096: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29099: $? = 0
configure:29121: result: :
configure:29126: checking for assembler global directive
configure:29138: result: .globl
configure:29143: checking for assembler global directive attribute
configure:29154: result:
configure:29159: checking if globals are prefixed by underscore
configure:29169: gcc -m64 -mcpu=970 -O3  -c conftest.c >&5
configure:29172: $? = 0
configure:29190: result: yes
configure:29230: checking how to switch to read-only data section
Test program:
const int foo = 123;
configure:29249: gcc -m64 -mcpu=970 -O3  -S conftest.c >&5
configure:29252: $? = 0
Compiler output:
	.section __TEXT,__text,regular,pure_instructions
	.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
	.machine ppc64
	.globl _foo
	.literal4
	.align 2
_foo:
	.long	123
	.subsections_via_symbols
Match: 	.section  
__TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
configure:29283: result: 	.section  
__TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
configure:29287: checking for assembler .type directive
configure:29298: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29301: $? = 1
conftest.s:1:Unknown pseudo-op: .type
conftest.s:1:Rest of line ignored. 1st junk character valued 115 (s).
conftest.s:1:Invalid mnemonic 'function'
configure: failed program was:
	.type	sym, at function
configure:29298: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29301: $? = 1
conftest.s:1:Unknown pseudo-op: .type
conftest.s:1:Rest of line ignored. 1st junk character valued 115 (s).
configure: failed program was:
	.type	sym,#function
configure:29298: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29301: $? = 1
conftest.s:1:Unknown pseudo-op: .type
conftest.s:1:Rest of line ignored. 1st junk character valued 115 (s).
configure: failed program was:
	.type	sym,%function
configure:29321: result:
configure:29325: checking for assembler .size directive
configure:29335: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29338: $? = 1
conftest.s:1:Unknown pseudo-op: .size
conftest.s:1:Rest of line ignored. 1st junk character valued 115 (s).
configure: failed program was:
	.size	sym,1
configure:29355: result:
configure:29362: checking for assembler local label prefix
Trying L
configure:29376: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29379: $? = 0
0000000000000000 t dummy
L label doesn't appear in object file at all (good)
Local label appears in object files: no
configure:29425: result: L
configure:29436: checking for assembler byte directive
trying .byte
configure:29449: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29452: $? = 0
configure:29474: result: .byte
configure:29482: checking how to define a 32-bit word
configure:29507: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29510: $? = 0
configure:29538: result: .long
configure:29547: checking if .align assembly directive is logarithmic
configure:29562: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29565: $? = 0
configure:29586: result: yes
configure:29899: checking whether compiler output is PIC by default
Test program:
int foo;
int *bar() { return &foo; }
configure:29912: gcc -m64 -mcpu=970 -O3  -S conftest.c >&5
configure:29915: $? = 0
Compiler output:
	.section __TEXT,__text,regular,pure_instructions
	.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
	.machine ppc64
	.text
	.align 2
	.p2align 4,,15
	.globl _bar
_bar:
	mflr r0
	bcl 20,31,"L00000000001$pb"
"L00000000001$pb":
	mflr r10
	addis r3,r10,ha16(L_foo$non_lazy_ptr-"L00000000001$pb")
	mtlr r0
	ld r3,lo16(L_foo$non_lazy_ptr-"L00000000001$pb")(r3)
	blr
.comm _foo,4
	.non_lazy_symbol_pointer
L_foo$non_lazy_ptr:
	.indirect_symbol _foo
	.quad	0
	.subsections_via_symbols
configure:29929: result: yes
configure:29936: checking if the assembler needs r on registers
configure:29946: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29949: $? = 1
conftest.s:2:Parameter syntax error (parameter 2)
configure: failed program was:
	.text
	mtctr	6
configure:29962: gcc -c -m64 -mcpu=970 -O3  conftest.s >conftest.out  
2>&1
configure:29965: $? = 0
configure:29983: result: yes
configure:30416: checking for unsigned short
configure:30440: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:30446: $? = 0
configure:30450: test -z
			 || test ! -s conftest.err
configure:30453: $? = 0
configure:30456: test -s conftest.o
configure:30459: $? = 0
configure:30470: result: yes
configure:30473: checking size of unsigned short
configure:30792: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:30795: $? = 0
configure:30797: ./conftest
configure:30800: $? = 0
configure:30823: result: 2
configure:30830: checking for unsigned
configure:30854: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:30860: $? = 0
configure:30864: test -z
			 || test ! -s conftest.err
configure:30867: $? = 0
configure:30870: test -s conftest.o
configure:30873: $? = 0
configure:30884: result: yes
configure:30887: checking size of unsigned
configure:31206: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:31209: $? = 0
configure:31211: ./conftest
configure:31214: $? = 0
configure:31237: result: 4
configure:31244: checking for unsigned long
configure:31268: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:31274: $? = 0
configure:31278: test -z
			 || test ! -s conftest.err
configure:31281: $? = 0
configure:31284: test -s conftest.o
configure:31287: $? = 0
configure:31298: result: yes
configure:31301: checking size of unsigned long
configure:31620: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:31623: $? = 0
configure:31625: ./conftest
configure:31628: $? = 0
configure:31651: result: 8
configure:31658: checking for mp_limb_t
configure:31689: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:31695: $? = 0
configure:31699: test -z
			 || test ! -s conftest.err
configure:31702: $? = 0
configure:31705: test -s conftest.o
configure:31708: $? = 0
configure:31719: result: yes
configure:31722: checking size of mp_limb_t
configure:32083: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c  >&5
configure:32086: $? = 0
configure:32088: ./conftest
configure:32091: $? = 0
configure:32114: result: 8
configure:32279: checking for stack_t
configure:32304: gcc -c -m64 -mcpu=970 -O3  conftest.c >&5
configure:32310: $? = 0
configure:32314: test -z
			 || test ! -s conftest.err
configure:32317: $? = 0
configure:32320: test -s conftest.o
configure:32323: $? = 0
configure:32334: result: yes
configure:32372: checking for tputs in -lncurses
configure:32402: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c - 
lncurses   >&5
ld64 warning: in /usr/lib/libncurses.dylib, file is not of required  
architecture
can't resolve symbols:
   _tputs, referenced from:
       _main in ccrbFNic.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:32408: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_1c 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_addmul_1c 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_submul_1c 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_umul_ppmm 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_sqr_diagonal 1
| #define LSYM_PREFIX "L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/powerpc64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end 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 tputs ();
| int
| main ()
| {
| tputs ();
|   ;
|   return 0;
| }
configure:32434: result: no
configure:32439: checking for tputs in -lcurses
configure:32469: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c - 
lcurses   >&5
ld64 warning: in /usr/lib/libcurses.dylib, file is not of required  
architecture
can't resolve symbols:
   _tputs, referenced from:
       _main in ccerMftx.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:32475: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_1c 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_addmul_1c 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_submul_1c 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_umul_ppmm 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_sqr_diagonal 1
| #define LSYM_PREFIX "L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/powerpc64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end 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 tputs ();
| int
| main ()
| {
| tputs ();
|   ;
|   return 0;
| }
configure:32501: result: no
configure:32514: checking for readline in -lreadline
configure:32544: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c - 
lreadline   >&5
ld64 warning: in /usr/lib/libreadline.dylib, file is not of required  
architecture
can't resolve symbols:
   _readline, referenced from:
       _main in cc3xzwHj.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:32550: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_1c 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_addmul_1c 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_submul_1c 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_umul_ppmm 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_sqr_diagonal 1
| #define LSYM_PREFIX "L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/powerpc64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end 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:32576: result: no
configure:32864: checking readline detected
configure:32866: result: no
configure:32881: checking for bison
configure:32897: found /usr/bin/bison
configure:32907: result: bison -y
configure:32922: checking for flex
configure:32938: found /usr/bin/flex
configure:32948: result: flex
configure:32961: checking for yywrap in -lfl
configure:32991: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c - 
lfl   >&5
ld64 warning: in /usr/lib/libfl.a, missing required architecture  
ppc64 in fat file
can't resolve symbols:
   _yywrap, referenced from:
       _main in ccevJk7x.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:32997: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_1c 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_addmul_1c 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_submul_1c 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_umul_ppmm 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_sqr_diagonal 1
| #define LSYM_PREFIX "L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/powerpc64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end 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:33023: result: no
configure:33028: checking for yywrap in -ll
configure:33058: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c - 
ll   >&5
ld64 warning: in /usr/lib/libl.a, missing required architecture ppc64  
in fat file
can't resolve symbols:
   _yywrap, referenced from:
       _main in ccL15XvG.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:33064: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_powerpc970 1
| #define HAVE_HOST_CPU_FAMILY_powerpc 1
| #define HAVE_SPEED_CYCLECOUNTER 0
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_BIG_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_1c 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_addmul_1c 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_submul_1c 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_umul_ppmm 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_sqr_diagonal 1
| #define LSYM_PREFIX "L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/powerpc64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end 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:33090: result: no
configure:33101: checking lex output file root
configure:33112: flex conftest.l
configure:33115: $? = 0
configure:33127: result: lex.yy
configure:33132: checking whether yytext is a pointer
configure:33148: gcc -o conftest -m64 -mcpu=970 -O3   conftest.c   >&5
can't resolve symbols:
   _yywrap, referenced from:
       _yylex in ccy5xac6.o
   _main, referenced from:
       __start in crt1.o
ld64 failed: symbol(s) not found
collect2: ld returned 1 exit status
configure:33154: $? = 1
configure: failed program was:
| /* A lexical scanner generated by flex */
|
| /* Scanner skeleton version:
|  * $Header: /cvs/root/flex/flex/skel.c,v 1.2 2004/05/07 00:28:17  
jkh Exp $
|  */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
|
| #include <stdio.h>
|
|
| /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
| #ifdef c_plusplus
| #ifndef __cplusplus
| #define __cplusplus
| #endif
| #endif
|
|
| #ifdef __cplusplus
|
| #include <stdlib.h>
| #include <unistd.h>
|
| /* Use prototypes in function declarations. */
| #define YY_USE_PROTOS
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else	/* ! __cplusplus */
|
| #if __STDC__
|
| #define YY_USE_PROTOS
| #define YY_USE_CONST
|
| #endif	/* __STDC__ */
| #endif	/* ! __cplusplus */
|
| #ifdef __TURBOC__
|  #pragma warn -rch
|  #pragma warn -use
| #include <io.h>
| #include <stdlib.h>
| #define YY_USE_CONST
| #define YY_USE_PROTOS
| #endif
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
|
| #ifdef YY_USE_PROTOS
| #define YY_PROTO(proto) proto
| #else
| #define YY_PROTO(proto) ()
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
|  * integer for use as an array index.  If the signed char is negative,
|  * we want to instead treat it as an 8-bit unsigned char, hence the
|  * double cast.
|  */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition.  This macro really ought to take a  
parameter,
|  * but we do it the disgusting crufty way forced on us by the ()-less
|  * definition of BEGIN.
|  */
| #define BEGIN yy_start = 1 + 2 *
|
| /* Translate the current start state into a value that can be later  
handed
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
|  * compatibility.
|  */
| #define YY_START ((yy_start - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart( yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #define YY_BUF_SIZE 16384
|
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
| extern int yyleng;
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| /* The funky do-while in the following #define is used to turn the  
definition
|  * int a single C statement (which needs a semi-colon terminator).   
This
|  * avoids problems with code like:
|  *
|  * 	if ( condition_holds )
|  *		yyless( 5 );
|  *	else
|  *		do_something_else();
|  *
|  * Prior to using the do-while the compiler would get upset at the
|  * "else" because it interpreted the "if" statement as being all
|  * done when it reached the ';' after the yyless() call.
|  */
|
| /* Return all but the first 'n' matched characters back to the  
input stream. */
|
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		*yy_cp = yy_hold_char; \
| 		YY_RESTORE_YY_MORE_OFFSET \
| 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| 		} \
| 	while ( 0 )
|
| #define unput(c) yyunput( c, yytext_ptr )
|
| /* The following is because we cannot portably get our hands on size_t
|  * (without autoconf's help, which isn't available because we want
|  * flex-generated scanners to compile on their own).
|  */
| typedef unsigned int yy_size_t;
|
|
| struct yy_buffer_state
| 	{
| 	FILE *yy_input_file;
|
| 	char *yy_ch_buf;		/* input buffer */
| 	char *yy_buf_pos;		/* current position in input buffer */
|
| 	/* Size of input buffer in bytes, not including room for EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_buf_size;
|
| 	/* Number of characters read into yy_ch_buf, not including EOB
| 	 * characters.
| 	 */
| 	int yy_n_chars;
|
| 	/* Whether we "own" the buffer - i.e., we know we created it,
| 	 * and can realloc() it to grow it, and should free() it to
| 	 * delete it.
| 	 */
| 	int yy_is_our_buffer;
|
| 	/* Whether this is an "interactive" input source; if so, and
| 	 * if we're using stdio for input, then we want to use getc()
| 	 * instead of fread(), to make sure we stop fetching input after
| 	 * each newline.
| 	 */
| 	int yy_is_interactive;
|
| 	/* Whether we're considered to be at the beginning of a line.
| 	 * If so, '^' rules will be active on the next match, otherwise
| 	 * not.
| 	 */
| 	int yy_at_bol;
|
| 	/* Whether to try to fill the input buffer when we reach the
| 	 * end of it.
| 	 */
| 	int yy_fill_buffer;
|
| 	int yy_buffer_status;
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| 	/* When an EOF's been seen but there's still some text to process
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| 	 * shouldn't try reading from the input source any more.  We might
| 	 * still have a bunch of tokens to match, though, because of
| 	 * possible backing-up.
| 	 *
| 	 * When we actually see the EOF, we change the status to "new"
| 	 * (via yyrestart()), so that the user can continue scanning by
| 	 * just pointing yyin at a new input file.
| 	 */
| #define YY_BUFFER_EOF_PENDING 2
| 	};
|
| static YY_BUFFER_STATE yy_current_buffer = 0;
|
| /* We provide macros for accessing buffer states in case in the
|  * future we want to put the buffer states in a more general
|  * "scanner state".
|  */
| #define YY_CURRENT_BUFFER yy_current_buffer
|
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
|
| static int yy_n_chars;		/* number of characters read into yy_ch_buf */
|
|
| int yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 1;		/* whether we need to initialize */
| static int yy_start = 0;	/* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
|  * instead of setting up a fresh yyin.  A bit of a hack ...
|  */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart YY_PROTO(( FILE *input_file ));
|
| void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
| void yy_load_buffer_state YY_PROTO(( void ));
| YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
| void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
| void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
|
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t  
size ));
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int  
len ));
|
| static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
| static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
| static void yy_flex_free YY_PROTO(( void * ));
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_is_interactive = is_interactive; \
| 	}
|
| #define yy_set_bol(at_bol) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_at_bol = at_bol; \
| 	}
|
| #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
|
| typedef unsigned char YY_CHAR;
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| typedef int yy_state_type;
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state YY_PROTO(( void ));
| static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type  
current_state ));
| static int yy_get_next_buffer YY_PROTO(( void ));
| static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
|
| /* Done after the current pattern has been matched and before the
|  * corresponding action - sets up yytext.
|  */
| #define YY_DO_BEFORE_ACTION \
| 	yytext_ptr = yy_bp; \
| 	yyleng = (int) (yy_cp - yy_bp); \
| 	yy_hold_char = *yy_cp; \
| 	*yy_cp = '\0'; \
| 	yy_c_buf_p = yy_cp;
|
| #define YY_NUM_RULES 1
| #define YY_END_OF_BUFFER 2
| static yyconst short int yy_accept[6] =
|     {   0,
|         0,    0,    2,    1,    0
|     } ;
|
| static yyconst int yy_ec[256] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1
|     } ;
|
| static yyconst int yy_meta[2] =
|     {   0,
|         1
|     } ;
|
| static yyconst short int yy_base[7] =
|     {   0,
|         0,    0,    2,    3,    3,    0
|     } ;
|
| static yyconst short int yy_def[7] =
|     {   0,
|         6,    6,    5,    5,    0,    5
|     } ;
|
| static yyconst short int yy_nxt[5] =
|     {   0,
|         4,    5,    3,    5
|     } ;
|
| static yyconst short int yy_chk[5] =
|     {   0,
|         6,    3,    5,    5
|     } ;
|
| static yy_state_type yy_last_accepting_state;
| static char *yy_last_accepting_cpos;
|
| /* The intent behind this definition is that it'll catch
|  * any uses of REJECT which flex missed.
|  */
| #define REJECT reject_used_but_not_detected
| #define yymore() yymore_used_but_not_detected
| #define YY_MORE_ADJ 0
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #define INITIAL 0
| #line 363 "lex.yy.c"
|
| /* Macros after this point can all be overridden by user  
definitions in
|  * section 1.
|  */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap YY_PROTO(( void ));
| #else
| extern int yywrap YY_PROTO(( void ));
| #endif
| #endif
|
| #ifndef YY_NO_UNPUT
| static void yyunput YY_PROTO(( int c, char *buf_ptr ));
| #endif
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen YY_PROTO(( yyconst char * ));
| #endif
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput YY_PROTO(( void ));
| #else
| static int input YY_PROTO(( void ));
| #endif
| #endif
|
| #if YY_STACK_USED
| static int yy_start_stack_ptr = 0;
| static int yy_start_stack_depth = 0;
| static int *yy_start_stack = 0;
| #ifndef YY_NO_PUSH_STATE
| static void yy_push_state YY_PROTO(( int new_state ));
| #endif
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state YY_PROTO(( void ));
| #endif
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state YY_PROTO(( void ));
| #endif
|
| #else
| #define YY_NO_PUSH_STATE 1
| #define YY_NO_POP_STATE 1
| #define YY_NO_TOP_STATE 1
| #endif
|
| #ifdef YY_MALLOC_DECL
| YY_MALLOC_DECL
| #else
| #if __STDC__
| #ifndef __cplusplus
| #include <stdlib.h>
| #endif
| #else
| /* Just try to get by without declaring the routines.  This will fail
|  * miserably on non-ANSI systems for which sizeof(size_t) != sizeof 
(int)
|  * or sizeof(void*) != sizeof(int).
|  */
| #endif
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
|
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain  
NUL's,
|  * we now use fwrite().
|  */
| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf".  number of characters read,  
or YY_NULL,
|  * is returned in "result".
|  */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| 	if ( yy_current_buffer->yy_is_interactive ) \
| 		{ \
| 		int c = '*', n; \
| 		for ( n = 0; n < max_size && \
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| 			buf[n] = (char) c; \
| 		if ( c == '\n' ) \
| 			buf[n++] = (char) c; \
| 		if ( c == EOF && ferror( yyin ) ) \
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 		result = n; \
| 		} \
| 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
| 		  && ferror( yyin ) ) \
| 		YY_FATAL_ERROR( "input in flex scanner failed" );
| #endif
|
| /* No semi-colon after return; correct usage is to write  
"yyterminate();" -
|  * we don't want an extra ';' after the "return" because that will  
cause
|  * some compilers to complain about unreachable statements.
|  */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* Default declaration of generated scanner - a define so the user can
|  * easily add parameters.
|  */
| #ifndef YY_DECL
| #define YY_DECL int yylex YY_PROTO(( void ))
| #endif
|
| /* Code executed at the beginning of each rule, after yytext and  
yyleng
|  * have been set up.
|  */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| 	YY_USER_ACTION
|
| YY_DECL
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp, *yy_bp;
| 	register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 516 "lex.yy.c"
|
| 	if ( yy_init )
| 		{
| 		yy_init = 0;
|
| #ifdef YY_USER_INIT
| 		YY_USER_INIT;
| #endif
|
| 		if ( ! yy_start )
| 			yy_start = 1;	/* first start state */
|
| 		if ( ! yyin )
| 			yyin = stdin;
|
| 		if ( ! yyout )
| 			yyout = stdout;
|
| 		if ( ! yy_current_buffer )
| 			yy_current_buffer =
| 				yy_create_buffer( yyin, YY_BUF_SIZE );
|
| 		yy_load_buffer_state();
| 		}
|
| 	while ( 1 )		/* loops until end-of-file is reached */
| 		{
| 		yy_cp = yy_c_buf_p;
|
| 		/* Support of yytext. */
| 		*yy_cp = yy_hold_char;
|
| 		/* yy_bp points to the position in yy_ch_buf of the start of
| 		 * the current run.
| 		 */
| 		yy_bp = yy_cp;
|
| 		yy_current_state = yy_start;
| yy_match:
| 		do
| 			{
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| 			if ( yy_accept[yy_current_state] )
| 				{
| 				yy_last_accepting_state = yy_current_state;
| 				yy_last_accepting_cpos = yy_cp;
| 				}
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] !=  
yy_current_state )
| 				{
| 				yy_current_state = (int) yy_def[yy_current_state];
| 				if ( yy_current_state >= 6 )
| 					yy_c = yy_meta[(unsigned int) yy_c];
| 				}
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned  
int) yy_c];
| 			++yy_cp;
| 			}
| 		while ( yy_base[yy_current_state] != 3 );
|
| yy_find_action:
| 		yy_act = yy_accept[yy_current_state];
| 		if ( yy_act == 0 )
| 			{ /* have to back up */
| 			yy_cp = yy_last_accepting_cpos;
| 			yy_current_state = yy_last_accepting_state;
| 			yy_act = yy_accept[yy_current_state];
| 			}
|
| 		YY_DO_BEFORE_ACTION;
|
|
| do_action:	/* This label is used only to access EOF actions. */
|
|
| 		switch ( yy_act )
| 	{ /* beginning of action switch */
| 			case 0: /* must back up */
| 			/* undo the effects of YY_DO_BEFORE_ACTION */
| 			*yy_cp = yy_hold_char;
| 			yy_cp = yy_last_accepting_cpos;
| 			yy_current_state = yy_last_accepting_state;
| 			goto yy_find_action;
|
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| ECHO;
| 	YY_BREAK
| #line 604 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| 	yyterminate();
|
| 	case YY_END_OF_BUFFER:
| 		{
| 		/* Amount of text matched not including the EOB char. */
| 		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
|
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
| 		*yy_cp = yy_hold_char;
| 		YY_RESTORE_YY_MORE_OFFSET
|
| 		if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
| 			{
| 			/* We're scanning a new file or input source.  It's
| 			 * possible that this happened because the user
| 			 * just pointed yyin at a new source and called
| 			 * yylex().  If so, then we have to assure
| 			 * consistency between yy_current_buffer and our
| 			 * globals.  Here is the right place to do so, because
| 			 * this is the first action (other than possibly a
| 			 * back-up) that will match for the new input source.
| 			 */
| 			yy_n_chars = yy_current_buffer->yy_n_chars;
| 			yy_current_buffer->yy_input_file = yyin;
| 			yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
| 			}
|
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
| 		 * already have been incremented past the NUL character
| 		 * (since all states make transitions on EOB to the
| 		 * end-of-buffer state).  Contrast this with the test
| 		 * in input().
| 		 */
| 		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			{ /* This was really a NUL. */
| 			yy_state_type yy_next_state;
|
| 			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
|
| 			yy_current_state = yy_get_previous_state();
|
| 			/* Okay, we're now positioned to make the NUL
| 			 * transition.  We couldn't have
| 			 * yy_get_previous_state() go ahead and do it
| 			 * for us because it doesn't know how to deal
| 			 * with the possibility of jamming (and we don't
| 			 * want to build jamming into it because then it
| 			 * will run more slowly).
| 			 */
|
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| 			yy_bp = yytext_ptr + YY_MORE_ADJ;
|
| 			if ( yy_next_state )
| 				{
| 				/* Consume the NUL. */
| 				yy_cp = ++yy_c_buf_p;
| 				yy_current_state = yy_next_state;
| 				goto yy_match;
| 				}
|
| 			else
| 				{
| 				yy_cp = yy_c_buf_p;
| 				goto yy_find_action;
| 				}
| 			}
|
| 		else switch ( yy_get_next_buffer() )
| 			{
| 			case EOB_ACT_END_OF_FILE:
| 				{
| 				yy_did_buffer_switch_on_eof = 0;
|
| 				if ( yywrap() )
| 					{
| 					/* Note: because we've taken care in
| 					 * yy_get_next_buffer() to have set up
| 					 * yytext, we can now set up
| 					 * yy_c_buf_p so that if some total
| 					 * hoser (like flex itself) wants to
| 					 * call the scanner after we return the
| 					 * YY_NULL, it'll still work - another
| 					 * YY_NULL will get returned.
| 					 */
| 					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
|
| 					yy_act = YY_STATE_EOF(YY_START);
| 					goto do_action;
| 					}
|
| 				else
| 					{
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| 					}
| 				break;
| 				}
|
| 			case EOB_ACT_CONTINUE_SCAN:
| 				yy_c_buf_p =
| 					yytext_ptr + yy_amount_of_matched_text;
|
| 				yy_current_state = yy_get_previous_state();
|
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_match;
|
| 			case EOB_ACT_LAST_MATCH:
| 				yy_c_buf_p =
| 				&yy_current_buffer->yy_ch_buf[yy_n_chars];
|
| 				yy_current_state = yy_get_previous_state();
|
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_find_action;
| 			}
| 		break;
| 		}
|
| 	default:
| 		YY_FATAL_ERROR(
| 			"fatal flex scanner internal error--no action found" );
| 	} /* end of action switch */
| 		} /* end of scanning one token */
| 	} /* end of yylex */
|
|
| /* yy_get_next_buffer - try to read in a new buffer
|  *
|  * Returns a code representing an action:
|  *	EOB_ACT_LAST_MATCH -
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|  *	EOB_ACT_END_OF_FILE - end of file
|  */
|
| static int yy_get_next_buffer()
| 	{
| 	register char *dest = yy_current_buffer->yy_ch_buf;
| 	register char *source = yytext_ptr;
| 	register int number_to_move, i;
| 	int ret_val;
|
| 	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
| 		YY_FATAL_ERROR(
| 		"fatal flex scanner internal error--end of buffer missed" );
|
| 	if ( yy_current_buffer->yy_fill_buffer == 0 )
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
| 		if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
| 			{
| 			/* We matched a single character, the EOB, so
| 			 * treat this as a final EOF.
| 			 */
| 			return EOB_ACT_END_OF_FILE;
| 			}
|
| 		else
| 			{
| 			/* We matched some text prior to the EOB, first
| 			 * process it.
| 			 */
| 			return EOB_ACT_LAST_MATCH;
| 			}
| 		}
|
| 	/* Try to read more data. */
|
| 	/* First move last chars to start of buffer. */
| 	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
|
| 	for ( i = 0; i < number_to_move; ++i )
| 		*(dest++) = *(source++);
|
| 	if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| 		/* don't do the read, it's not guaranteed to return an EOF,
| 		 * just force an EOF
| 		 */
| 		yy_current_buffer->yy_n_chars = yy_n_chars = 0;
|
| 	else
| 		{
| 		int num_to_read =
| 			yy_current_buffer->yy_buf_size - number_to_move - 1;
|
| 		while ( num_to_read <= 0 )
| 			{ /* Not enough room in the buffer - grow it. */
| #ifdef YY_USES_REJECT
| 			YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses  
REJECT" );
| #else
|
| 			/* just a shorter name for the current buffer */
| 			YY_BUFFER_STATE b = yy_current_buffer;
|
| 			int yy_c_buf_p_offset =
| 				(int) (yy_c_buf_p - b->yy_ch_buf);
|
| 			if ( b->yy_is_our_buffer )
| 				{
| 				int new_size = b->yy_buf_size * 2;
|
| 				if ( new_size <= 0 )
| 					b->yy_buf_size += b->yy_buf_size / 8;
| 				else
| 					b->yy_buf_size *= 2;
|
| 				b->yy_ch_buf = (char *)
| 					/* Include room in for 2 EOB chars. */
| 					yy_flex_realloc( (void *) b->yy_ch_buf,
| 							 b->yy_buf_size + 2 );
| 				}
| 			else
| 				/* Can't grow it, we don't own it. */
| 				b->yy_ch_buf = 0;
|
| 			if ( ! b->yy_ch_buf )
| 				YY_FATAL_ERROR(
| 				"fatal error - scanner input buffer overflow" );
|
| 			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
|
| 			num_to_read = yy_current_buffer->yy_buf_size -
| 						number_to_move - 1;
| #endif
| 			}
|
| 		if ( num_to_read > YY_READ_BUF_SIZE )
| 			num_to_read = YY_READ_BUF_SIZE;
|
| 		/* Read in more data. */
| 		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
| 			yy_n_chars, num_to_read );
|
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
|
| 	if ( yy_n_chars == 0 )
| 		{
| 		if ( number_to_move == YY_MORE_ADJ )
| 			{
| 			ret_val = EOB_ACT_END_OF_FILE;
| 			yyrestart( yyin );
| 			}
|
| 		else
| 			{
| 			ret_val = EOB_ACT_LAST_MATCH;
| 			yy_current_buffer->yy_buffer_status =
| 				YY_BUFFER_EOF_PENDING;
| 			}
| 		}
|
| 	else
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
|
| 	yy_n_chars += number_to_move;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
|
| 	yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
|
| 	return ret_val;
| 	}
|
|
| /* yy_get_previous_state - get the state just before the EOB char  
was reached */
|
| static yy_state_type yy_get_previous_state()
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp;
|
| 	yy_current_state = yy_start;
|
| 	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
| 		{
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| 		if ( yy_accept[yy_current_state] )
| 			{
| 			yy_last_accepting_state = yy_current_state;
| 			yy_last_accepting_cpos = yy_cp;
| 			}
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] !=  
yy_current_state )
| 			{
| 			yy_current_state = (int) yy_def[yy_current_state];
| 			if ( yy_current_state >= 6 )
| 				yy_c = yy_meta[(unsigned int) yy_c];
| 			}
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned  
int) yy_c];
| 		}
|
| 	return yy_current_state;
| 	}
|
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
|  *
|  * synopsis
|  *	next_state = yy_try_NUL_trans( current_state );
|  */
|
| #ifdef YY_USE_PROTOS
| static yy_state_type yy_try_NUL_trans( yy_state_type  
yy_current_state )
| #else
| static yy_state_type yy_try_NUL_trans( yy_current_state )
| yy_state_type yy_current_state;
| #endif
| 	{
| 	register int yy_is_jam;
| 	register char *yy_cp = yy_c_buf_p;
|
| 	register YY_CHAR yy_c = 1;
| 	if ( yy_accept[yy_current_state] )
| 		{
| 		yy_last_accepting_state = yy_current_state;
| 		yy_last_accepting_cpos = yy_cp;
| 		}
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] !=  
yy_current_state )
| 		{
| 		yy_current_state = (int) yy_def[yy_current_state];
| 		if ( yy_current_state >= 6 )
| 			yy_c = yy_meta[(unsigned int) yy_c];
| 		}
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned  
int) yy_c];
| 	yy_is_jam = (yy_current_state == 5);
|
| 	return yy_is_jam ? 0 : yy_current_state;
| 	}
|
|
| #ifndef YY_NO_UNPUT
| #ifdef YY_USE_PROTOS
| static void yyunput( int c, register char *yy_bp )
| #else
| static void yyunput( c, yy_bp )
| int c;
| register char *yy_bp;
| #endif
| 	{
| 	register char *yy_cp = yy_c_buf_p;
|
| 	/* undo effects of setting up yytext */
| 	*yy_cp = yy_hold_char;
|
| 	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 		{ /* need to shift things up to make room */
| 		/* +2 for EOB chars. */
| 		register int number_to_move = yy_n_chars + 2;
| 		register char *dest = &yy_current_buffer->yy_ch_buf[
| 					yy_current_buffer->yy_buf_size + 2];
| 		register char *source =
| 				&yy_current_buffer->yy_ch_buf[number_to_move];
|
| 		while ( source > yy_current_buffer->yy_ch_buf )
| 			*--dest = *--source;
|
| 		yy_cp += (int) (dest - source);
| 		yy_bp += (int) (dest - source);
| 		yy_current_buffer->yy_n_chars =
| 			yy_n_chars = yy_current_buffer->yy_buf_size;
|
| 		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
| 		}
|
| 	*--yy_cp = (char) c;
|
|
| 	yytext_ptr = yy_bp;
| 	yy_hold_char = *yy_cp;
| 	yy_c_buf_p = yy_cp;
| 	}
| #endif	/* ifndef YY_NO_UNPUT */
|
|
| #ifdef __cplusplus
| static int yyinput()
| #else
| static int input()
| #endif
| 	{
| 	int c;
|
| 	*yy_c_buf_p = yy_hold_char;
|
| 	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
| 		{
| 		/* yy_c_buf_p now points to the character we want to return.
| 		 * If this occurs *before* the EOB characters, then it's a
| 		 * valid NUL; if not, then we've hit the end of the buffer.
| 		 */
| 		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			/* This was really a NUL. */
| 			*yy_c_buf_p = '\0';
|
| 		else
| 			{ /* need more input */
| 			int offset = yy_c_buf_p - yytext_ptr;
| 			++yy_c_buf_p;
|
| 			switch ( yy_get_next_buffer() )
| 				{
| 				case EOB_ACT_LAST_MATCH:
| 					/* This happens because yy_g_n_b()
| 					 * sees that we've accumulated a
| 					 * token and flags that we need to
| 					 * try matching the token before
| 					 * proceeding.  But for input(),
| 					 * there's no matching to consider.
| 					 * So convert the EOB_ACT_LAST_MATCH
| 					 * to EOB_ACT_END_OF_FILE.
| 					 */
|
| 					/* Reset buffer status. */
| 					yyrestart( yyin );
|
| 					/* fall through */
|
| 				case EOB_ACT_END_OF_FILE:
| 					{
| 					if ( yywrap() )
| 						return EOF;
|
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| #ifdef __cplusplus
| 					return yyinput();
| #else
| 					return input();
| #endif
| 					}
|
| 				case EOB_ACT_CONTINUE_SCAN:
| 					yy_c_buf_p = yytext_ptr + offset;
| 					break;
| 				}
| 			}
| 		}
|
| 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
| 	*yy_c_buf_p = '\0';	/* preserve yytext */
| 	yy_hold_char = *++yy_c_buf_p;
|
|
| 	return c;
| 	}
|
|
| #ifdef YY_USE_PROTOS
| void yyrestart( FILE *input_file )
| #else
| void yyrestart( input_file )
| FILE *input_file;
| #endif
| 	{
| 	if ( ! yy_current_buffer )
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
|
| 	yy_init_buffer( yy_current_buffer, input_file );
| 	yy_load_buffer_state();
| 	}
|
|
| #ifdef YY_USE_PROTOS
| void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
| #else
| void yy_switch_to_buffer( new_buffer )
| YY_BUFFER_STATE new_buffer;
| #endif
| 	{
| 	if ( yy_current_buffer == new_buffer )
| 		return;
|
| 	if ( yy_current_buffer )
| 		{
| 		/* Flush out information for old buffer. */
| 		*yy_c_buf_p = yy_hold_char;
| 		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
|
| 	yy_current_buffer = new_buffer;
| 	yy_load_buffer_state();
|
| 	/* We don't actually know whether we did this switch during
| 	 * EOF (yywrap()) processing, but the only time this flag
| 	 * is looked at is after yywrap() is called, so it's safe
| 	 * to go ahead and always set it.
| 	 */
| 	yy_did_buffer_switch_on_eof = 1;
| 	}
|
|
| #ifdef YY_USE_PROTOS
| void yy_load_buffer_state( void )
| #else
| void yy_load_buffer_state()
| #endif
| 	{
| 	yy_n_chars = yy_current_buffer->yy_n_chars;
| 	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
| 	yyin = yy_current_buffer->yy_input_file;
| 	yy_hold_char = *yy_c_buf_p;
| 	}
|
|
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
| #else
| YY_BUFFER_STATE yy_create_buffer( file, size )
| FILE *file;
| int size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
|
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct  
yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| 	b->yy_buf_size = size;
|
| 	/* yy_ch_buf has to be 2 characters longer than the size given  
because
| 	 * we need to put in 2 end-of-buffer characters.
| 	 */
| 	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
| 	if ( ! b->yy_ch_buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| 	b->yy_is_our_buffer = 1;
|
| 	yy_init_buffer( b, file );
|
| 	return b;
| 	}
|
|
| #ifdef YY_USE_PROTOS
| void yy_delete_buffer( YY_BUFFER_STATE b )
| #else
| void yy_delete_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 	{
| 	if ( ! b )
| 		return;
|
| 	if ( b == yy_current_buffer )
| 		yy_current_buffer = (YY_BUFFER_STATE) 0;
|
| 	if ( b->yy_is_our_buffer )
| 		yy_flex_free( (void *) b->yy_ch_buf );
|
| 	yy_flex_free( (void *) b );
| 	}
|
|
| #ifndef YY_ALWAYS_INTERACTIVE
| #ifndef YY_NEVER_INTERACTIVE
| extern int isatty YY_PROTO(( int ));
| #endif
| #endif
|
| #ifdef YY_USE_PROTOS
| void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
| #else
| void yy_init_buffer( b, file )
| YY_BUFFER_STATE b;
| FILE *file;
| #endif
|
|
| 	{
| 	yy_flush_buffer( b );
|
| 	b->yy_input_file = file;
| 	b->yy_fill_buffer = 1;
|
| #if YY_ALWAYS_INTERACTIVE
| 	b->yy_is_interactive = 1;
| #else
| #if YY_NEVER_INTERACTIVE
| 	b->yy_is_interactive = 0;
| #else
| 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
| #endif
| #endif
| 	}
|
|
| #ifdef YY_USE_PROTOS
| void yy_flush_buffer( YY_BUFFER_STATE b )
| #else
| void yy_flush_buffer( b )
| YY_BUFFER_STATE b;
| #endif
|
| 	{
| 	if ( ! b )
| 		return;
|
| 	b->yy_n_chars = 0;
|
| 	/* We always need two end-of-buffer characters.  The first causes
| 	 * a transition to the end-of-buffer state.  The second causes
| 	 * a jam in that state.
| 	 */
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
|
| 	b->yy_at_bol = 1;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
|
| 	if ( b == yy_current_buffer )
| 		yy_load_buffer_state();
| 	}
|
|
| #ifndef YY_NO_SCAN_BUFFER
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
| #else
| YY_BUFFER_STATE yy_scan_buffer( base, size )
| char *base;
| yy_size_t size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
|
| 	if ( size < 2 ||
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
| 		/* They forgot to leave room for the EOB's. */
| 		return 0;
|
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct  
yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
| 	b->yy_buf_pos = b->yy_ch_buf = base;
| 	b->yy_is_our_buffer = 0;
| 	b->yy_input_file = 0;
| 	b->yy_n_chars = b->yy_buf_size;
| 	b->yy_is_interactive = 0;
| 	b->yy_at_bol = 1;
| 	b->yy_fill_buffer = 0;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
|
| 	yy_switch_to_buffer( b );
|
| 	return b;
| 	}
| #endif
|
|
| #ifndef YY_NO_SCAN_STRING
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
| #else
| YY_BUFFER_STATE yy_scan_string( yy_str )
| yyconst char *yy_str;
| #endif
| 	{
| 	int len;
| 	for ( len = 0; yy_str[len]; ++len )
| 		;
|
| 	return yy_scan_bytes( yy_str, len );
| 	}
| #endif
|
|
| #ifndef YY_NO_SCAN_BYTES
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
| #else
| YY_BUFFER_STATE yy_scan_bytes( bytes, len )
| yyconst char *bytes;
| int len;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 	char *buf;
| 	yy_size_t n;
| 	int i;
|
| 	/* Get memory for full buffer, including space for trailing EOB's. */
| 	n = len + 2;
| 	buf = (char *) yy_flex_alloc( n );
| 	if ( ! buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| 	for ( i = 0; i < len; ++i )
| 		buf[i] = bytes[i];
|
| 	buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
|
| 	b = yy_scan_buffer( buf, n );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| 	/* It's okay to grow etc. this buffer, and we should throw it
| 	 * away when we're done.
| 	 */
| 	b->yy_is_our_buffer = 1;
|
| 	return b;
| 	}
| #endif
|
|
| #ifndef YY_NO_PUSH_STATE
| #ifdef YY_USE_PROTOS
| static void yy_push_state( int new_state )
| #else
| static void yy_push_state( new_state )
| int new_state;
| #endif
| 	{
| 	if ( yy_start_stack_ptr >= yy_start_stack_depth )
| 		{
| 		yy_size_t new_size;
|
| 		yy_start_stack_depth += YY_START_STACK_INCR;
| 		new_size = yy_start_stack_depth * sizeof( int );
|
| 		if ( ! yy_start_stack )
| 			yy_start_stack = (int *) yy_flex_alloc( new_size );
|
| 		else
| 			yy_start_stack = (int *) yy_flex_realloc(
| 					(void *) yy_start_stack, new_size );
|
| 		if ( ! yy_start_stack )
| 			YY_FATAL_ERROR(
| 			"out of memory expanding start-condition stack" );
| 		}
|
| 	yy_start_stack[yy_start_stack_ptr++] = YY_START;
|
| 	BEGIN(new_state);
| 	}
| #endif
|
|
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state()
| 	{
| 	if ( --yy_start_stack_ptr < 0 )
| 		YY_FATAL_ERROR( "start-condition stack underflow" );
|
| 	BEGIN(yy_start_stack[yy_start_stack_ptr]);
| 	}
| #endif
|
|
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state()
| 	{
| 	return yy_start_stack[yy_start_stack_ptr - 1];
| 	}
| #endif
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| #ifdef YY_USE_PROTOS
| static void yy_fatal_error( yyconst char msg[] )
| #else
| static void yy_fatal_error( msg )
| char msg[];
| #endif
| 	{
| 	(void) fprintf( stderr, "%s\n", msg );
| 	exit( YY_EXIT_FAILURE );
| 	}
|
|
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		yytext[yyleng] = yy_hold_char; \
| 		yy_c_buf_p = yytext + n; \
| 		yy_hold_char = *yy_c_buf_p; \
| 		*yy_c_buf_p = '\0'; \
| 		yyleng = n; \
| 		} \
| 	while ( 0 )
|
|
| /* Internal utility routines. */
|
| #ifndef yytext_ptr
| #ifdef YY_USE_PROTOS
| static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
| #else
| static void yy_flex_strncpy( s1, s2, n )
| char *s1;
| yyconst char *s2;
| int n;
| #endif
| 	{
| 	register int i;
| 	for ( i = 0; i < n; ++i )
| 		s1[i] = s2[i];
| 	}
| #endif
|
| #ifdef YY_NEED_STRLEN
| #ifdef YY_USE_PROTOS
| static int yy_flex_strlen( yyconst char *s )
| #else
| static int yy_flex_strlen( s )
| yyconst char *s;
| #endif
| 	{
| 	register int n;
| 	for ( n = 0; s[n]; ++n )
| 		;
|
| 	return n;
| 	}
| #endif
|
|
| #ifdef YY_USE_PROTOS
| static void *yy_flex_alloc( yy_size_t size )
| #else
| static void *yy_flex_alloc( size )
| yy_size_t size;
| #endif
| 	{
| 	return (void *) malloc( size );
| 	}
|
| #ifdef YY_USE_PROTOS
| static void *yy_flex_realloc( void *ptr, yy_size_t size )
| #else
| static void *yy_flex_realloc( ptr, size )
| void *ptr;
| yy_size_t size;
| #endif
| 	{
| 	/* The cast to (char *) in the following accommodates both
| 	 * implementations that use char* generic pointers, and those
| 	 * that use void* generic pointers.  It works with the latter
| 	 * because both ANSI C and C++ allow castless assignment from
| 	 * any pointer type to void*, and deal with argument conversions
| 	 * as though doing an assignment.
| 	 */
| 	return (void *) realloc( (char *) ptr, size );
| 	}
|
| #ifdef YY_USE_PROTOS
| static void yy_flex_free( void *ptr )
| #else
| static void yy_flex_free( ptr )
| void *ptr;
| #endif
| 	{
| 	free( ptr );
| 	}
|
| #if YY_MAIN
| int main()
| 	{
| 	yylex();
| 	return 0;
| 	}
| #endif
| #line 2 "conftest.l"
|
| extern char *yytext;
configure:33181: result: no
configure:33244: checking for ranlib
configure:33271: result: ranlib
configure:33438: creating ./config.status

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

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

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

on anagram.local

config.status:778: creating demos/pexpr-config.h
config.status:778: creating demos/calc/calc-config.h
config.status:778: creating Makefile
config.status:778: creating mpbsd/Makefile
config.status:778: creating mpf/Makefile
config.status:778: creating mpn/Makefile
config.status:778: creating mpq/Makefile
config.status:778: creating mpz/Makefile
config.status:778: creating printf/Makefile
config.status:778: creating scanf/Makefile
config.status:778: creating cxx/Makefile
config.status:778: creating tests/Makefile
config.status:778: creating tests/devel/Makefile
config.status:778: creating tests/mpbsd/Makefile
config.status:778: creating tests/mpf/Makefile
config.status:778: creating tests/mpn/Makefile
config.status:778: creating tests/mpq/Makefile
config.status:778: creating tests/mpz/Makefile
config.status:778: creating tests/rand/Makefile
config.status:778: creating tests/misc/Makefile
config.status:778: creating tests/cxx/Makefile
config.status:778: creating doc/Makefile
config.status:778: creating tune/Makefile
config.status:778: creating demos/Makefile
config.status:778: creating demos/calc/Makefile
config.status:778: creating demos/expr/Makefile
config.status:778: creating gmp.h
config.status:778: creating mp.h
config.status:882: creating config.h
config.status:1210: config.h is unchanged
config.status:1289: linking ./mpn/generic/add.c to mpn/add.c
config.status:1289: linking ./mpn/generic/add_1.c to mpn/add_1.c
config.status:1289: linking ./mpn/powerpc64/mode64/add_n.asm to mpn/ 
add_n.asm
config.status:1289: linking ./mpn/generic/sub.c to mpn/sub.c
config.status:1289: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
config.status:1289: linking ./mpn/powerpc64/mode64/sub_n.asm to mpn/ 
sub_n.asm
config.status:1289: linking ./mpn/powerpc64/mode64/mul_1.asm to mpn/ 
mul_1.asm
config.status:1289: linking ./mpn/powerpc64/mode64/addmul_1.asm to  
mpn/addmul_1.asm
config.status:1289: linking ./mpn/powerpc64/mode64/submul_1.asm to  
mpn/submul_1.asm
config.status:1289: linking ./mpn/powerpc64/lshift.asm to mpn/lshift.asm
config.status:1289: linking ./mpn/powerpc64/rshift.asm to mpn/rshift.asm
config.status:1289: linking ./mpn/generic/dive_1.c to mpn/dive_1.c
config.status:1289: linking ./mpn/generic/diveby3.c to mpn/diveby3.c
config.status:1289: linking ./mpn/generic/divis.c to mpn/divis.c
config.status:1289: linking ./mpn/generic/divrem.c to mpn/divrem.c
config.status:1289: linking ./mpn/generic/divrem_1.c to mpn/divrem_1.c
config.status:1289: linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
config.status:1289: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status:1289: linking ./mpn/generic/mod_1.c to mpn/mod_1.c
config.status:1289: linking ./mpn/generic/mod_34lsub1.c to mpn/ 
mod_34lsub1.c
config.status:1289: linking ./mpn/generic/mode1o.c to mpn/mode1o.c
config.status:1289: linking ./mpn/generic/pre_divrem_1.c to mpn/ 
pre_divrem_1.c
config.status:1289: linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status:1289: linking ./mpn/generic/dump.c to mpn/dump.c
config.status:1289: linking ./mpn/generic/mul.c to mpn/mul.c
config.status:1289: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status:1289: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
config.status:1289: linking ./mpn/generic/mul_basecase.c to mpn/ 
mul_basecase.c
config.status:1289: linking ./mpn/generic/sqr_basecase.c to mpn/ 
sqr_basecase.c
config.status:1289: linking ./mpn/generic/random.c to mpn/random.c
config.status:1289: linking ./mpn/generic/random2.c to mpn/random2.c
config.status:1289: linking ./mpn/generic/pow_1.c to mpn/pow_1.c
config.status:1289: linking ./mpn/generic/rootrem.c to mpn/rootrem.c
config.status:1289: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status:1289: linking ./mpn/generic/get_str.c to mpn/get_str.c
config.status:1289: linking ./mpn/generic/set_str.c to mpn/set_str.c
config.status:1289: linking ./mpn/generic/scan0.c to mpn/scan0.c
config.status:1289: linking ./mpn/generic/scan1.c to mpn/scan1.c
config.status:1289: linking ./mpn/powerpc64/vmx/popcount.asm to mpn/ 
popcount.asm
config.status:1289: linking ./mpn/generic/popham.c to mpn/hamdist.c
config.status:1289: linking ./mpn/generic/cmp.c to mpn/cmp.c
config.status:1289: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status:1289: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status:1289: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status:1289: linking ./mpn/generic/gcd.c to mpn/gcd.c
config.status:1289: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
config.status:1289: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status:1289: linking ./mpn/generic/dc_divrem_n.c to mpn/ 
dc_divrem_n.c
config.status:1289: linking ./mpn/generic/sb_divrem_mn.c to mpn/ 
sb_divrem_mn.c
config.status:1289: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
config.status:1289: linking ./mpn/generic/get_d.c to mpn/get_d.c
config.status:1289: linking ./mpn/generic/mullow_n.c to mpn/mullow_n.c
config.status:1289: linking ./mpn/generic/mullow_basecase.c to mpn/ 
mullow_basecase.c
config.status:1289: linking ./mpn/powerpc64/mode64/umul.asm to mpn/ 
umul.asm
config.status:1289: linking ./mpn/powerpc64/copyi.asm to mpn/copyi.asm
config.status:1289: linking ./mpn/powerpc64/copyd.asm to mpn/copyd.asm
config.status:1289: linking ./mpn/powerpc64/sqr_diagonal.asm to mpn/ 
sqr_diagonal.asm
config.status:1289: linking ./mpn/generic/addsub_n.c to mpn/addsub_n.c
config.status:1289: linking ./mpn/powerpc64/gmp-mparam.h to gmp-mparam.h

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

ac_cv_build=powerpc970-apple-darwin8.6.0
ac_cv_build_alias=powerpc970-apple-darwin8.6.0
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_stringize=yes
ac_cv_c_volatile=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_FOR_BUILD_set=
ac_cv_env_CPP_FOR_BUILD_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
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_exeext=
ac_cv_func_alarm=yes
ac_cv_func_attr_get=no
ac_cv_func_clock=yes
ac_cv_func_clock_gettime=no
ac_cv_func_cputime=no
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsysinfo=no
ac_cv_func_gettimeofday=yes
ac_cv_func_localeconv=yes
ac_cv_func_memset=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_obstack_vprintf=no
ac_cv_func_popen=yes
ac_cv_func_processor_info=yes
ac_cv_func_pstat_getprocessor=no
ac_cv_func_raise=yes
ac_cv_func_read_real_time=no
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigstack=no
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strnlen=no
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysctlbyname=yes
ac_cv_func_syssgi=no
ac_cv_func_times=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_fgetc=yes
ac_cv_have_decl_fscanf=yes
ac_cv_have_decl_optarg=yes
ac_cv_have_decl_sys_errlist=yes
ac_cv_have_decl_sys_nerr=yes
ac_cv_have_decl_ungetc=yes
ac_cv_have_decl_vfprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_invent_h=no
ac_cv_header_langinfo_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_hal_sysinfo_h=no
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_attributes_h=no
ac_cv_header_sys_iograph_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_processor_h=no
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_sysinfo_h=no
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=powerpc970-apple-darwin8.6.0
ac_cv_host_alias=powerpc970-apple-darwin8.6.0
ac_cv_lib_curses_tputs=no
ac_cv_lib_fl_yywrap=no
ac_cv_lib_l_yywrap=no
ac_cv_lib_ncurses_tputs=no
ac_cv_lib_readline_readline=no
ac_cv_member_struct_pst_processor_psp_iticksperclktick=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
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_egrep='grep -E'
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_mp_limb_t=8
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_type_intmax_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_mp_limb_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_quad_t=yes
ac_cv_type_signal=void
ac_cv_type_stack_t=yes
ac_cv_type_uint_least32_t=yes
ac_cv_type_unsigned=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_short=yes
gmp_cv_asm_align_log=yes
gmp_cv_asm_byte=.byte
gmp_cv_asm_data=.data
gmp_cv_asm_globl=.globl
gmp_cv_asm_globl_attr=
gmp_cv_asm_label_suffix=:
gmp_cv_asm_lsym_prefix=L
gmp_cv_asm_powerpc_pic=yes
gmp_cv_asm_powerpc_r_registers=yes
gmp_cv_asm_rodata='	.section  
__TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32'
gmp_cv_asm_size=
gmp_cv_asm_text=.text
gmp_cv_asm_type=
gmp_cv_asm_underscore=yes
gmp_cv_asm_w32=.long
gmp_cv_c_attribute_const=yes
gmp_cv_c_attribute_malloc=yes
gmp_cv_c_attribute_mode=yes
gmp_cv_c_attribute_noreturn=yes
gmp_cv_c_double_format='IEEE big endian'
gmp_cv_c_for_build_ansi=yes
gmp_cv_c_stdarg=yes
gmp_cv_check_libm_for_build=-lm
gmp_cv_func_alloca=yes
gmp_cv_func_sscanf_writable_input=no
gmp_cv_func_vsnprintf=yes
gmp_cv_header_alloca=yes
gmp_cv_m4_m4wrap_spurious=no
gmp_cv_option_alloca=alloca
gmp_cv_prog_cpp_for_build='gcc -E'
gmp_cv_prog_exeext_for_build=
gmp_cv_prog_m4=m4
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BCDEGRST] 
[BCDEGRST]*\)[ 	][ 	]*\(_\)\([_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=65536
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([BCDEGRST] 
[BCDEGRST]*\\)[ 	][ 	]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\ 
\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\ 
([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \ 
\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\ 
$/extern int \\1;/p'\''"'

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

ABI='mode64'
ACLOCAL='${SHELL} /Users/wade/Development/sickware/sdk/mac/gmp/ 
missing --run aclocal-1.8'
AMTAR='${SHELL} /Users/wade/Development/sickware/sdk/mac/gmp/missing  
--run tar'
ANSI2KNR=''
AR='ar'
AS='as'
AUTOCONF='${SHELL} /Users/wade/Development/sickware/sdk/mac/gmp/ 
missing --run autoconf'
AUTOHEADER='${SHELL} /Users/wade/Development/sickware/sdk/mac/gmp/ 
missing --run autoheader'
AUTOMAKE='${SHELL} /Users/wade/Development/sickware/sdk/mac/gmp/ 
missing --run automake-1.8'
AWK='awk'
BITS_PER_MP_LIMB='64'
CALLING_CONVENTIONS_OBJS=''
CC='gcc'
CCAS='gcc -c'
CC_FOR_BUILD='gcc'
CFLAGS='-m64 -mcpu=970 -O3'
CPP='gcc -E'
CPPFLAGS=''
CPP_FOR_BUILD='gcc -E'
CXX=''
CXXCPP=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
GMP_LDFLAGS=''
GMP_NAIL_BITS='0'
HAVE_CLOCK_01='1'
HAVE_CPUTIME_01='0'
HAVE_GETRUSAGE_01='1'
HAVE_GETTIMEOFDAY_01='1'
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='1'
HAVE_SIGACTION_01='1'
HAVE_SIGALTSTACK_01='1'
HAVE_SIGSTACK_01='0'
HAVE_STACK_T_01='1'
HAVE_SYS_RESOURCE_H_01='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX='flex'
LEXLIB=''
LEX_OUTPUT_ROOT='lex.yy'
LIBCURSES=''
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL='0'
LIBGMP_LDFLAGS=''
LIBM=''
LIBM_FOR_BUILD='-lm'
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/wade/Development/sickware/sdk/mac/gmp/ 
missing --run makeinfo'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs at swox.com'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 4.2.1'
PACKAGE_TARNAME='gmp'
PACKAGE_VERSION='4.2.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SPEED_CYCLECOUNTER_OBJ='powerpc64.lo'
STRIP='strip'
TAL_OBJECT='tal-reent.lo'
TUNE_SQR_OBJ=''
U=''
U_FOR_BUILD=''
VERSION='4.2.1'
WANT_CXX_FALSE=''
WANT_CXX_TRUE='#'
WANT_MPBSD_FALSE=''
WANT_MPBSD_TRUE='#'
WITH_READLINE_01='0'
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__leading_dot='.'
bindir='${exec_prefix}/bin'
build='powerpc970-apple-darwin8.6.0'
build_alias=''
build_cpu='powerpc970'
build_os='darwin8.6.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
gmp_srclinks=' mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/ 
sub_1.c mpn/sub_n.asm mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm  
mpn/lshift.asm mpn/rshift.asm mpn/dive_1.c mpn/diveby3.c mpn/divis.c  
mpn/divrem.c mpn/divrem_1.c mpn/divrem_2.c mpn/fib2_ui.c mpn/mod_1.c  
mpn/mod_34lsub1.c mpn/mode1o.c mpn/pre_divrem_1.c mpn/pre_mod_1.c mpn/ 
dump.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.c mpn/ 
sqr_basecase.c mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c  
mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/ 
popcount.asm mpn/hamdist.c mpn/cmp.c mpn/perfsqr.c mpn/bdivmod.c mpn/ 
gcd_1.c mpn/gcd.c mpn/gcdext.c mpn/tdiv_qr.c mpn/dc_divrem_n.c mpn/ 
sb_divrem_mn.c mpn/jacbase.c mpn/get_d.c mpn/mullow_n.c mpn/ 
mullow_basecase.c mpn/umul.asm mpn/copyi.asm mpn/copyd.asm mpn/ 
sqr_diagonal.asm mpn/addsub_n.c gmp-mparam.h'
host='powerpc970-apple-darwin8.6.0'
host_alias=''
host_cpu='powerpc970'
host_os='darwin8.6.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/Users/wade/Development/sickware/sdk/mac/gmp/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(install_sh) -d'
mpn_objects=' add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo  
sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1 
$U.lo diveby3$U.lo divis$U.lo divrem$U.lo divrem_1$U.lo divrem_2$U.lo  
fib2_ui$U.lo mod_1$U.lo mod_34lsub1$U.lo mode1o$U.lo pre_divrem_1 
$U.lo pre_mod_1$U.lo dump$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo  
mul_basecase$U.lo sqr_basecase$U.lo random$U.lo random2$U.lo pow_1 
$U.lo rootrem$U.lo sqrtrem$U.lo get_str$U.lo set_str$U.lo scan0$U.lo  
scan1$U.lo popcount.lo hamdist$U.lo cmp$U.lo perfsqr$U.lo bdivmod 
$U.lo gcd_1$U.lo gcd$U.lo gcdext$U.lo tdiv_qr$U.lo dc_divrem_n$U.lo  
sb_divrem_mn$U.lo jacbase$U.lo get_d$U.lo mullow_n$U.lo  
mullow_basecase$U.lo umul.lo copyi.lo copyd.lo sqr_diagonal.lo  
addsub_n$U.lo'
mpn_objs_in_libgmp=' mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub 
$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/ 
submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1$U.lo mpn/diveby3 
$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1$U.lo mpn/divrem_2 
$U.lo mpn/fib2_ui$U.lo mpn/mod_1$U.lo mpn/mod_34lsub1$U.lo mpn/mode1o 
$U.lo mpn/pre_divrem_1$U.lo mpn/pre_mod_1$U.lo mpn/dump$U.lo mpn/mul 
$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase$U.lo mpn/ 
sqr_basecase$U.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/ 
rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/ 
scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist$U.lo mpn/cmp 
$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo  
mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn 
$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/ 
mullow_basecase$U.lo mpn/umul.lo mpn/copyi.lo mpn/copyd.lo mpn/ 
sqr_diagonal.lo mpn/addsub_n$U.lo'
mpn_objs_in_libmp=' mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub 
$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/ 
submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1$U.lo mpn/diveby3 
$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1$U.lo mpn/divrem_2 
$U.lo mpn/fib2_ui$U.lo mpn/mod_1$U.lo mpn/mod_34lsub1$U.lo mpn/mode1o 
$U.lo mpn/pre_divrem_1$U.lo mpn/pre_mod_1$U.lo mpn/dump$U.lo mpn/mul 
$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase$U.lo mpn/ 
sqr_basecase$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo  
mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/ 
popcount.lo mpn/hamdist$U.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod 
$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo  
mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d 
$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/umul.lo mpn/ 
copyi.lo mpn/copyd.lo mpn/sqr_diagonal.lo mpn/addsub_n$U.lo'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define GMP_MPARAM_H_SUGGEST "./mpn/powerpc64/gmp-mparam.h"
#define HAVE_ALARM 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ATTRIBUTE_CONST 1
#define HAVE_ATTRIBUTE_MALLOC 1
#define HAVE_ATTRIBUTE_MODE 1
#define HAVE_ATTRIBUTE_NORETURN 1
#define HAVE_CLOCK 1
#define HAVE_DECL_FGETC 1
#define HAVE_DECL_FSCANF 1
#define HAVE_DECL_OPTARG 1
#define HAVE_DECL_SYS_ERRLIST 1
#define HAVE_DECL_SYS_NERR 1
#define HAVE_DECL_UNGETC 1
#define HAVE_DECL_VFPRINTF 1
#define HAVE_DLFCN_H 1
#define HAVE_DOUBLE_IEEE_BIG_ENDIAN 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_HOST_CPU_FAMILY_powerpc 1
#define HAVE_HOST_CPU_powerpc970 1
#define HAVE_INTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIMB_BIG_ENDIAN 1
#define HAVE_LOCALECONV 1
#define HAVE_LOCALE_H 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_MMAP 1
#define HAVE_MPROTECT 1
#define HAVE_NATIVE_mpn_add_n 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_addmul_1c 1
#define HAVE_NATIVE_mpn_copyd 1
#define HAVE_NATIVE_mpn_copyi 1
#define HAVE_NATIVE_mpn_lshift 1
#define HAVE_NATIVE_mpn_mul_1 1
#define HAVE_NATIVE_mpn_mul_1c 1
#define HAVE_NATIVE_mpn_popcount 1
#define HAVE_NATIVE_mpn_rshift 1
#define HAVE_NATIVE_mpn_sqr_diagonal 1
#define HAVE_NATIVE_mpn_sub_n 1
#define HAVE_NATIVE_mpn_submul_1 1
#define HAVE_NATIVE_mpn_submul_1c 1
#define HAVE_NATIVE_mpn_umul_ppmm 1
#define HAVE_NL_LANGINFO 1
#define HAVE_NL_TYPES_H 1
#define HAVE_POPEN 1
#define HAVE_PROCESSOR_INFO 1
#define HAVE_PTRDIFF_T 1
#define HAVE_QUAD_T 1
#define HAVE_RAISE 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SPEED_CYCLECOUNTER 0
#define HAVE_STACK_T 1
#define HAVE_STDARG 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRERROR 1
#define HAVE_STRINGIZE 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE_SYSCTL 1
#define HAVE_SYSCTLBYNAME 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIMES 1
#define HAVE_UINT_LEAST32_T 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define LSYM_PREFIX "L"
#define PACKAGE "gmp"
#define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
#define PACKAGE_NAME "GNU MP"
#define PACKAGE_STRING "GNU MP 4.2.1"
#define PACKAGE_TARNAME "gmp"
#define PACKAGE_VERSION "4.2.1"
#define PROTOTYPES 1
#define RETSIGTYPE void
#define SIZEOF_MP_LIMB_T 8
#define SIZEOF_UNSIGNED 4
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED_SHORT 2
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
#define VERSION "4.2.1"
#define WANT_FFT 1
#define WANT_TMP_ALLOCA 1
#define __PROTOTYPES 1

configure: exit 0

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gmplib.org/list-archives/gmp-bugs/attachments/20060530/aef0de91/attachment-0001.html


More information about the gmp-bugs mailing list