The project is a C library which uses libtool. 
So it adds a (useless) detection of C++ and fortran.
So it tries to detect a c++ compiler: g++, c++, gpp, aCC, CC, cxx, cc++ and cl

The problem is that cl is not at all a C++ compiler on this system but 
rather Allegro CL Trial, which is interactive. As a consequence, the 
configure freezes at the following check:
checking whether we are using the GNU C++ compiler...

Follow a dump of the session and the config.log
I use: autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.

How to solve this problem?

Sincerely,
  Patrick Pelissier

checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... cl
checking whether we are using the GNU C++ compiler...
Suspended
[EMAIL PROTECTED] ~]$ cl --help
Loading /misc/i686/acl-5.0/libacl503.so.
Mapping /misc/i686/acl-5.0/lisp.dxl...done.
Mapping /misc/i686/acl-5.0/acl503.epll.
Allegro CL Trial Edition 5.0 [Linux/X86] (8/29/98 10:57)
Copyright (C) 1985-1998, Franz Inc., Berkeley, CA, USA.  All Rights Reser=
ved.
Warning: Unknown command-line option "--help"
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
USER(1):
USER(1):
USER(1): q
Error: Attempt to take the value of the unbound variable `Q'.
  [condition type: UNBOUND-VARIABLE]
Restart actions (select using :continue):
 0: Try evaluating Q again.
 1: Set the symbol-value of Q and use its value.
 2: Use a value without setting Q.
 3: Return to Top Level (an "abort" restart)
[1] USER(2): :pop
USER(2): EOF
Really exit lisp [n]? y
; Exiting Lisp
[EMAIL PROTECTED] ~]$ cl --help
Loading /misc/i686/acl-5.0/libacl503.so.
Mapping /misc/i686/acl-5.0/lisp.dxl...done.
Mapping /misc/i686/acl-5.0/acl503.epll.
Allegro CL Trial Edition 5.0 [Linux/X86] (8/29/98 10:57)
Copyright (C) 1985-1998, Franz Inc., Berkeley, CA, USA.  All Rights Reser=
ved.
Warning: Unknown command-line option "--help"
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
USER(1): EOF
Really exit lisp [n]?
USER(1): EOF
Really exit lisp [n]?
USER(1): EOF
Really exit lisp [n]? y
; Exiting Lisp


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

It was created by MPFR configure 2.2.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --enable-assert --enable-shared --enable-static 
--with-gmp=/users/medicis/pphd/laurent

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

hostname = laurent5.medicis.polytechnique.fr
uname -m = i686
uname -r = 2.4.20-30.9smp
uname -s = Linux
uname -v = #1 SMP Wed Feb 4 20:36:46 EST 2004

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

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

PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin


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

configure:1601: checking for a BSD-compatible install
configure:1656: result: /usr/bin/install -c
configure:1667: checking whether build environment is sane
configure:1710: result: yes
configure:1775: checking for gawk
configure:1791: found /bin/gawk
configure:1801: result: gawk
configure:1811: checking whether make sets $(MAKE)
configure:1831: result: yes
configure:1990: checking whether to enable maintainer-specific portions of 
Makefiles
configure:1999: result: no
configure:2170: checking for gcc
configure:2186: found /usr/bin/gcc
configure:2196: result: gcc
configure:2440: checking for C compiler version
configure:2443: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (PLD Linux)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2446: $? = 0
configure:2448: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pld-linux/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib 
--infodir=/usr/share/info --mandir=/usr/share/man --disable-static 
--enable-shared --enable-threads=posix --enable-__cxa_atexit 
--enable-languages=c,c++,f77,objc,ada,java --enable-c99 --enable-long-long 
--enable-multilib --enable-nls --with-gnu-as --with-gnu-ld --with-system-zlib 
--with-slibdir=/lib --without-x i686-pld-linux
Thread model: posix
gcc version 3.4.3 (PLD Linux)
configure:2451: $? = 0
configure:2453: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2456: $? = 1
configure:2479: checking for C compiler default output file name
configure:2482: gcc    conftest.c  >&5
configure:2485: $? = 0
configure:2531: result: a.out
configure:2536: checking whether the C compiler works
configure:2542: ./a.out
configure:2545: $? = 0
configure:2562: result: yes
configure:2569: checking whether we are cross compiling
configure:2571: result: no
configure:2574: checking for suffix of executables
configure:2576: gcc -o conftest    conftest.c  >&5
configure:2579: $? = 0
configure:2604: result: 
configure:2610: checking for suffix of object files
configure:2631: gcc -c   conftest.c >&5
configure:2634: $? = 0
configure:2656: result: o
configure:2660: checking whether we are using the GNU C compiler
configure:2684: gcc -c   conftest.c >&5
configure:2690: $? = 0
configure:2693: test -z                          || test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2715: result: yes
configure:2721: checking whether gcc accepts -g
configure:2742: gcc -c -g  conftest.c >&5
configure:2748: $? = 0
configure:2751: test -z                          || test ! -s conftest.err
configure:2754: $? = 0
configure:2757: test -s conftest.o
configure:2760: $? = 0
configure:2771: result: yes
configure:2788: checking for gcc option to accept ANSI C
configure:2858: gcc  -c -g -O2  conftest.c >&5
configure:2864: $? = 0
configure:2867: test -z                          || test ! -s conftest.err
configure:2870: $? = 0
configure:2873: test -s conftest.o
configure:2876: $? = 0
configure:2894: result: none needed
configure:2912: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2918: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3059: checking for style of include used by make
configure:3087: result: GNU
configure:3115: checking dependency style of gcc
configure:3205: result: none
configure:3337: checking for ICC
configure:3359: gcc -c -g -O2  conftest.c >&5
conftest.c:12:3: #error "ICC Not Found"
configure:3365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "MPFR 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define WANT_ASSERT 1
| /* end confdefs.h.  */
| 
| #if !defined(__ICC)
| # error "ICC Not Found"
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3388: result: no
configure:3400: checking for function prototypes
configure:3403: result: yes
configure:3425: checking how to run the C preprocessor
configure:3460: gcc -E  conftest.c
configure:3466: $? = 0
configure:3498: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3504: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "MPFR 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define WANT_ASSERT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3543: result: gcc -E
configure:3567: gcc -E  conftest.c
configure:3573: $? = 0
configure:3605: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3611: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "MPFR 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define WANT_ASSERT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3655: checking for egrep
configure:3665: result: grep -E
configure:3670: checking for ANSI C header files
configure:3695: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3701: $? = 0
configure:3704: test -z                          || test ! -s conftest.err
configure:3707: $? = 0
configure:3710: test -s conftest.o
configure:3713: $? = 0
configure:3799: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
>&5
conftest.c: In function `main':
conftest.c:29: warning: implicit declaration of function `exit'
configure:3802: $? = 0
configure:3804: ./conftest
configure:3807: $? = 0
configure:3822: result: yes
configure:3846: checking for sys/types.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for sys/stat.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for stdlib.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for string.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for memory.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for strings.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for inttypes.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for stdint.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3846: checking for unistd.h
configure:3862: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:3868: $? = 0
configure:3871: test -z                          || test ! -s conftest.err
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3916: checking for string.h
configure:3921: result: yes
configure:4067: checking build system type
configure:4085: result: i686-pc-linux-gnu
configure:4093: checking host system type
configure:4107: result: i686-pc-linux-gnu
configure:4116: checking OS type
configure:4125: result: Linux
configure:4130: checking Mach type
configure:4139: result: i686
configure:4159: checking for an ANSI C-conforming const
configure:4226: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:50: warning: unused variable `s'
conftest.c:70: warning: unused variable `foo'
conftest.c:31: warning: unused variable `x'
conftest.c:37: warning: unused variable `zero'
conftest.c:67: warning: 'b' might be used uninitialized in this function
conftest.c:49: warning: 't' might be used uninitialized in this function
configure:4232: $? = 0
configure:4235: test -z                          || test ! -s conftest.err
configure:4238: $? = 0
configure:4241: test -s conftest.o
configure:4244: $? = 0
configure:4255: result: yes
configure:4265: checking for working volatile
configure:4288: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:28: warning: unused variable `x'
conftest.c:29: warning: unused variable `y'
configure:4294: $? = 0
configure:4297: test -z                          || test ! -s conftest.err
configure:4300: $? = 0
configure:4303: test -s conftest.o
configure:4306: $? = 0
configure:4317: result: yes
configure:4658: checking for main in -lm
configure:4682: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c 
-lm   >&5
configure:4688: $? = 0
configure:4691: test -z                          || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest
configure:4700: $? = 0
configure:4713: result: yes
configure:4722: checking whether time.h and sys/time.h may both be included
configure:4747: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:4753: $? = 0
configure:4756: test -z                          || test ! -s conftest.err
configure:4759: $? = 0
configure:4762: test -s conftest.o
configure:4765: $? = 0
configure:4776: result: yes
configure:4796: checking for memset
configure:4853: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
>&5
conftest.c:48: warning: conflicting types for built-in function 'memset'
configure:4859: $? = 0
configure:4862: test -z                          || test ! -s conftest.err
configure:4865: $? = 0
configure:4868: test -s conftest
configure:4871: $? = 0
configure:4883: result: yes
configure:4897: checking for strtol
configure:4954: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
>&5
configure:4960: $? = 0
configure:4963: test -z                          || test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest
configure:4972: $? = 0
configure:4984: result: yes
configure:5004: checking limits.h usability
configure:5016: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:5022: $? = 0
configure:5025: test -z                          || test ! -s conftest.err
configure:5028: $? = 0
configure:5031: test -s conftest.o
configure:5034: $? = 0
configure:5044: result: yes
configure:5048: checking limits.h presence
configure:5058: gcc -E  conftest.c
configure:5064: $? = 0
configure:5084: result: yes
configure:5119: checking for limits.h
configure:5126: result: yes
configure:5149: checking float.h usability
configure:5161: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:5167: $? = 0
configure:5170: test -z                          || test ! -s conftest.err
configure:5173: $? = 0
configure:5176: test -s conftest.o
configure:5179: $? = 0
configure:5189: result: yes
configure:5193: checking float.h presence
configure:5203: gcc -E  conftest.c
configure:5209: $? = 0
configure:5229: result: yes
configure:5264: checking for float.h
configure:5271: result: yes
configure:5295: checking stdarg.h usability
configure:5307: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:5313: $? = 0
configure:5316: test -z                          || test ! -s conftest.err
configure:5319: $? = 0
configure:5322: test -s conftest.o
configure:5325: $? = 0
configure:5335: result: yes
configure:5339: checking stdarg.h presence
configure:5349: gcc -E  conftest.c
configure:5355: $? = 0
configure:5375: result: yes
configure:5410: checking for stdarg.h
configure:5417: result: yes
configure:5591: checking sys/time.h usability
configure:5603: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
configure:5609: $? = 0
configure:5612: test -z                          || test ! -s conftest.err
configure:5615: $? = 0
configure:5618: test -s conftest.o
configure:5621: $? = 0
configure:5631: result: yes
configure:5635: checking sys/time.h presence
configure:5645: gcc -E  conftest.c
configure:5651: $? = 0
configure:5671: result: yes
configure:5706: checking for sys/time.h
configure:5713: result: yes
configure:5734: checking for gettimeofday
configure:5791: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
>&5
configure:5797: $? = 0
configure:5800: test -z                          || test ! -s conftest.err
configure:5803: $? = 0
configure:5806: test -s conftest
configure:5809: $? = 0
configure:5821: result: yes
configure:5836: checking for strcasecmp
configure:5893: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
>&5
configure:5899: $? = 0
configure:5902: test -z                          || test ! -s conftest.err
configure:5905: $? = 0
configure:5908: test -s conftest
configure:5911: $? = 0
configure:5923: result: yes
configure:5836: checking for strncasecmp
configure:5893: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
>&5
configure:5899: $? = 0
configure:5902: test -z                          || test ! -s conftest.err
configure:5905: $? = 0
configure:5908: test -s conftest
configure:5911: $? = 0
configure:5923: result: yes
configure:6031: checking sys/fpu.h usability
configure:6043: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
conftest.c:65:21: sys/fpu.h: No such file or directory
configure:6049: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "MPFR 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define WANT_ASSERT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOL 1
| #define HAVE_STDARG 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fpu.h>
configure:6071: result: no
configure:6075: checking sys/fpu.h presence
configure:6085: gcc -E  conftest.c
conftest.c:31:21: sys/fpu.h: No such file or directory
configure:6091: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "MPFR 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define WANT_ASSERT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOL 1
| #define HAVE_STDARG 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| #include <sys/fpu.h>
configure:6111: result: no
configure:6146: checking for sys/fpu.h
configure:6153: result: no
configure:6167: checking for union fpc_csr
configure:6196: gcc -c -Wall -Wmissing-prototypes -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:42: error: invalid application of `sizeof' to incomplete type 
`fpc_csr' 
configure:6202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "MPFR 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define WANT_ASSERT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOL 1
| #define HAVE_STDARG 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| 
| #if HAVE_SYS_FPU_H
| #  include <sys/fpu.h>
| #endif
| 
| 
| int
| main ()
| {
| if ((union fpc_csr *) 0)
|   return 0;
| if (sizeof (union fpc_csr))
|   return 0;
|   ;
|   return 0;
| }
configure:6225: result: no
configure:6236: checking for fesetround
configure:6260: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
-lm >&5
configure:6266: $? = 0
configure:6269: test -z                          || test ! -s conftest.err
configure:6272: $? = 0
configure:6275: test -s conftest
configure:6278: $? = 0
configure:6292: result: yes
configure:6302: checking for valid NaN
configure:6329: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
-lm >&5
configure:6332: $? = 0
configure:6334: ./conftest
configure:6337: $? = 0
configure:6352: result: yes
configure:6358: checking for gcc float-conversion bug
configure:6402: gcc -o conftest -Wall -Wmissing-prototypes -g -O2   conftest.c  
-lm >&5
configure:6405: $? = 0
configure:6407: ./conftest
configure:6410: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "MPFR 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define WANT_ASSERT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOL 1
| #define HAVE_STDARG 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define MPFR_HAVE_FESETROUND 1
| /* end confdefs.h.  */
| 
| #include <float.h>
| #ifdef MPFR_HAVE_FESETROUND
| #include <fenv.h>
| #endif
| static double get_max (void);
| int main() {
|   double x = 0.5;
|   int i;
|   for (i = 1; i <= 11; i++)
|     x *= x;
|   if (x != 0)
|     return 1;
| #ifdef MPFR_HAVE_FESETROUND
|   /* Useful test for the G4 PowerPC */
|   fesetround(FE_TOWARDZERO);
|   x = get_max ();
|   x *= 2.0;
|   if (x != get_max ())
|     return 1;
| #endif
|   return 0;
| }
| static double get_max (void) { return DBL_MAX; }
| 
configure:6426: result: yes, use -ffloat-store
configure:6433: checking for denormalized numbers
configure:6460: gcc -o conftest -Wall -Wmissing-prototypes -g -O2 -ffloat-store 
  conftest.c  >&5
configure:6463: $? = 0
configure:6465: ./conftest
1.112537e-308
configure:6468: $? = 0
configure:6483: result: yes
configure:6497: checking for long double
configure:6521: gcc -c -Wall -Wmissing-prototypes -g -O2 -ffloat-store  
conftest.c >&5
configure:6527: $? = 0
configure:6530: test -z                          || test ! -s conftest.err
configure:6533: $? = 0
configure:6536: test -s conftest.o
configure:6539: $? = 0
configure:6550: result: yes
configure:6561: checking format of `long double' floating point
configure:6588: gcc -Wall -Wmissing-prototypes -g -O2 -ffloat-store  -c 
conftest.c >&5 2>&1
configure:6591: $? = 0
configure:6750: result: IEEE extended, little endian
configure:6980: checking for a sed that does not truncate output
configure:7034: result: /bin/sed
configure:7048: checking for ld used by gcc
configure:7115: result: /usr/bin/ld
configure:7124: checking if the linker (/usr/bin/ld) is GNU ld
configure:7139: result: yes
configure:7144: checking for /usr/bin/ld option to reload object files
configure:7151: result: -r
configure:7160: checking for BSD-compatible nm
configure:7202: result: /usr/bin/nm -B
configure:7206: checking whether ln -s works
configure:7210: result: yes
configure:7217: checking how to recognise dependent libraries
configure:7391: result: pass_all
configure:7853: checking dlfcn.h usability
configure:7865: gcc -c -Wall -Wmissing-prototypes -g -O2 -ffloat-store  
conftest.c >&5
configure:7871: $? = 0
configure:7874: test -z                          || test ! -s conftest.err
configure:7877: $? = 0
configure:7880: test -s conftest.o
configure:7883: $? = 0
configure:7893: result: yes
configure:7897: checking dlfcn.h presence
configure:7907: gcc -E  conftest.c
configure:7913: $? = 0
configure:7933: result: yes
configure:7968: checking for dlfcn.h
configure:7975: result: yes
configure:8040: checking for g++
configure:8069: result: no
configure:8040: checking for c++
configure:8069: result: no
configure:8040: checking for gpp
configure:8069: result: no
configure:8040: checking for aCC
configure:8069: result: no
configure:8040: checking for CC
configure:8069: result: no
configure:8040: checking for cxx
configure:8069: result: no
configure:8040: checking for cc++
configure:8069: result: no
configure:8040: checking for cl
configure:8056: found /usr/local/bin/cl
configure:8066: result: cl
configure:8082: checking for C++ compiler version
configure:8085: cl --version </dev/null >&5
Loading /misc/i686/acl-5.0/libacl503.so.
Mapping /misc/i686/acl-5.0/lisp.dxl...done.
Mapping /misc/i686/acl-5.0/acl503.epll.
Allegro CL Trial Edition 5.0 [Linux/X86] (8/29/98 10:57)
Copyright (C) 1985-1998, Franz Inc., Berkeley, CA, USA.  All Rights Reserved.
Warning: Unknown command-line option "--version"
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
USER(1): EOF
Really exit lisp [n]? 
; Exiting Lisp
configure:8088: $? = 0
configure:8090: cl -v </dev/null >&5
Loading /misc/i686/acl-5.0/libacl503.so.
Mapping /misc/i686/acl-5.0/lisp.dxl...done.
Mapping /misc/i686/acl-5.0/acl503.epll.
Allegro CL Trial Edition 5.0 [Linux/X86] (8/29/98 10:57)
Copyright (C) 1985-1998, Franz Inc., Berkeley, CA, USA.  All Rights Reserved.
Warning: Unknown command-line option "-v"
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
USER(1): EOF
Really exit lisp [n]? 
; Exiting Lisp
configure:8093: $? = 0
configure:8095: cl -V </dev/null >&5
Loading /misc/i686/acl-5.0/libacl503.so.
Mapping /misc/i686/acl-5.0/lisp.dxl...done.
Mapping /misc/i686/acl-5.0/acl503.epll.
Allegro CL Trial Edition 5.0 [Linux/X86] (8/29/98 10:57)
Copyright (C) 1985-1998, Franz Inc., Berkeley, CA, USA.  All Rights Reserved.
Warning: Unknown command-line option "-V"
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
USER(1): EOF
Really exit lisp [n]? 
; Exiting Lisp
configure:8098: $? = 0
configure:8101: checking whether we are using the GNU C++ compiler
configure:8125: cl -c   conftest.cc >&5
Mapping /misc/i686/acl-5.0/lisp.dxl...done.
Mapping /misc/i686/acl-5.0/acl503.epll.
Allegro CL Trial Edition 5.0 [Linux/X86] (8/29/98 10:57)
Copyright (C) 1985-1998, Franz Inc., Berkeley, CA, USA.  All Rights Reserved.
Warning: Unknown command-line option "-c"
Warning: Unknown command-line option "conftest.cc"
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
USER(1): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation
[1c] USER(2): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 1
 1: continue computation
