This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30753] [4.3 Regression] checking for correct version of gmp.h... no
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Feb 2007 01:36:54 -0000
- Subject: [Bug bootstrap/30753] [4.3 Regression] checking for correct version of gmp.h... no
- References: <bug-30753-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from drow at gcc dot gnu dot org 2007-02-10 01:36 -------
OK, I see it. The problem is that AC_PROG_CC is invoked inside an if
statement; objext doesn't get set before that point, so it's expanded inside
the if.
If this is covered in the autoconf documentation I don't know where...
You can certainly work around the problem for now by not using --host. To
accomplish the same thing as that used to, you may want --build=hppa-linux.
I'm not going to have time to fix this properly for a day or two, sorry!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30753