http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49072
Franck Z changed:
What|Removed |Added
CC||franck.z.bugzilla at orange
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49072
--- Comment #7 from Franck Z 2011-06-22
09:21:41 UTC ---
In reply to comment #6)
> > Hope this piece of information is useful. :-)
> Not really, if you don't say which versions of GCC and GMP/MFPR/MPC you're
> using, and your exact configure comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49072
--- Comment #8 from Franck Z 2011-06-22
11:07:52 UTC ---
(In reply to comment #7)
Failure. But with a tag passed to libtool.
My Cygwin version of libtool is 2.4-1.
Took place in objdir/gmp/mpn.
With the command:
/bin/sh ../libtool --mode=compil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49502
Summary: Unable to build gcc with gmp/mpc/mpfr in its tree and
flag "--enable-cxx"
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49502
--- Comment #2 from Franck Z 2011-06-23
12:03:31 UTC ---
Several weeks ago, with the trunk, and gmp/mpc/mpfr/ppl/cloog-ppl in the gcc
source root tree, a "configure" then "make" sequence without options was
stopped because one of the configuratio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49502
--- Comment #4 from Franck Z 2011-06-23
18:45:33 UTC ---
(In reply to comment #3)
gotcha!
It's in PPL's configure script.
When checking for the correct version of gmp, the line:
#include
is used several times and this is what choked my build
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49502
--- Comment #6 from Franck Z 2011-06-24
08:53:50 UTC ---
Agreed. :-)