Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/misc/altprebuilt/prebuilt-5/i686-pc-linux_el4-gnu/bash-4.0.24/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/misc/altprebuilt/prebuilt-5/i686-pc-linux_el4-gnu/include -L/misc/altprebuilt/prebuilt-5/i686-pc-linux_el4-gnu/lib uname output: Linux hilo 2.6.9-67.0.20.ELsmp #1 SMP Wed Jun 18 12:40:47 EDT 2008 i686 GNU/Linux Machine Type: i686-pc-linux-gnu
Bash Version: 4.0 Patch Level: 24 Release Status: release Description: Problem compiling siglist.c on HPUX (error about undefined symbol _ at link time). Repeat-By: Execute a regular build sequence (./configure; make all) on a hppa2.0w-hp-hpux11.11 machine. Fix: #include "bashintl.h" within the #if...#endif (for example, just after #include "xmalloc.h"). I suppose Makefile.in has to be updated for siglist.o dependencies as well.