--- Comment #8 from spiralvoice at hotmail dot com 2006-04-02 19:34 ---
Same bug on Solaris 8/Sparc with gcc-3.4.5
I happened to have ansidecl.h from binutils-2.16 in a path
included in CFLAGS. Moving this file somewhere else fixes this bug.
Configure flags:
--enable-shared \
--enable-t
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-02-07 13:36 ---
No this is not supported as you force gmp's header first no matter what.
Use either -idirafter or the folllowing configure options:
--with-gmp-dir=PATH Specify source directory for GMP library
--with-gmp=PATH
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-02-07 11:20
---
OK, I understand why this is happenning only to me (it happened today on
mips-sgi-irix6.5). I usually configure with
CC="/path/to/gcc -I/path/to/gmp_includes -L/path/to/gmp_libs" ../gcc/configure
and then, I ha
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-02-02 19:41
---
Created an attachment (id=10773)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10773&action=view)
Preprocessed md5.c source file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25842
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-02-02 19:40
---
I tried again with 4.2 trunk, from 2005-01-31, and it still fails with the same
message. I will attach the preprocessed source md5.i, although I tried to look
into it and don't really understand why the ansidecl.h
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-01-30 08:52
---
(In reply to comment #2)
> Fixed.
As of 2006-01-25 (SVN trunk), this failure is still present.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25842
--- Comment #2 from dj at redhat dot com 2006-01-18 20:23 ---
Subject: Re: New: Error in building libiberty
Fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25842
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-18 14:07 ---
Hmm, ansidecl.h should have been included.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25842