GMP Compile Errors on Solaris 9

Assistant SysAdmin sysassist at cs.uleth.ca
Fri May 14 16:48:53 CEST 2004


Hello,
Thank you for taking the time to review this report.  Here is the
information required as specified by the manual:

GMP Version: 4.1.3

Test Program: None Available

What is Wrong: Essentially I cannot get GMP to compile on my Solaris
machines.  The machines are Sun Ultrasparcs running Solaris 9.

Configuration Options: I have done both vanilla ./configs and I have
also specified build= none, host=ultrasparc2i-sun-solaris2.9, ABI=64.
Both result in the same compile error.

A which on CC gives me:
/usr/local/SUNWspro/bin/cc
Which I interpret as being the sun compiler.  It's version number is:
Sun WorkShop Compiler C SPARC Version 5.000

The output of uname -a is:
SunOS nato 5.9 Generic sun4u sparc SUNW,Ultra-5_10

The output of ./config.guess:
ultrasparc2i-sun-solaris2.9

The output of ./configfsf.guess:
sparc-sun-solaris2.9

As I am not sure if the error lies with configure I will include the
log to be on the safe side.  I have also included a log that contains
all the output of make.  I don't believe that the compile error is
the result of an asm file not assembling.

I have been able to get GMP to compile on both my Linux machine as
well as my Powerbook.  Unfortunately, I am dealing with a lab full of
sun machines.  Since I would like to use GMP on those machines I'm
going to have to get it to compile somehow.  I have done various
google searches but I have not been able to come up with a way to
solve the problem.


Here is what I think is pertinent regarding the compile error:
(If I do a second make this is where it dies)

/bin/sh ../libtool --mode=link cc  -fast -fns=no -fsimple=1 -xarch=v9
    -o
libmpn.la   mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo
sub_n.lo
mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo
diveby3.lo
divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo
mod_34lsub1.lo
mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mul.lo mul_fft.lo
mul_n.lo
mul_basecase.lo sqr_basecase.lo random.lo random2.lo pow_1.lo
rootrem.lo
sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo
hamdist.lo
cmp.lo
perfsqr.lo bdivmod.lo gcd_1.lo gcd.lo gcdext.lo tdiv_qr.lo
dc_divrem_n.lo
sb_divrem_mn.lo jacbase.lo copyi.lo copyd.lo sqr_diagonal.lo
rm -fr  .libs/libmpn.a
ar cq .libs/libmpn.a .libs/mp_bases.o .libs/add.o .libs/add_1.o
.libs/add_n.o
.libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/mul_1.o
.libs/addmul_1.o
.libs/submul_1.o .libs/lshift.o .libs/rshift.o .libs/dive_1.o
.libs/diveby3.o
.libs/divis.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o
.libs/fib2_ui.o
.libs/mod_1.o .libs/mod_34lsub1.o .libs/mode1o.o .libs/pre_divrem_1.o
.libs/pre_mod_1.o .libs/dump.o .libs/mul.o .libs/mul_fft.o
.libs/mul_n.o
.libs/mul_basecase.o .libs/sqr_basecase.o .libs/random.o
.libs/random2.o
.libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/get_str.o
.libs/set_str.o
.libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o
.libs/cmp.o
.libs/perfsqr.o .libs/bdivmod.o .libs/gcd_1.o .libs/gcd.o
.libs/gcdext.o
.libs/tdiv_qr.o .libs/dc_divrem_n.o .libs/sb_divrem_mn.o
.libs/jacbase.o
.libs/copyi.o .libs/copyd.o .libs/sqr_diagonal.o
- at true .libs/libmpn.a
../libtool: - at true: execute permission denied
*** Error code 1
make: Fatal error: Command failed for target `libmpn.la'
Current working directory /home/sysassist/temp/GMP/gmp-4.1.3/mpn
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/sysassist/temp/GMP/gmp-4.1.3
*** Error code 1
make: Fatal error: Command failed for target `all'

I do not understand why it is saying "execute permission denied". The
libtool that is in the directory is executable and I can run it just
fine.  As I watch it compile I can see libtool being used previously
and not bailing.  I'm not sure why it can't be used at this point.

Any help is greatly appreciated,
David Lenz

