[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: bash static on hp-ux 11.11 (11i.v1)
From: |
djekels |
Subject: |
RE: bash static on hp-ux 11.11 (11i.v1) |
Date: |
Sun, 4 Jul 2004 21:29:27 -0400 |
Thanks,
That worked.
Now I get this error.
cc: "malloc.c", line 1236: error 1713: Illegal redeclaration for
identifier "mem".
cc: "malloc.c", line 1239: error 1000: Unexpected symbol: "<END_OF_FILE>".
cc: panic 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
-----Original Message-----
From: chet.ramey@case.edu [mailto:chet.ramey@case.edu]
Sent: Sunday, July 04, 2004 3:46 PM
To: Donny Jekels
Cc: bug-bash@gnu.org
Subject: Re: bash static on hp-ux 11.11 (11i.v1)
djekels@citistreetonline.com wrote:
> I am trying to compile bash in static mode for root replacement of
/sbin/sh
>
> On HP-UX.
Please read the Bash FAQ, question F7.
Chet