Joe Conway <joseph.conway@home.com> writes:
> I did get binutils installed though, and was able to run configure and
> gmake. However, 'gmake check' seems to hang at:
> parallel group (20 tests): lseg point
That one's in the FAQ ;-). Evidently HP still hasn't fixed that sh bug
as of 11.0. Should work if you use ksh instead, viz
gmake SHELL=/bin/ksh check
regards, tom lane