> > Fix:
> > The fix would seem to be to improve the bash configure script to
> > take into account the fact that strtoimax might be a macro.
>
> Perhaps. But developing those configure tests and getting them right
> for all platforms will be tricky while the system fix is very simple.
>
Steve Ellcey wrote:
> Machine: hppa1.1
> OS: hpux11.00
>
> Description:
> The check for strtoimax fails on HP-UX 11.00 because strtoimax
> is defined in inttypes.h as a macro that calls __strtol or
> __strtoll. We get lucky when building bash with 32 bits and the
> build s