On Thu, 2011 Apr 21 16:36-0400, Chet Ramey wrote:
>
> What is the part of CFLAGS that fixes this, and why not just add it to
> CFLAGS_FOR_BUILD? CFLAGS_FOR_BUILD is for the `build tools' part of
> the builtins library.
I believe the "+DD64" bit is salient. (Generate 64-bit instead of
32-bit code.
> Building bash 4.2 on an HP-UX/Itanium system:
>
> gmake[1]: Entering directory `/tmp/bash-4.2.build/builtins'
> rm -f mkbuiltins.o
> cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I/tg/freeport/src/bash/bash--4.2
> -I/tg/freeport/src/bash/bash--4.2/include
> -I/tg/freeport/src/bash/bash--4.2/lib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 19/04/2011 22:11, Chet Ramey wrote:
> The problem has to do with bad calculations of the last history entry.
> I've attached patches for bash-4.1 and bash-4.2. Please let me know if
> they fix the problem; they seem to fix it for me.
>
> Chet
Hel