bash-4.3 : mkdep missing in support directory
Hi Bash, While trying to generate dependencies for "bash" (make depend), I see that "mkdep" script is missing in support directory and I'm getting the following error due to that. The distribution somehow seems to be missing shipping of "mkdep" utility. Vijay:~/bash/bash-4.3]# make depend bash ./support/mkdep -c gcc -- -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"x86_64-unknown-freebsd8.4"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/root/bash/bash-4.3/results/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I./lib/intl -I/root/bash/bash-4.3/lib/intl -g -O2 shell.c eval.c parse.y general.c make_cmd.c print_cmd.c y.tab.c dispose_cmd.c execute_cmd.c variables.c version.c expr.c copy_cmd.c flags.c subst.c hashcmd.c hashlib.c mailcheck.c test.c trap.c alias.c jobs.c nojobs.c braces.c input.c bashhist.c array.c arrayfunc.c assoc.c sig.c pathexp.c unwind_prot.c siglist.c bashline.c bracecomp.c error.c list.c stringlib.c locale.c findcmd.c redir.c pcomplete.c pcomplib.c syntax.c xmalloc.c bash: ./support/mkdep: No such file or directory *** Error code 127
Re: bash-4.3 : mkdep missing in support directory
On 4/18/18 3:00 AM, vijay nag wrote: > Hi Bash, > > While trying to generate dependencies for "bash" (make depend), I see that > "mkdep" script is missing in support directory and I'm getting the > following error due to that. The bash Makefiles come with dependencies already computed. Is there a reason you're trying to run `make depend'? -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/