bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilation fails when disabling debugger support. (--disable-debugger)


From: Ciprian Dorin Craciun
Subject: Compilation fails when disabling debugger support. (--disable-debugger)
Date: Mon, 2 Jul 2007 20:11:12 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]