Re: Error building mkbuiltins on ia64-hp-hpux11.23

2011-04-21 Thread Daniel Richard G.
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.

Re: Error building mkbuiltins on ia64-hp-hpux11.23

2011-04-21 Thread Chet Ramey
> 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

Re: Segmentation fault after fc command in bash script

2011-04-21 Thread pi...@piumalab.org
-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