Configuration Information [Automatically generated, do not change]: Machine: i586 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i586-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -O2 uname output: Linux fangorn 3.14.3 #10 SMP Fri Jun 27 23:41:04 CEST 2014 i586 GNU/Linux Machine Type: i586-pc-linux-gnu
Bash Version: 4.3 Patch Level: 25 Release Status: release Description: Building bash as minimal shell fails due to glob_patscan missing The configuration information refers to a full features build, not to the minimal build. Repeat-By: ./configure --enable-minimal-config --disable-debugger make While linking, I get: ./lib/glob/libglob.a(gmisc.o): In function `glob_dirscan': bash-4.3/lib/glob/gmisc.c:398: undefined reference to `glob_patscan' Fix: Workaround: Add --enable-extended-glob