Solaris 8 compile - make check fails

Alex S Moore asmoore at edge.net
Sat May 19 00:44:26 CEST 2007


Graeme Burnett wrote:
 > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../tests     -fast
 > -fns=no -fsimple=1 -xarch=v9 -xchip=ultra -c t-scan.c
 > /bin/bash ../../libtool --mode=link cc  -fast -fns=no -fsimple=1
 > -xarch=v9 -xchip=ultra    -o t-scan  t-scan.o ../../tests/libtests.la
 > ../../libgmp.la
 > cc -fast -fns=no -fsimple=1 -xarch=v9 -xchip=ultra -o .libs/t-scan
 > t-scan.o  ../../tests/.libs/libtests.a

Try removing the -fast compile option.  Do not specify an optimization 
flag.  Optimization is what GMP is all about.

Alex



More information about the gmp-bugs mailing list