This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Question about another IA64 HP-UX build problem
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: hp at bitrange dot com
- Cc: binutils at gcc dot gnu dot org
- Date: Fri, 6 May 2005 13:01:51 -0700 (PDT)
- Subject: Re: Question about another IA64 HP-UX build problem
> On Thu, 5 May 2005, Steve Ellcey wrote:
> > Yes, I have built this on ia64-hpux before. It always gave a warning
> > because it didn't see the declaration of getc_unlocked in stdio.h. This
> > is because _REENTRENT is not defined and the HP-UX header file only
> > defines getc_unlocked when _REENTRENT is defined.
>
> Not that I usually point out obvious but consistent typos but if
> you don't mean s/_REENTRENT/_REENTRANT/ something is out of the
> ordinary and might need fixing. (And you might want to check
> that the typo doesn't creep into your code. ;-)
>
> brgds, H-P
I did mean _REENTRANT. That is what the header files look for, I don't
define anything when compiling, nor do I want to, so there was no typo
in my code.
Steve Ellcey
sje@cup.hp.com