Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: /usr/bin/gcc-4.1
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/opt/bash--3.2.17/share/locale'
-DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H   -I.
-I/tmp/bash--3.2.17/sources -I/tmp/bash--3.2.17/sources/include
-I/tmp/bash--3.2.17/sources/lib   -g -O2
uname output: Linux apollo 2.6.21.5-apollo #2 Mon Jun 25 16:28:19 EEST
2007 i686 GNU/Linux
Machine Type: i686-pc-linux-gnu

Bash Version: 3.2
Patch Level: 17
Release Status: release

Description:
        When disabling the debugger support, the compilation fails
complaining about undefined shell_function_defs.

Repeat-By:
        Use --disable-debugger configuration option.

Fix:
        I started adding #if defined (DEBUGGER) to surround the code
that used shell_function_defs, but it seems there are still problems
to execute_cmd.c


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to