Attached:
compile.log - log contains everything that followed a make in my gmp dir
config.log  - generated by ./configure --build=none 
--host=ultrasparc2i-sun-solaris2.9 ABI =64 ;;
//
-------------- next part --------------
make  all-recursive
Making all in tests
Making all in .
Making all in devel
Making all in mpn
Making all in mpz
Making all in mpq
Making all in mpf
Making all in rand
Making all in misc
Making all in cxx
Making all in mpbsd
Making all in mpn
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mp_bases | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mp_bases.lo `test -f mp_bases.c || echo './'`mp_bases.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -fast -fns=no -fsimple=1 -xarch=v9 -c mp_bases.c  -KPIC -DPIC -o .libs/mp_bases.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -fast -fns=no -fsimple=1 -xarch=v9 -c mp_bases.c -o mp_bases.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o add.lo `test -f add.c || echo './'`add.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -fast -fns=no -fsimple=1 -xarch=v9 -c add.c  -KPIC -DPIC -o .libs/add.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -fast -fns=no -fsimple=1 -xarch=v9 -c add.c -o add.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o add_1.lo `test -f add_1.c || echo './'`add_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -fast -fns=no -fsimple=1 -xarch=v9 -c add_1.c  -KPIC -DPIC -o .libs/add_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -fast -fns=no -fsimple=1 -xarch=v9 -c add_1.c -o add_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add_n | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f add_n.asm || echo './'`add_n.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -fast -fns=no -fsimple=1 -xarch=v9 add_n.asm  -KPIC -DPIC -o .libs/add_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm >tmp-add_n.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -fast -fns=no -fsimple=1 -xarch=v9 tmp-add_n.s -KPIC -DPIC -o .libs/add_n.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -fast -fns=no -fsimple=1 -xarch=v9 add_n.asm -o add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o sub.lo `test -f sub.c || echo './'`sub.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -fast -fns=no -fsimple=1 -xarch=v9 -c sub.c  -KPIC -DPIC -o .libs/sub.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -fast -fns=no -fsimple=1 -xarch=v9 -c sub.c -o sub.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o sub_1.lo `test -f sub_1.c || echo './'`sub_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -fast -fns=no -fsimple=1 -xarch=v9 -c sub_1.c  -KPIC -DPIC -o .libs/sub_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -fast -fns=no -fsimple=1 -xarch=v9 -c sub_1.c -o sub_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub_n | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f sub_n.asm || echo './'`sub_n.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -fast -fns=no -fsimple=1 -xarch=v9 sub_n.asm  -KPIC -DPIC -o .libs/sub_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DPIC sub_n.asm >tmp-sub_n.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -fast -fns=no -fsimple=1 -xarch=v9 tmp-sub_n.s -KPIC -DPIC -o .libs/sub_n.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -fast -fns=no -fsimple=1 -xarch=v9 sub_n.asm -o sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_1 | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f mul_1.asm || echo './'`mul_1.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -fast -fns=no -fsimple=1 -xarch=v9 mul_1.asm  -KPIC -DPIC -o .libs/mul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DPIC mul_1.asm >tmp-mul_1.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -fast -fns=no -fsimple=1 -xarch=v9 tmp-mul_1.s -KPIC -DPIC -o .libs/mul_1.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -fast -fns=no -fsimple=1 -xarch=v9 mul_1.asm -o mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo addmul_1 | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f addmul_1.asm || echo './'`addmul_1.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -fast -fns=no -fsimple=1 -xarch=v9 addmul_1.asm  -KPIC -DPIC -o .libs/addmul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DPIC addmul_1.asm >tmp-addmul_1.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -fast -fns=no -fsimple=1 -xarch=v9 tmp-addmul_1.s -KPIC -DPIC -o .libs/addmul_1.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -fast -fns=no -fsimple=1 -xarch=v9 addmul_1.asm -o addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo submul_1 | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f submul_1.asm || echo './'`submul_1.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -fast -fns=no -fsimple=1 -xarch=v9 submul_1.asm  -KPIC -DPIC -o .libs/submul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -DPIC submul_1.asm >tmp-submul_1.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -fast -fns=no -fsimple=1 -xarch=v9 tmp-submul_1.s -KPIC -DPIC -o .libs/submul_1.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -fast -fns=no -fsimple=1 -xarch=v9 submul_1.asm -o submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo lshift | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f lshift.asm || echo './'`lshift.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -fast -fns=no -fsimple=1 -xarch=v9 lshift.asm  -KPIC -DPIC -o .libs/lshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -DPIC lshift.asm >tmp-lshift.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -fast -fns=no -fsimple=1 -xarch=v9 tmp-lshift.s -KPIC -DPIC -o .libs/lshift.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -fast -fns=no -fsimple=1 -xarch=v9 lshift.asm -o lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo rshift | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f rshift.asm || echo './'`rshift.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -fast -fns=no -fsimple=1 -xarch=v9 rshift.asm  -KPIC -DPIC -o .libs/rshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -DPIC rshift.asm >tmp-rshift.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -fast -fns=no -fsimple=1 -xarch=v9 tmp-rshift.s -KPIC -DPIC -o .libs/rshift.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -fast -fns=no -fsimple=1 -xarch=v9 rshift.asm -o rshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo dive_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o dive_1.lo `test -f dive_1.c || echo './'`dive_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -fast -fns=no -fsimple=1 -xarch=v9 -c dive_1.c  -KPIC -DPIC -o .libs/dive_1.o
"dive_1.c", line 106: warning: loop not entered at top
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -fast -fns=no -fsimple=1 -xarch=v9 -c dive_1.c -o dive_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo diveby3 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o diveby3.lo `test -f diveby3.c || echo './'`diveby3.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -fast -fns=no -fsimple=1 -xarch=v9 -c diveby3.c  -KPIC -DPIC -o .libs/diveby3.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -fast -fns=no -fsimple=1 -xarch=v9 -c diveby3.c -o diveby3.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divis | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o divis.lo `test -f divis.c || echo './'`divis.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -fast -fns=no -fsimple=1 -xarch=v9 -c divis.c  -KPIC -DPIC -o .libs/divis.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -fast -fns=no -fsimple=1 -xarch=v9 -c divis.c -o divis.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divrem | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o divrem.lo `test -f divrem.c || echo './'`divrem.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -fast -fns=no -fsimple=1 -xarch=v9 -c divrem.c  -KPIC -DPIC -o .libs/divrem.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -fast -fns=no -fsimple=1 -xarch=v9 -c divrem.c -o divrem.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divrem_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o divrem_1.lo `test -f divrem_1.c || echo './'`divrem_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -fast -fns=no -fsimple=1 -xarch=v9 -c divrem_1.c  -KPIC -DPIC -o .libs/divrem_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -fast -fns=no -fsimple=1 -xarch=v9 -c divrem_1.c -o divrem_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divrem_2 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o divrem_2.lo `test -f divrem_2.c || echo './'`divrem_2.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -fast -fns=no -fsimple=1 -xarch=v9 -c divrem_2.c  -KPIC -DPIC -o .libs/divrem_2.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -fast -fns=no -fsimple=1 -xarch=v9 -c divrem_2.c -o divrem_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo fib2_ui | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o fib2_ui.lo `test -f fib2_ui.c || echo './'`fib2_ui.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -fast -fns=no -fsimple=1 -xarch=v9 -c fib2_ui.c  -KPIC -DPIC -o .libs/fib2_ui.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -fast -fns=no -fsimple=1 -xarch=v9 -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mod_1.lo `test -f mod_1.c || echo './'`mod_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -fast -fns=no -fsimple=1 -xarch=v9 -c mod_1.c  -KPIC -DPIC -o .libs/mod_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -fast -fns=no -fsimple=1 -xarch=v9 -c mod_1.c -o mod_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mod_34lsub1.lo `test -f mod_34lsub1.c || echo './'`mod_34lsub1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -fast -fns=no -fsimple=1 -xarch=v9 -c mod_34lsub1.c  -KPIC -DPIC -o .libs/mod_34lsub1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -fast -fns=no -fsimple=1 -xarch=v9 -c mod_34lsub1.c -o mod_34lsub1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mode1o | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mode1o.lo `test -f mode1o.c || echo './'`mode1o.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -fast -fns=no -fsimple=1 -xarch=v9 -c mode1o.c  -KPIC -DPIC -o .libs/mode1o.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -fast -fns=no -fsimple=1 -xarch=v9 -c mode1o.c -o mode1o.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o pre_divrem_1.lo `test -f pre_divrem_1.c || echo './'`pre_divrem_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -fast -fns=no -fsimple=1 -xarch=v9 -c pre_divrem_1.c  -KPIC -DPIC -o .libs/pre_divrem_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -fast -fns=no -fsimple=1 -xarch=v9 -c pre_divrem_1.c -o pre_divrem_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo pre_mod_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o pre_mod_1.lo `test -f pre_mod_1.c || echo './'`pre_mod_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -fast -fns=no -fsimple=1 -xarch=v9 -c pre_mod_1.c  -KPIC -DPIC -o .libs/pre_mod_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -fast -fns=no -fsimple=1 -xarch=v9 -c pre_mod_1.c -o pre_mod_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo dump | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o dump.lo `test -f dump.c || echo './'`dump.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -fast -fns=no -fsimple=1 -xarch=v9 -c dump.c  -KPIC -DPIC -o .libs/dump.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -fast -fns=no -fsimple=1 -xarch=v9 -c dump.c -o dump.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mul.lo `test -f mul.c || echo './'`mul.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -fast -fns=no -fsimple=1 -xarch=v9 -c mul.c  -KPIC -DPIC -o .libs/mul.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -fast -fns=no -fsimple=1 -xarch=v9 -c mul.c -o mul.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_fft | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mul_fft.lo `test -f mul_fft.c || echo './'`mul_fft.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -fast -fns=no -fsimple=1 -xarch=v9 -c mul_fft.c  -KPIC -DPIC -o .libs/mul_fft.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -fast -fns=no -fsimple=1 -xarch=v9 -c mul_fft.c -o mul_fft.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_n | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mul_n.lo `test -f mul_n.c || echo './'`mul_n.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -fast -fns=no -fsimple=1 -xarch=v9 -c mul_n.c  -KPIC -DPIC -o .libs/mul_n.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -fast -fns=no -fsimple=1 -xarch=v9 -c mul_n.c -o mul_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_basecase | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o mul_basecase.lo `test -f mul_basecase.c || echo './'`mul_basecase.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -fast -fns=no -fsimple=1 -xarch=v9 -c mul_basecase.c  -KPIC -DPIC -o .libs/mul_basecase.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -fast -fns=no -fsimple=1 -xarch=v9 -c mul_basecase.c -o mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sqr_basecase | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o sqr_basecase.lo `test -f sqr_basecase.c || echo './'`sqr_basecase.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -fast -fns=no -fsimple=1 -xarch=v9 -c sqr_basecase.c  -KPIC -DPIC -o .libs/sqr_basecase.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -fast -fns=no -fsimple=1 -xarch=v9 -c sqr_basecase.c -o sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo random | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o random.lo `test -f random.c || echo './'`random.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -fast -fns=no -fsimple=1 -xarch=v9 -c random.c  -KPIC -DPIC -o .libs/random.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -fast -fns=no -fsimple=1 -xarch=v9 -c random.c -o random.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo random2 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o random2.lo `test -f random2.c || echo './'`random2.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -fast -fns=no -fsimple=1 -xarch=v9 -c random2.c  -KPIC -DPIC -o .libs/random2.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -fast -fns=no -fsimple=1 -xarch=v9 -c random2.c -o random2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo pow_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o pow_1.lo `test -f pow_1.c || echo './'`pow_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -fast -fns=no -fsimple=1 -xarch=v9 -c pow_1.c  -KPIC -DPIC -o .libs/pow_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -fast -fns=no -fsimple=1 -xarch=v9 -c pow_1.c -o pow_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo rootrem | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o rootrem.lo `test -f rootrem.c || echo './'`rootrem.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -fast -fns=no -fsimple=1 -xarch=v9 -c rootrem.c  -KPIC -DPIC -o .libs/rootrem.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -fast -fns=no -fsimple=1 -xarch=v9 -c rootrem.c -o rootrem.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sqrtrem | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o sqrtrem.lo `test -f sqrtrem.c || echo './'`sqrtrem.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -fast -fns=no -fsimple=1 -xarch=v9 -c sqrtrem.c  -KPIC -DPIC -o .libs/sqrtrem.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -fast -fns=no -fsimple=1 -xarch=v9 -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo get_str | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o get_str.lo `test -f get_str.c || echo './'`get_str.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -fast -fns=no -fsimple=1 -xarch=v9 -c get_str.c  -KPIC -DPIC -o .libs/get_str.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -fast -fns=no -fsimple=1 -xarch=v9 -c get_str.c -o get_str.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo set_str | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o set_str.lo `test -f set_str.c || echo './'`set_str.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -fast -fns=no -fsimple=1 -xarch=v9 -c set_str.c  -KPIC -DPIC -o .libs/set_str.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -fast -fns=no -fsimple=1 -xarch=v9 -c set_str.c -o set_str.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo scan0 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o scan0.lo `test -f scan0.c || echo './'`scan0.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -fast -fns=no -fsimple=1 -xarch=v9 -c scan0.c  -KPIC -DPIC -o .libs/scan0.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -fast -fns=no -fsimple=1 -xarch=v9 -c scan0.c -o scan0.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo scan1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o scan1.lo `test -f scan1.c || echo './'`scan1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -fast -fns=no -fsimple=1 -xarch=v9 -c scan1.c  -KPIC -DPIC -o .libs/scan1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -fast -fns=no -fsimple=1 -xarch=v9 -c scan1.c -o scan1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo popcount | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o popcount.lo `test -f popcount.c || echo './'`popcount.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -fast -fns=no -fsimple=1 -xarch=v9 -c popcount.c  -KPIC -DPIC -o .libs/popcount.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -fast -fns=no -fsimple=1 -xarch=v9 -c popcount.c -o popcount.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hamdist | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o hamdist.lo `test -f hamdist.c || echo './'`hamdist.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -fast -fns=no -fsimple=1 -xarch=v9 -c hamdist.c  -KPIC -DPIC -o .libs/hamdist.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -fast -fns=no -fsimple=1 -xarch=v9 -c hamdist.c -o hamdist.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo cmp | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o cmp.lo `test -f cmp.c || echo './'`cmp.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -fast -fns=no -fsimple=1 -xarch=v9 -c cmp.c  -KPIC -DPIC -o .libs/cmp.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -fast -fns=no -fsimple=1 -xarch=v9 -c cmp.c -o cmp.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo perfsqr | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o perfsqr.lo `test -f perfsqr.c || echo './'`perfsqr.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -fast -fns=no -fsimple=1 -xarch=v9 -c perfsqr.c  -KPIC -DPIC -o .libs/perfsqr.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -fast -fns=no -fsimple=1 -xarch=v9 -c perfsqr.c -o perfsqr.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo bdivmod | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o bdivmod.lo `test -f bdivmod.c || echo './'`bdivmod.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdivmod -fast -fns=no -fsimple=1 -xarch=v9 -c bdivmod.c  -KPIC -DPIC -o .libs/bdivmod.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdivmod -fast -fns=no -fsimple=1 -xarch=v9 -c bdivmod.c -o bdivmod.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcd_1 | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o gcd_1.lo `test -f gcd_1.c || echo './'`gcd_1.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -fast -fns=no -fsimple=1 -xarch=v9 -c gcd_1.c  -KPIC -DPIC -o .libs/gcd_1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -fast -fns=no -fsimple=1 -xarch=v9 -c gcd_1.c -o gcd_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcd | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o gcd.lo `test -f gcd.c || echo './'`gcd.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -fast -fns=no -fsimple=1 -xarch=v9 -c gcd.c  -KPIC -DPIC -o .libs/gcd.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -fast -fns=no -fsimple=1 -xarch=v9 -c gcd.c -o gcd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcdext | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o gcdext.lo `test -f gcdext.c || echo './'`gcdext.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -fast -fns=no -fsimple=1 -xarch=v9 -c gcdext.c  -KPIC -DPIC -o .libs/gcdext.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -fast -fns=no -fsimple=1 -xarch=v9 -c gcdext.c -o gcdext.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo tdiv_qr | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o tdiv_qr.lo `test -f tdiv_qr.c || echo './'`tdiv_qr.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -fast -fns=no -fsimple=1 -xarch=v9 -c tdiv_qr.c  -KPIC -DPIC -o .libs/tdiv_qr.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -fast -fns=no -fsimple=1 -xarch=v9 -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo dc_divrem_n | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o dc_divrem_n.lo `test -f dc_divrem_n.c || echo './'`dc_divrem_n.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_divrem_n -fast -fns=no -fsimple=1 -xarch=v9 -c dc_divrem_n.c  -KPIC -DPIC -o .libs/dc_divrem_n.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_divrem_n -fast -fns=no -fsimple=1 -xarch=v9 -c dc_divrem_n.c -o dc_divrem_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sb_divrem_mn | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o sb_divrem_mn.lo `test -f sb_divrem_mn.c || echo './'`sb_divrem_mn.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_divrem_mn -fast -fns=no -fsimple=1 -xarch=v9 -c sb_divrem_mn.c  -KPIC -DPIC -o .libs/sb_divrem_mn.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_divrem_mn -fast -fns=no -fsimple=1 -xarch=v9 -c sb_divrem_mn.c -o sb_divrem_mn.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo jacbase | sed 's/_$//'`    -fast -fns=no -fsimple=1 -xarch=v9 -c -o jacbase.lo `test -f jacbase.c || echo './'`jacbase.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -fast -fns=no -fsimple=1 -xarch=v9 -c jacbase.c  -KPIC -DPIC -o .libs/jacbase.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -fast -fns=no -fsimple=1 -xarch=v9 -c jacbase.c -o jacbase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo copyi | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f copyi.asm || echo './'`copyi.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -fast -fns=no -fsimple=1 -xarch=v9 copyi.asm  -KPIC -DPIC -o .libs/copyi.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyi -DPIC copyi.asm >tmp-copyi.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -fast -fns=no -fsimple=1 -xarch=v9 tmp-copyi.s -KPIC -DPIC -o .libs/copyi.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -fast -fns=no -fsimple=1 -xarch=v9 copyi.asm -o copyi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo copyd | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f copyd.asm || echo './'`copyd.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -fast -fns=no -fsimple=1 -xarch=v9 copyd.asm  -KPIC -DPIC -o .libs/copyd.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyd -DPIC copyd.asm >tmp-copyd.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -fast -fns=no -fsimple=1 -xarch=v9 tmp-copyd.s -KPIC -DPIC -o .libs/copyd.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -fast -fns=no -fsimple=1 -xarch=v9 copyd.asm -o copyd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sqr_diagonal | sed 's/_$//'`     -fast -fns=no -fsimple=1 -xarch=v9 `test -f sqr_diagonal.asm || echo './'`sqr_diagonal.asm
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diagonal -fast -fns=no -fsimple=1 -xarch=v9 sqr_diagonal.asm  -KPIC -DPIC -o .libs/sqr_diagonal.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_diagonal -DPIC sqr_diagonal.asm >tmp-sqr_diagonal.s
 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diagonal -fast -fns=no -fsimple=1 -xarch=v9 tmp-sqr_diagonal.s -KPIC -DPIC -o .libs/sqr_diagonal.o
../mpn/m4-ccas --m4=m4 cc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diagonal -fast -fns=no -fsimple=1 -xarch=v9 sqr_diagonal.asm -o sqr_diagonal.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link cc  -fast -fns=no -fsimple=1 -xarch=v9    -o libmpn.la   mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mul.lo mul_fft.lo mul_n.lo mul_basecase.lo sqr_basecase.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfsqr.lo bdivmod.lo gcd_1.lo gcd.lo gcdext.lo tdiv_qr.lo dc_divrem_n.lo sb_divrem_mn.lo jacbase.lo copyi.lo copyd.lo sqr_diagonal.lo 
ar cq .libs/libmpn.a .libs/mp_bases.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/lshift.o .libs/rshift.o .libs/dive_1.o .libs/diveby3.o .libs/divis.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/mode1o.o .libs/pre_divrem_1.o .libs/pre_mod_1.o .libs/dump.o .libs/mul.o .libs/mul_fft.o .libs/mul_n.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/perfsqr.o .libs/bdivmod.o .libs/gcd_1.o .libs/gcd.o .libs/gcdext.o .libs/tdiv_qr.o .libs/dc_divrem_n.o .libs/sb_divrem_mn.o .libs/jacbase.o .libs/copyi.o .libs/copyd.o .libs/sqr_diagonal.o
- at true .libs/libmpn.a
../libtool: - at true: execute permission denied
*** Error code 1
make: Fatal error: Command failed for target `libmpn.la'
Current working directory /home/sysassist/temp/GMP/gmp-4.1.3/mpn
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/sysassist/temp/GMP/gmp-4.1.3
*** Error code 1
make: Fatal error: Command failed for target `all'
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ ./configure --build=none --host=ultrasparc2i-sun-solaris2.9 ABI=64

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

hostname = nato
uname -m = sun4u
uname -r = 5.9
uname -s = SunOS
uname -v = Generic

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = nato
Release = 5.9
KernelID = Generic
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

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

PATH = /usr/bin:/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/usr/local/SUNWspro/bin:/usr/ccs/bin:/usr/local/bin:/opt/sfw/bin::/usr/ucb:/usr/local/X11R6/lib:/usr/local/teTeX/bin::.

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

configure:1204: PATH=".;."; conftest.sh
./configure: conftest.sh: not found
configure:1207: $? = 1
configure:1282: checking build system type
configure:1300: result: none-none-none
configure:1307: checking host system type
configure:1321: result: ultrasparc2i-sun-solaris2.9
configure:1347: checking for a BSD compatible install
configure:1396: result: ./install-sh -c
configure:1407: checking whether build environment is sane
configure:1450: result: yes
configure:1483: checking for mawk
configure:1509: result: no
configure:1483: checking for gawk
configure:1498: found /usr/local/bin/gawk
configure:1506: result: gawk
configure:1516: checking whether make sets ${MAKE}
configure:1536: result: yes
configure:1627: checking whether to enable maintainer-specific portions of Makefiles
configure:1636: result: no
configure:1027: User:
ABI=64
CC=
CFLAGS=(unset)
CPPFLAGS=(unset)
MPN_PATH=
configure:1033: GMP:
abilist=64 32
cclist=gcc acc cc
configure:2808: ultrasparc2i-sun-solaris2.9-gcc 2>&1 | grep xlc >/dev/null
./configure: ultrasparc2i-sun-solaris2.9-gcc: execute permission denied
configure:2811: $? = 1
configure:2842: checking compiler ultrasparc2i-sun-solaris2.9-gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 
configure:2870: ultrasparc2i-sun-solaris2.9-gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9  conftest.c >&5
./configure: ultrasparc2i-sun-solaris2.9-gcc: execute permission denied
configure:2873: $? = 1
configure:2889: result: no
configure:2808: gcc 2>&1 | grep xlc >/dev/null
configure:2811: $? = 1
configure:2842: checking compiler gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 
configure:2870: gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9  conftest.c >&5
cc1: -m64 is not supported by this configuration
conftest.c: In function `cmov':
conftest.c:12: internal error--unrecognizable insn:
(insn 8 30 12 (set (reg:DI 107)
        (symbol_ref:DI ("n"))) -1 (nil)
    (expr_list:REG_EQUAL (symbol_ref:DI ("n"))
        (nil)))
