axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] gcl configure breakage


From: Martin Rubey
Subject: Re: [Axiom-developer] gcl configure breakage
Date: 12 Apr 2007 09:29:58 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

After installing binutils-dev and m4 configure worked. Now it's making...

Shouldn't configure fail more gracefully?

Martin

Martin Rubey <address@hidden> writes:

> I tried to configure gcl, which a collegue fetched yesterday via
> 
> svn co 
> https://axiom.svn.sourceforge.net/svnroot/axiom/branches/build-improvements/gcl
>  gcl
> 
> Unfortunately it (i.e., configure) fails
> 
> Many many thanks in advance,
> 
> Martin
> 
> # Subconfigure of GMP done
> # ------------------------
> #
> cp: cannot stat `gmp3/gmp.h': No such file or directory
> checking for leading underscore in object symbols... no
> checking for GNU ld option -Map... yes
> checking for size of gmp limbs... Cannot determine mpsize
> 
> Here is config.log:
> 
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> configure:797: checking host system type
> configure:1212: checking for gcc
> configure:1325: checking whether the C compiler (gcc    ) works
> configure:1341: gcc -o conftest      conftest.c  1>&5
> configure:1367: checking whether the C compiler (gcc    ) is a cross-compiler
> configure:1372: checking whether we are using GNU C
> configure:1381: gcc -E conftest.c
> configure:1400: checking whether gcc accepts -g
> configure:1432: checking how to run the C preprocessor
> configure:1453: gcc -E  conftest.c >/dev/null 2>conftest.out
> configure:1565: checking for gawk
> configure:1686: checking system version (for dynamic loading)
> configure:1694: checking for makeinfo
> configure:1827: checking for unistd.h
> configure:1837: gcc -E  conftest.c >/dev/null 2>conftest.out
> configure:1854: checking for sysconf in -lc
> configure:1873: gcc -o conftest      conftest.c -lc   1>&5
> configure:1889: checking for _SC_CLK_TCK
> configure:1906: gcc -o conftest      conftest.c  1>&5
> configure:1950: checking for gmp.h
> configure:1960: gcc -E  conftest.c >/dev/null 2>conftest.out
> configure:1956:17: error: gmp.h: No such file or directory
> configure: failed program was:
> #line 1955 "configure"
> #include "confdefs.h"
> #include <gmp.h>
> configure:2075: checking use_gmp=yes, doing configure in gmp directory
> configure:2107: checking for leading underscore in object symbols
> configure:2126: checking for GNU ld option -Map
> configure:2143: checking for size of gmp limbs
> configure:2159: gcc -o conftest      conftest.c  1>&5
> configure:2150:20: error: h/gmp.h: No such file or directory
> configure: In function 'main':
> configure:2153: error: 'mp_limb_t' undeclared (first use in this function)
> configure:2153: error: (Each undeclared identifier is reported only once
> configure:2153: error: for each function it appears in.)
> configure: failed program was:
> #line 2148 "configure"
> #include "confdefs.h"
> #include <stdio.h>
>         #include "h/gmp.h"
>         int main() {
>         FILE *fp=fopen("conftest1","w");
>         fprintf(fp,"%u",sizeof(mp_limb_t));
>         fclose(fp);
>         return 0;
>         }
> 
> 
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/axiom-developer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]