[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error: 'TMP_DECL' undeclared when compiling with --enable-alloca=debug
From: |
Vincent Lefevre |
Subject: |
error: 'TMP_DECL' undeclared when compiling with --enable-alloca=debug |
Date: |
Wed, 5 Apr 2006 14:10:53 +0200 |
User-agent: |
Mutt/1.5.11-vl-20060331 |
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 <address@hidden> - 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
config.log.gz
Description: application/gunzip
- error: 'TMP_DECL' undeclared when compiling with --enable-alloca=debug,
Vincent Lefevre <=