Re: check for strtoimax fails if strtoimax is a macro.

2005-09-16 Thread Steve Ellcey
> > 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. >

Re: check for strtoimax fails if strtoimax is a macro.

2005-09-15 Thread Bob Proulx
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