No bootstrap with --enable-checking=assert,misc,tree,gc,rtl,rtlflag,fold,gcac

Daniel Jacobowitz drow@false.org
Tue Sep 14 15:14:00 GMT 2004


On Tue, Sep 14, 2004 at 03:46:03PM +0200, micis@gmx.de wrote:
> > On Tue, Sep 14, 2004 at 02:06:31PM +0200, micis@gmx.de wrote:
> > > checking for exception model to use... configure: error: unable to
> > detect
> > > exception model
> > 
> > What is the error in config.log?
> > 
> > -- 
> > Daniel Jacobowitz
> > 
> 
> 
> config.log messages:
> 
> configure:2265: /usr/local/gcc34/bin/gcc34 -o conftest -g -O2    conftest.c 
> -lmpfr -lgmp 1>&5
> configure:2259:18: mpfr.h: No such file or directory
> configure: In function `main':
> configure:2261: error: `mpfr_t' undeclared (first use in this function)
> configure:2261: error: (Each undeclared identifier is reported only once
> configure:2261: error: for each function it appears in.)
> configure:2261: error: parse error before "n"
> configure:2261: error: `n' undeclared (first use in this function)
> configure: failed program was:
> #line 2257 "configure"
> #include "confdefs.h"
> #include <gmp.h>
> #include <mpfr.h>
> int main() {
> mpfr_t n; mpfr_init(n);
> ; return 0; }
> 
> I hope this helps you.
> Michael Cieslinski

No, look for the error in config.log relating to finding the exception
model.

-- 
Daniel Jacobowitz



More information about the Gcc mailing list