I've configured GMP 4.2 with:

  ./configure --prefix=$HOME/$ARCHTYPE/gmp-4.2-assert \
    --enable-assert --enable-alloca=debug

under Linux/x86_64. I get the following error when building GMP:

[...]
Making all in mpn
make[2]: Entering directory `/cluster/achille/lefevre/software/gmp-4.2/mpn'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'`    -O2 -m64 
-mtune=k8 -c -o divis.lo divis.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -O2 
-m64 -mtune=k8 -c divis.c  -fPIC -DPIC -o .libs/divis.o
divis.c: In function '__gmpn_divisible_p':
divis.c:76: error: 'TMP_DECL' undeclared (first use in this function)
divis.c:76: error: (Each undeclared identifier is reported only once
divis.c:76: error: for each function it appears in.)
divis.c:141: error: 'TMP_MARK' undeclared (first use in this function)
divis.c:143: error: '__tmp_marker_inscope' undeclared (first use in this 
function)
divis.c:143: error: '__tmp_marker' undeclared (first use in this function)
divis.c:143: error: '__tmp_marker_name' undeclared (first use in this function)
divis.c:154: error: 'TMP_FREE' undeclared (first use in this function)
make[2]: *** [divis.lo] Error 1
make[2]: Leaving directory `/cluster/achille/lefevre/software/gmp-4.2/mpn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cluster/achille/lefevre/software/gmp-4.2'
make: *** [all] Error 2

config.log attached.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA

Attachment: config.log.gz
Description: application/gunzip

_______________________________________________
Bug-gmp mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gmp

Reply via email to