[2c] USER(3): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 2
 1: continue computation at break level 1
 2: continue computation
[3c] USER(4): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 3
 1: continue computation at break level 2
 2: continue computation at break level 1
 3: continue computation
[4c] USER(5): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 4
 1: continue computation at break level 3
 2: continue computation at break level 2
 3: continue computation at break level 1
 4: continue computation
[5c] USER(6): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 5
 1: continue computation at break level 4
 2: continue computation at break level 3
 3: continue computation at break level 2
 4: continue computation at break level 1
 5: continue computation
[6c] USER(7): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 6
 1: continue computation at break level 5
 2: continue computation at break level 4
 3: continue computation at break level 3
 4: continue computation at break level 2
 5: continue computation at break level 1
 6: continue computation
[7c] USER(8): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 7
 1: continue computation at break level 6
 2: continue computation at break level 5
 3: continue computation at break level 4
 4: continue computation at break level 3
 5: continue computation at break level 2
 6: continue computation at break level 1
 7: continue computation
[8c] USER(9): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 8
 1: continue computation at break level 7
 2: continue computation at break level 6
 3: continue computation at break level 5
 4: continue computation at break level 4
 5: continue computation at break level 3
 6: continue computation at break level 2
 7: continue computation at break level 1
 8: continue computation
[9c] USER(10): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation at break level 9
 1: continue computation at break level 8
 2: continue computation at break level 7
 3: continue computation at break level 6
 4: continue computation at break level 5
 5: continue computation at break level 4
 6: continue computation at break level 3
 7: continue computation at break level 2
 8: continue computation at break level 1
 9: continue computation
[10c] USER(11): 
Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
  0: continue computation at break level 10
  1: continue computation at break level 9
  2: continue computation at break level 8
  3: continue computation at break level 7
  4: continue computation at break level 6
  5: continue computation at break level 5
  6: continue computation at break level 4
  7: continue computation at break level 3
  8: continue computation at break level 2
  9: continue computation at break level 1
 10: continue computation
[11c] USER(12): 

Reply via email to