bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in building binutils-010311 on hppa2.0n-hp-hpux11.00


From: Nick Clifton
Subject: Re: Bug in building binutils-010311 on hppa2.0n-hp-hpux11.00
Date: 12 Mar 2001 15:32:55 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.4

Hi Ross,

> ../include/libiberty.h:157: parse error before `size_t'
 
> This is fixed by the following patch.
 
> *** sym_ids.c.orig      Mon Mar 12 14:53:02 2001

> + #include <stddef.h>

Thanks very much for submitting the problem report.  I think however
that your solution may be not be the right way to go.  libiberty.h
already includes <stddef.h>, so this problem should be present in your
build, unless ANSI_PROTOTYPES is not defined.  That symbol should be
defined in ansidecl.h, and this definition is conditional upon either
__STDC__ or _AIX being defined.  (Or a few other conditions).

Perhaps this is the problem.  Perhaps for some reason the host
compiler that you are using is not defining either __STDC__ or _AIX ?
If this is true, can you find out what symbols it does define ?  Maybe
one of these symbols should be added to the conditional line at the
start of ansidecl.h.

Cheers
        Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]