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

check for strtoimax fails if strtoimax is a macro.

2005-09-15 Thread Steve Ellcey
Configuration Information [Automatically generated, do not change]: Machine: hppa1.1 OS: hpux11.00 Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='hppa1.1' -DCONF_OSTYPE='hpux11.00' -DCONF_MACHTYPE='hppa1.1-hp-hpux11.00' -DCONF_VENDOR='hp' -DLOCALEDIR='/proj/gcc/sje/be/hppa1

Re: pipeline outlives TERMed bash

2005-09-15 Thread Denis Vlasenko
On Thursday 15 September 2005 00:51, Paul Jarc wrote: > Denis Vlasenko <[EMAIL PROTECTED]> wrote: > > The problem is that svc -d (or manual kill -TERM) > > kills bash but nmeter and logger continue to run, > > until I kill nmeter manually. > > It's best not to put a long-running pipeline in a daem