Question about another IA64 HP-UX build problem

Steve Ellcey sje@cup.hp.com
Fri May 6 21:28:00 GMT 2005


> 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



More information about the Binutils mailing list