bash 4.3 compilation

2014-12-01 Thread Dhiraj Bhor
exp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lglob -lsh -ltilde -lmalloc-ldl *./builtins/libbuiltins.a(shopt.o): In function `shopt_enable_hostname_completion':shopt.c:(.text+0x945): undefined reference to `enable_hostname_completion'./lib/glob/libglob.a(gmisc.o): In function `glob_dirscan':gmisc.c:(.text+0x7df): undefined reference to `glob_patscan'collect2: ld returned 1 exit statusmake: *** [bash] Error 1make: Leaving directory `/root/bash-4.3.30'* Can someone point out what happened wrong here? When I compiled my previous bash-3.0, it compiled successfully. Thanks & Regards, Dhiraj

Bash 4.3 compilation error

2014-12-01 Thread dhiraj
exp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lglob -lsh -ltilde -lmalloc-ldl *./builtins/libbuiltins.a(shopt.o): In function `shopt_enable_hostname_completion':shopt.c:(.text+0x945): undefined reference to `enable_hostname_completion'./lib/glob/libglob.a(gmisc.o): In function `glob_dirscan':gmisc.c:(.text+0x7df): undefined reference to `glob_patscan'collect2: ld returned 1 exit statusmake: *** [bash] Error 1make: Leaving directory `/root/bash-4.3.30'* Can someone point out what happened wrong here? When I compiled my previous bash-3.0, it compiled successfully. Thanks & Regards, Dhiraj -- View this message in context: http://gnu-bash.2382.n7.nabble.com/Bash-4-3-compilation-error-tp14596.html Sent from the Gnu - Bash mailing list archive at Nabble.com.