Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14050 > unrolled thread
| Started by | vijay nag <vijunag@gmail.com> |
|---|---|
| First post | 2018-04-18 12:30 +0530 |
| Last post | 2018-04-18 12:30 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
bash-4.3 : mkdep missing in support directory vijay nag <vijunag@gmail.com> - 2018-04-18 12:30 +0530
| From | vijay nag <vijunag@gmail.com> |
|---|---|
| Date | 2018-04-18 12:30 +0530 |
| Subject | bash-4.3 : mkdep missing in support directory |
| Message-ID | <mailman.12675.1524058142.27995.bug-bash@gnu.org> |
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
Back to top | Article view | gnu.bash.bug
csiph-web