configure:2873: $? = 1
configure:2889: result: no
configure:2786: ultrasparc2i-sun-solaris2.9-cc -c conftest.c >&5
./configure: ultrasparc2i-sun-solaris2.9-cc: execute permission denied
configure:2789: $? = 1
configure:2808: ultrasparc2i-sun-solaris2.9-cc 2>&1 | grep xlc >/dev/null
./configure: ultrasparc2i-sun-solaris2.9-cc: execute permission denied
configure:2811: $? = 1
configure:2842: checking compiler ultrasparc2i-sun-solaris2.9-cc -fast -fns=no -fsimple=1 -xarch=v9 
configure:2870: ultrasparc2i-sun-solaris2.9-cc -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
./configure: ultrasparc2i-sun-solaris2.9-cc: execute permission denied
configure:2873: $? = 1
configure:2889: result: no
configure:2786: cc -c conftest.c >&5
"conftest.c", line 2: warning: old-style declaration or incorrect type for: choke
"conftest.c", line 2: syntax error before or at: me
"conftest.c", line 3: warning: old-style declaration or incorrect type for: me
cc: acomp failed for conftest.c
configure:2789: $? = 2
configure:2808: cc 2>&1 | grep xlc >/dev/null
configure:2811: $? = 1
configure:2842: checking compiler cc -fast -fns=no -fsimple=1 -xarch=v9 
configure:2870: cc -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:2873: $? = 0
configure:2889: result: yes
configure:3272: checking for ultrasparc2i-sun-solaris2.9-gcc
configure:3295: result: cc
configure:3558: checking for C compiler version
configure:3561: cc --version </dev/null >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files.  Use 'cc -flags' for details
configure:3564: $? = 1
configure:3566: cc -v </dev/null >&5
usage: cc [ options] files.  Use 'cc -flags' for details
configure:3569: $? = 1
configure:3571: cc -V </dev/null >&5
cc: Sun WorkShop 6 update 2 C 5.3 Patch 111679-05 2002/02/07
usage: cc [ options] files.  Use 'cc -flags' for details
configure:3574: $? = 1
configure:3594: checking for C compiler default output
configure:3597: cc -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:3600: $? = 0
configure:3629: result: a.out
configure:3634: checking whether the C compiler works
configure:3658: result: yes
configure:3665: checking whether we are cross compiling
configure:3667: result: yes
configure:3670: checking for executable suffix
configure:3672: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:3675: $? = 0
configure:3697: result: 
configure:3703: checking for object suffix
configure:3721: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:3724: $? = 0
configure:3743: result: o
configure:3747: checking whether we are using the GNU C compiler
configure:3768: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 3759: undefined symbol: choke
"configure", line 3759: syntax error before or at: me
cc: acomp failed for conftest.c
configure:3771: $? = 2
configure: failed program was:
#line 3753 "configure"
#include "confdefs.h"

