This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"
- From: "ghazi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2007 01:50:23 -0000
- Subject: [Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"
- References: <bug-31776-7427@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from ghazi at gcc dot gnu dot org 2007-05-03 02:50 -------
I see a similar failure on sparc-sun-solaris2.10 (where I have gmp installed in
some place not available to system.h without -I flags.) Without clear access
to gmp.h, configure botches the test for rlim_t and defines a bogus fallback
that conflicts with the real one in sys/resource.h.
This is definitely the problem noted by Andrew above.
--
ghazi at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ghazi at gcc dot gnu dot org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-05-03 02:50:22
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31776