int
main ()
{
#ifndef __GNUC__
       choke me
#endif

  ;
  return 0;
}
configure:3789: result: no
configure:3795: checking whether cc accepts -g
configure:3813: cc -c -g  conftest.c >&5
configure:3816: $? = 0
configure:3819: test -s conftest.o
configure:3822: $? = 0
configure:3832: result: yes
configure:3859: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"conftest.c", line 2: warning: old-style declaration or incorrect type for: choke
"conftest.c", line 2: syntax error before or at: me
"conftest.c", line 3: warning: old-style declaration or incorrect type for: me
cc: acomp failed for conftest.c
configure:3862: $? = 2
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3968: checking for style of include used by make
configure:3995: result: GNU
configure:4001: checking dependency style of cc
configure:4063: result: none
configure:4067: checking for cc option to accept ANSI C
configure:4124: cc  -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 4109: warning: statement not reached
configure:4127: $? = 0
configure:4130: test -s conftest.o
configure:4133: $? = 0
configure:4150: result: none needed
configure:4163: checking how to run the C preprocessor
configure:4189: cc -E  conftest.c
configure:4195: $? = 0
configure:4222: cc -E  conftest.c
"configure", line 4219: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:4228: $? = 2
configure: failed program was:
#line 4218 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4265: result: cc -E
configure:4280: cc -E  conftest.c
configure:4286: $? = 0
configure:4313: cc -E  conftest.c
"configure", line 4310: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:4319: $? = 2
configure: failed program was:
#line 4309 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4385: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:4388: $? = 0
configure:4391: test -s conftest.o
configure:4394: $? = 0
configure:1426: Decided:
ABI=64
CC=cc
CFLAGS=-fast -fns=no -fsimple=1 -xarch=v9
CPPFLAGS=
GMP_LDFLAGS=
CXX=
CXXFLAGS=
path= sparc64 generic
configure:5112: checking for cc option to accept ANSI C
configure:5172: cc  -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 5167: warning: statement not reached
configure:5175: $? = 0
configure:5178: test -s conftest.o
configure:5181: $? = 0
configure:5195: result: none needed
configure:5206: checking for function prototypes
configure:5209: result: yes
configure:5223: checking for ANSI C header files
configure:5237: cc -E  conftest.c
configure:5243: $? = 0
configure:5351: result: yes
configure:5364: checking for string.h
configure:5374: cc -E  conftest.c
configure:5380: $? = 0
configure:5399: result: yes
configure:5413: checking for ultrasparc2i-sun-solaris2.9-ar
configure:5439: result: no
configure:5448: checking for ar
configure:5463: found /usr/ccs/bin/ar
configure:5472: result: ar
configure:5500: checking for BSD-compatible nm
configure:5535: result: nm
configure:5551: checking for BSD-compatible nm
configure:5586: result: /usr/ccs/bin/nm -p
configure:5884: checking for non-GNU ld
configure:5915: result: /usr/ccs/bin/ld
configure:5924: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:5936: result: no
configure:5940: checking for /usr/ccs/bin/ld option to reload object files
configure:5947: result: -r
configure:5956: checking whether ln -s works
configure:5960: result: yes
configure:5967: checking how to recognise dependant libraries
configure:6154: result: pass_all
configure:6605: checking for dlfcn.h
configure:6615: cc -E  conftest.c
configure:6621: $? = 0
configure:6640: result: yes
configure:6653: checking the maximum length of command line arguments
configure:6702: result: 393217
configure:6710: checking command to parse /usr/ccs/bin/nm -p output from cc object
configure:6795: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:6798: $? = 0
configure:6802: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BDT][BDT]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6805: $? = 0
configure:6857: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c conftstm.o >&5
configure:6860: $? = 0
configure:6898: result: ok
configure:6902: checking for objdir
configure:6917: result: .libs
configure:6965: checking for ultrasparc2i-sun-solaris2.9-ranlib
configure:6988: result: - at true
configure:7039: checking for ultrasparc2i-sun-solaris2.9-strip
configure:7065: result: no
configure:7074: checking for strip
configure:7089: found /usr/ccs/bin/strip
configure:7098: result: strip
configure:7354: checking if cc static flag  works
configure:7377: result: yes
configure:7431: checking for cc option to produce PIC
configure:7584: result: -KPIC
configure:7591: checking if cc PIC flag -KPIC works
configure:7616: result: yes
configure:7640: checking if cc supports -c -o file.o
configure:7681: result: yes
configure:7706: checking whether the cc linker (/usr/ccs/bin/ld) supports shared libraries
configure:8490: result: yes
configure:8555: checking how to hardcode library paths into programs
configure:8579: result: immediate
configure:8593: checking whether stripping libraries is possible
configure:8601: result: no
configure:8605: checking dynamic linker characteristics
configure:9044: result: solaris2.9 ld.so
configure:9641: checking if libtool supports shared libraries
configure:9643: result: yes
configure:9646: checking whether to build shared libraries
configure:9667: result: yes
configure:9670: checking whether to build static libraries
configure:9674: result: yes
configure:9754: creating libtool
configure:16435: checking for ANSI C header files
configure:16563: result: yes
configure:16573: checking whether time.h and sys/time.h may both be included
configure:16595: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16598: $? = 0
configure:16601: test -s conftest.o
configure:16604: $? = 0
configure:16614: result: yes
configure:16640: checking for fcntl.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16640: checking for locale.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16640: checking for sys/mman.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16640: checking for sys/param.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16640: checking for sys/processor.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16640: checking for sys/resource.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16640: checking for sys/sysctl.h
configure:16650: cc -E  conftest.c
"configure", line 16647: cannot find include file: <sys/sysctl.h>
cc: acomp failed for conftest.c
configure:16656: $? = 2
configure: failed program was:
#line 16646 "configure"
#include "confdefs.h"
#include <sys/sysctl.h>
configure:16675: result: no
configure:16640: checking for sys/syssgi.h
configure:16650: cc -E  conftest.c
"configure", line 16647: cannot find include file: <sys/syssgi.h>
cc: acomp failed for conftest.c
configure:16656: $? = 2
configure: failed program was:
#line 16646 "configure"
#include "confdefs.h"
#include <sys/syssgi.h>
configure:16675: result: no
configure:16640: checking for sys/systemcfg.h
configure:16650: cc -E  conftest.c
"configure", line 16647: cannot find include file: <sys/systemcfg.h>
cc: acomp failed for conftest.c
configure:16656: $? = 2
configure: failed program was:
#line 16646 "configure"
#include "confdefs.h"
#include <sys/systemcfg.h>
configure:16675: result: no
configure:16640: checking for sys/time.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16640: checking for sys/times.h
configure:16650: cc -E  conftest.c
configure:16656: $? = 0
configure:16675: result: yes
configure:16692: checking for sys/types.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16707: $? = 0
configure:16710: test -s conftest.o
configure:16713: $? = 0
configure:16723: result: yes
configure:16692: checking for sys/stat.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16707: $? = 0
configure:16710: test -s conftest.o
configure:16713: $? = 0
configure:16723: result: yes
configure:16692: checking for stdlib.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16707: $? = 0
configure:16710: test -s conftest.o
configure:16713: $? = 0
configure:16723: result: yes
configure:16692: checking for string.h
configure:16723: result: yes
configure:16692: checking for memory.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16707: $? = 0
configure:16710: test -s conftest.o
configure:16713: $? = 0
configure:16723: result: yes
configure:16692: checking for strings.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16707: $? = 0
configure:16710: test -s conftest.o
configure:16713: $? = 0
configure:16723: result: yes
configure:16692: checking for inttypes.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16707: $? = 0
configure:16710: test -s conftest.o
configure:16713: $? = 0
configure:16723: result: yes
configure:16692: checking for stdint.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 16733: cannot find include file: <stdint.h>
cc: acomp failed for conftest.c
configure:16707: $? = 2
configure: failed program was:
#line 16698 "configure"
#include "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 <stdint.h>
configure:16723: result: no
configure:16692: checking for unistd.h
configure:16704: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16707: $? = 0
configure:16710: test -s conftest.o
configure:16713: $? = 0
configure:16723: result: yes
configure:16733: checking whether fgetc is declared
configure:16754: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16757: $? = 0
configure:16760: test -s conftest.o
configure:16763: $? = 0
configure:16773: result: yes
configure:16787: checking whether fscanf is declared
configure:16808: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16811: $? = 0
configure:16814: test -s conftest.o
configure:16817: $? = 0
configure:16827: result: yes
configure:16841: checking whether optarg is declared
configure:16862: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16865: $? = 0
configure:16868: test -s conftest.o
configure:16871: $? = 0
configure:16881: result: yes
configure:16895: checking whether ungetc is declared
configure:16916: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16919: $? = 0
configure:16922: test -s conftest.o
configure:16925: $? = 0
configure:16935: result: yes
configure:16949: checking whether vfprintf is declared
configure:16970: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:16973: $? = 0
configure:16976: test -s conftest.o
configure:16979: $? = 0
configure:16989: result: yes
configure:17004: checking return type of signal handlers
configure:17032: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17035: $? = 0
configure:17038: test -s conftest.o
configure:17041: $? = 0
configure:17051: result: void
configure:17059: checking for intmax_t
configure:17080: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17083: $? = 0
configure:17086: test -s conftest.o
configure:17089: $? = 0
configure:17099: result: yes
configure:17108: checking for long double
configure:17129: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17132: $? = 0
configure:17135: test -s conftest.o
configure:17138: $? = 0
configure:17148: result: yes
configure:17157: checking for long long
configure:17178: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17181: $? = 0
configure:17184: test -s conftest.o
configure:17187: $? = 0
configure:17197: result: yes
configure:17206: checking for ptrdiff_t
configure:17227: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17230: $? = 0
configure:17233: test -s conftest.o
configure:17236: $? = 0
configure:17246: result: yes
configure:17255: checking for quad_t
configure:17276: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17279: $? = 0
configure:17282: test -s conftest.o
configure:17285: $? = 0
configure:17295: result: yes
configure:17305: checking for preprocessor stringizing operator
configure:17326: result: yes
configure:17336: checking for working volatile
configure:17356: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17359: $? = 0
configure:17362: test -s conftest.o
configure:17365: $? = 0
configure:17375: result: yes
configure:17385: checking whether <stdarg.h> exists and works
configure:17412: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17415: $? = 0
configure:17418: test -s conftest.o
configure:17421: $? = 0
configure:17432: result: yes
configure:17442: checking whether gcc __attribute__ ((const)) works
configure:17460: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 17449: syntax error before or at: __attribute__
"configure", line 17449: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:17463: $? = 2
configure: failed program was:
#line 17448 "configure"
#include "confdefs.h"
int foo (int x) __attribute__ ((const));
int
main ()
{

  ;
  return 0;
}
configure:17480: result: no
configure:17490: checking whether gcc __attribute__ ((malloc)) works
configure:17499: cc -fast -fns=no -fsimple=1 -xarch=v9  -c conftest.c >conftest.out 2>&1
configure:17502: $? = 2
"conftest.c", line 1: syntax error before or at: __attribute__
"conftest.c", line 1: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:17516: result: no
configure:17526: checking whether gcc __attribute__ ((mode (XX))) works
configure:17544: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 17533: syntax error before or at: __attribute__
"configure", line 17533: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:17547: $? = 2
configure: failed program was:
#line 17532 "configure"
#include "confdefs.h"
typedef int SItype __attribute__ ((mode (SI)));
int
main ()
{

  ;
  return 0;
}
configure:17564: result: no
configure:17574: checking whether gcc __attribute__ ((noreturn)) works
configure:17592: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 17581: syntax error before or at: __attribute__
"configure", line 17581: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:17595: $? = 2
configure: failed program was:
#line 17580 "configure"
#include "confdefs.h"
void foo (int x) __attribute__ ((noreturn));
int
main ()
{

  ;
  return 0;
}
configure:17612: result: no
configure:17622: checking for inline
configure:17646: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:17649: $? = 0
configure:17652: test -s conftest.o
configure:17655: $? = 0
configure:17670: result: yes
configure:17712: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
"configure", line 17699: warning: old-style declaration or incorrect type for: die
"configure", line 17699: syntax error before or at: die
"configure", line 17699: warning: old-style declaration or incorrect type for: die
"configure", line 17702: warning: old-style declaration or incorrect type for: die
cc: acomp failed for conftest.c
configure:17715: $? = 2
configure: failed program was:
#line 17689 "configure"
#include "confdefs.h"
#define __GMP_WITHIN_CONFIGURE_INLINE 1
#define __GMP_WITHIN_CONFIGURE 1   /* ignore template stuff */
#define GMP_NAIL_BITS 0
#define __GMP_BITS_PER_MP_LIMB 123 /* dummy for GMP_NUMB_BITS etc */
#define GMP_LIMB_BITS 123
/* #undef _LONG_LONG_LIMB */
#include "./gmp-h.in"

#ifndef __GMP_EXTERN_INLINE
die die die
#endif

int
main ()
{

  ;
  return 0;
}
configure:17731: WARNING: gmp.h doesnt recognise compiler "inline", inlines will be unavailable
configure:17846: checking for main in -lm
configure:17866: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c -lm   >&5
configure:17869: $? = 0
configure:17872: test -s conftest
configure:17875: $? = 0
configure:17886: result: yes
configure:17897: checking for working alloca.h
configure:17915: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:17918: $? = 0
configure:17921: test -s conftest
configure:17924: $? = 0
configure:17934: result: yes
configure:17944: checking for alloca (via gmp-impl.h)
configure:17970: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:17973: $? = 0
configure:17976: test -s conftest
configure:17979: $? = 0
configure:17989: result: yes
configure:17999: checking how to allocate temporary memory
configure:18023: result: alloca
configure:18094: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:18097: $? = 0
configure:18100: test -s conftest.o
configure:18103: $? = 0
configure:18152: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:18155: $? = 0
configure:18158: test -s conftest.o
configure:18161: $? = 0
configure:18187: checking whether byte ordering is bigendian
configure:18309: result: unknown
configure:18336: checking format of `double' floating point
configure:18354: cc -fast -fns=no -fsimple=1 -xarch=v9  -c conftest.c >&5 2>&1
"conftest.c", line 6: warning: initializer does not fit or is out of range: 137
"conftest.c", line 6: warning: initializer does not fit or is out of range: 171
"conftest.c", line 6: warning: initializer does not fit or is out of range: 205
"conftest.c", line 6: warning: initializer does not fit or is out of range: 239
"conftest.c", line 8: warning: initializer does not fit or is out of range: 254
"conftest.c", line 8: warning: initializer does not fit or is out of range: 220
"conftest.c", line 8: warning: initializer does not fit or is out of range: 186
"conftest.c", line 8: warning: initializer does not fit or is out of range: 152
configure:18357: $? = 0
configure:18498: result: IEEE big endian
configure:18576: checking for alarm
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for clock
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for clock_gettime
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
clock_gettime                       conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char clock_gettime (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char clock_gettime ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_clock_gettime) || defined (__stub___clock_gettime)
choke me
#else
f = clock_gettime;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for cputime
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
cputime                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char cputime (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char cputime ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_cputime) || defined (__stub___cputime)
choke me
#else
f = cputime;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for getpagesize
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for getrusage
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for gettimeofday
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for localeconv
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for memset
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for mmap
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for mprotect
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for obstack_vprintf
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
obstack_vprintf                     conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char obstack_vprintf (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char obstack_vprintf ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_obstack_vprintf) || defined (__stub___obstack_vprintf)
choke me
#else
f = obstack_vprintf;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for popen
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for processor_info
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for read_real_time
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
read_real_time                      conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char read_real_time (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char read_real_time ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_read_real_time) || defined (__stub___read_real_time)
choke me
#else
f = read_real_time;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for sigaction
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for sigaltstack
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for sigstack
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for syssgi
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
syssgi                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char syssgi (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char syssgi ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_syssgi) || defined (__stub___syssgi)
choke me
#else
f = syssgi;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for strchr
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for strnlen
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
strnlen                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strnlen (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strnlen ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strnlen) || defined (__stub___strnlen)
choke me
#else
f = strnlen;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for strtoul
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for sysconf
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18576: checking for sysctl
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
sysctl                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sysctl (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char sysctl ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sysctl) || defined (__stub___sysctl)
choke me
#else
f = sysctl;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for sysctlbyname
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
sysctlbyname                        conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:18616: $? = 1
configure: failed program was:
#line 18582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sysctlbyname (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char sysctlbyname ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sysctlbyname) || defined (__stub___sysctlbyname)
choke me
#else
f = sysctlbyname;
#endif

  ;
  return 0;
}
configure:18632: result: no
configure:18576: checking for times
configure:18613: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18616: $? = 0
configure:18619: test -s conftest
configure:18622: $? = 0
configure:18632: result: yes
configure:18645: checking for vsnprintf
configure:18682: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  >&5
configure:18685: $? = 0
configure:18688: test -s conftest
configure:18691: $? = 0
configure:18701: result: yes
configure:18712: checking whether vsnprintf works
configure:18798: result: probably
configure:18801: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
configure:18820: checking whether sscanf needs writable input
configure:18832: result: no
configure:19039: checking for suitable m4
trying m4
good
configure:19083: result: m4
configure:19087: checking if m4wrap produces spurious output
test input is
changequote({,})define(x,)m4wrap({x})dnl
produces 0 chars output
configure:19109: result: no
configure:19124: checking how to switch to text section
configure:19136: result: .text
configure:19140: checking how to switch to data section
configure:19151: result: .data
configure:19155: checking what assembly label suffix to use
configure:19167: result: :
configure:19171: checking how to export a symbol
configure:19182: result: .globl
configure:19186: checking if globals are prefixed by underscore
configure:19212: cc -fast -fns=no -fsimple=1 -xarch=v9  -c conftes1.c >&5 && cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftes2.s >&5 && cc -fast -fns=no -fsimple=1 -xarch=v9 conftes1.o conftes2.o >&5
configure:19215: $? = 0
configure:19212: cc -fast -fns=no -fsimple=1 -xarch=v9  -c conftes1.c >&5 && cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftes2.s >&5 && cc -fast -fns=no -fsimple=1 -xarch=v9 conftes1.o conftes2.o >&5
Undefined			first referenced
 symbol  			    in file
underscore_test                     conftes1.o
ld: fatal: Symbol referencing errors. No output written to a.out
configure:19215: $? = 1
configure:19243: result: no
configure:19255: checking how to switch to read-only data section
Test program:
const int foo = 123;
configure:19272: cc -fast -fns=no -fsimple=1 -xarch=v9  -S conftest.c >&5
configure:19275: $? = 0
Compiler output:

	.section	".bss",#alloc,#write
Bbss.bss:

	.section	".data",#alloc,#write
Ddata.data:

	.section	".rodata",#alloc
!
! CONSTANT POOL
!
Drodata.rodata:
	.file	"conftest.c"
	.global	foo
	.align	4
!
! CONSTANT POOL
!
	.global foo
foo:
	.word	123
	.type	foo,#object
	.size	foo,4

! Begin Disassembling Stabs
	.xstabs	".stab.index","V=6.0 ; DBG_GEN=3.4.5 ; Xa ; O ; R=Sun WorkShop 6 update 2 C 5.3 Patch 111679-05 2002/02/07",60,0,0,1084468532	! (/tmp/acompAAAHgayoX:16)
	.xstabs	".stab.index","/home/sysassist/temp/GMP/gmp-4.1.3; /usr/local/SUNWspro/bin/../WS6U2/bin/cc -fast -fns=no -fsimple=1 -xarch=v9 -S  conftest.c",52,0,0,0	! (/tmp/acompAAAHgayoX:17)
! End Disassembling Stabs

! Begin Disassembling Ident
	.ident	"cg: Sun WorkShop 6 update 2 Compiler Common 6.2 Patch 111678-07 2002/01/08"	! (NO SOURCE LINE)
	.ident	"acomp: Sun WorkShop 6 update 2 C 5.3 Patch 111679-05 2002/02/07"	! (/tmp/acompAAAHgayoX:15)
! End Disassembling Ident
Match: 	.section	".rodata",#alloc
configure:19305: result: 	.section	".rodata",#alloc
configure:19309: checking if the export directive needs an attribute
configure:19320: result: 
configure:19324: checking for assembler .type directive
configure:19335: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19338: $? = 2
/usr/local/SUNWspro/bin/../WS6U2/bin/fbe: "conftest.s", line 1: error: invalid character (0x40)
cc: assembler failed for conftest.s
configure: failed program was:
	.type	sym, at function
configure:19335: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19338: $? = 0
configure:19358: result: .type	$1,#$2
configure:19362: checking for assembler .size directive
configure:19372: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19375: $? = 0
configure:19391: result: .size	$1,$2
configure:19395: checking what prefix to use for a local label
Trying L
configure:19407: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19410: $? = 0


conftest.o:
00000000000000 s 
00000000000000 n Lgurkmacka
00000000000000 n dummy
Trying .L
configure:19407: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19410: $? = 0


conftest.o:
00000000000000 s 
00000000000000 n dummy
configure:19449: result: .L
configure:19457: checking how to define a 32-bit word
configure:19482: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19485: $? = 0
configure:19513: result: .long
configure:19517: checking if .align assembly directive is logarithmic
configure:19532: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19535: $? = 0
configure:19556: result: no
configure:19800: checking if the assembler accepts ".register"
configure:19811: cc -c -fast -fns=no -fsimple=1 -xarch=v9 conftest.s >conftest.out 2>&1
configure:19814: $? = 0
configure:19827: result: yes
configure:21200: checking for stack_t
configure:21222: cc -c -fast -fns=no -fsimple=1 -xarch=v9  conftest.c >&5
configure:21225: $? = 0
configure:21228: test -s conftest.o
configure:21231: $? = 0
configure:21241: result: yes
configure:21264: checking for readline in -lreadline
configure:21291: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c -lreadline   >&5
ld: warning: file /usr/local/lib/libreadline.a(readline.o): wrong ELF class: ELFCLASS32
Undefined			first referenced
 symbol  			    in file
readline                            conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:21294: $? = 1
configure: failed program was:
#line 21272 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char readline ();
int
main ()
{
readline ();
  ;
  return 0;
}
configure:21311: result: no
configure:21330: checking for bison
configure:21345: found /usr/local/bin/bison
configure:21353: result: bison -y
configure:21368: checking for flex
configure:21383: found /usr/local/bin/flex
configure:21391: result: flex
configure:21404: checking for yywrap in -lfl
configure:21431: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c -lfl   >&5
ld: warning: file /usr/local/lib/libfl.a(libyywrap.o): wrong ELF class: ELFCLASS32
Undefined			first referenced
 symbol  			    in file
yywrap                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:21434: $? = 1
configure: failed program was:
#line 21412 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char yywrap ();
int
main ()
{
yywrap ();
  ;
  return 0;
}
configure:21451: result: no
configure:21456: checking for yywrap in -ll
configure:21483: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c -ll   >&5
configure:21486: $? = 0
configure:21489: test -s conftest
configure:21492: $? = 0
configure:21503: result: yes
configure:21514: checking lex output file root
configure:21533: result: lex.yy
configure:21537: checking whether yytext is a pointer
configure:21553: cc -o conftest -fast -fns=no -fsimple=1 -xarch=v9   conftest.c  -ll >&5
configure:21556: $? = 0
configure:21559: test -s conftest
configure:21562: $? = 0
configure:21574: result: yes
configure:21714: creating ./config.status

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

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

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

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

ac_cv_build='none-none-none'
ac_cv_build_alias='none'
ac_cv_c_bigendian='unknown'
ac_cv_c_compiler_gnu='no'
ac_cv_c_stringize='yes'
ac_cv_c_volatile='yes'
ac_cv_env_ABI_set='set'
ac_cv_env_ABI_value='64'
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_M4_set=''
ac_cv_env_M4_value=''
ac_cv_env_build_alias_set='set'
ac_cv_env_build_alias_value='none'
ac_cv_env_host_alias_set='set'
ac_cv_env_host_alias_value='ultrasparc2i-sun-solaris2.9'
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_alarm='yes'
ac_cv_func_clock='yes'
ac_cv_func_clock_gettime='no'
ac_cv_func_cputime='no'
ac_cv_func_getpagesize='yes'
ac_cv_func_getrusage='yes'
ac_cv_func_gettimeofday='yes'
ac_cv_func_localeconv='yes'
ac_cv_func_memset='yes'
ac_cv_func_mmap='yes'
ac_cv_func_mprotect='yes'
ac_cv_func_obstack_vprintf='no'
ac_cv_func_popen='yes'
ac_cv_func_processor_info='yes'
ac_cv_func_read_real_time='no'
ac_cv_func_sigaction='yes'
ac_cv_func_sigaltstack='yes'
ac_cv_func_sigstack='yes'
ac_cv_func_strchr='yes'
ac_cv_func_strnlen='no'
ac_cv_func_strtoul='yes'
ac_cv_func_sysconf='yes'
ac_cv_func_sysctl='no'
ac_cv_func_sysctlbyname='no'
ac_cv_func_syssgi='no'
ac_cv_func_times='yes'
ac_cv_func_vsnprintf='yes'
ac_cv_have_decl_fgetc='yes'
ac_cv_have_decl_fscanf='yes'
ac_cv_have_decl_optarg='yes'
ac_cv_have_decl_ungetc='yes'
ac_cv_have_decl_vfprintf='yes'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_fcntl_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_locale_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_stdc='yes'
ac_cv_header_stdint_h='no'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_mman_h='yes'
ac_cv_header_sys_param_h='yes'
ac_cv_header_sys_processor_h='yes'
ac_cv_header_sys_resource_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_sysctl_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='ultrasparc2i-sun-solaris2.9'
ac_cv_host_alias='ultrasparc2i-sun-solaris2.9'
ac_cv_lib_fl_yywrap='no'
ac_cv_lib_l_yywrap='yes'
ac_cv_lib_m_main='yes'
ac_cv_lib_readline_readline='no'
ac_cv_objext='o'
ac_cv_prog_AWK='gawk'
ac_cv_prog_CC='cc'
ac_cv_prog_CPP='cc -E'
ac_cv_prog_LEX='flex'
ac_cv_prog_RANLIB='- at true'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR='ar'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_lex_root='lex.yy'
ac_cv_prog_lex_yytext_pointer='yes'
ac_cv_prog_make_make_set='yes'
ac_cv_type_intmax_t='yes'
ac_cv_type_long_double='yes'
ac_cv_type_long_long='yes'
ac_cv_type_ptrdiff_t='yes'
ac_cv_type_quad_t='yes'
ac_cv_type_signal='void'
ac_cv_type_stack_t='yes'
am_cv_CC_dependencies_compiler_type='none'
am_cv_prog_cc_stdc=''
gmp_cv_asm_align_log='no'
gmp_cv_asm_data='.data'
gmp_cv_asm_globl='.globl'
gmp_cv_asm_globl_attr=''
gmp_cv_asm_label_suffix=':'
gmp_cv_asm_lsym_prefix='.L'
gmp_cv_asm_rodata='	.section	".rodata",#alloc'
gmp_cv_asm_size='.size	$1,$2'
gmp_cv_asm_sparc_register='yes'
gmp_cv_asm_text='.text'
gmp_cv_asm_type='.type	$1,#$2'
gmp_cv_asm_underscore='no'
gmp_cv_asm_w32='.long'
gmp_cv_c_attribute_const='no'
gmp_cv_c_attribute_malloc='no'
gmp_cv_c_attribute_mode='no'
gmp_cv_c_attribute_noreturn='no'
gmp_cv_c_double_format='IEEE big endian'
gmp_cv_c_inline='yes'
gmp_cv_c_stdarg='yes'
gmp_cv_func_alloca='yes'
gmp_cv_func_sscanf_writable_input='no'
gmp_cv_func_vsnprintf='probably'
gmp_cv_header_alloca='yes'
gmp_cv_m4_m4wrap_spurious='no'
gmp_cv_option_alloca='alloca'
gmp_cv_prog_m4='m4'
lt_cv_deplibs_check_method='pass_all'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so'
lt_cv_ld_reload_flag='-r'
lt_cv_objdir='.libs'
lt_cv_path_LD='/usr/ccs/bin/ld'
lt_cv_path_NM='/usr/ccs/bin/nm -p'
lt_cv_prog_compiler_c_o='yes'
lt_cv_prog_gnu_ld='no'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BDT][BDT]*\)[ 	][ 	]*\(\)\([_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='393217'
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([BDT][BDT]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

#define HAVE_HOST_CPU_ultrasparc2i 1
#define PACKAGE "gmp"
#define VERSION "4.1.3"
#define WANT_FFT 1
#define HAVE_SPEED_CYCLECOUNTER 2
#define PROTOTYPES 1
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_FCNTL_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_PROCESSOR_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DECL_FGETC 1
#define HAVE_DECL_FSCANF 1
#define HAVE_DECL_OPTARG 1
#define HAVE_DECL_UNGETC 1
#define HAVE_DECL_VFPRINTF 1
#define RETSIGTYPE void
#define HAVE_INTMAX_T 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_PTRDIFF_T 1
#define HAVE_QUAD_T 1
#define HAVE_STRINGIZE 1
#define HAVE_STDARG 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define WANT_TMP_ALLOCA 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_POPEN 1
#define HAVE_PROCESSOR_INFO 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGSTACK 1
#define HAVE_STRCHR 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE_TIMES 1
#define HAVE_VSNPRINTF 1
#define HAVE_NATIVE_mpn_add_n 1
#define HAVE_NATIVE_mpn_sub_n 1
#define HAVE_NATIVE_mpn_mul_1 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_submul_1 1
#define HAVE_NATIVE_mpn_lshift 1
#define HAVE_NATIVE_mpn_rshift 1
#define HAVE_NATIVE_mpn_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/sparc64/gmp-mparam.h"
#define BITS_PER_ULONG BITS_PER_MP_LIMB
#define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
#define HAVE_STACK_T 1
#define YYTEXT_POINTER 1


configure: exit 0


More information about the gmp-bugs mailing list