bash
hello,
i downloaded the bash 2.01 source from /gnu and did a ./configure and
make. i then attempted make install, and received the following:
mattyt# make install
mkdir /usr/local/info
/usr/bin/install -c bash /usr/local/bin/bash
/usr/bin/install -c bashbug /usr/local/bin/bashbug
( cd ./doc ; make \
man1dir=/usr/local/man/man1 man1ext=1 \
man3dir=/usr/local/man/man3 man3ext=3 \
infodir=/usr/local/info install )
make[1]: Entering directory `/usr/src/bash-2.01/doc'
test -d /usr/local/man/man1 || /bin/sh ../support/mkdirs
/usr/local/man/man1
test -d /usr/local/man/man3 || /bin/sh ../support/mkdirs
/usr/local/man/man3
test -d /usr/local/info || /bin/sh ../support/mkdirs /usr/local/info
/usr/bin/install -c -m 644 ./bash.1 /usr/local/man/man1/bash.1
/usr/bin/install -c -m 644 ./bashbug.1 /usr/local/man/man1/bashbug.1
/usr/bin/install -c -m 644 ./bashref.info /usr/local/info/bash.info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/usr/local/info/dir
/usr/local/info/bash.info; \
else true; fi
install-info: unknown option `--dir-file=/usr/local/info/dir'
usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn]
[--section regexp title] [--infodir=xxx] [--align=nnn]
[--calign=nnn] [--quiet] [--menuentry=xxx] [--keep-old]
[--description=xxx] [--test] [--remove] [--] filename
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/bash-2.01/doc'
make: [install] Error 2 (ignored)
???
thanks,
matty
Matt Thompson
MZI, Inc. v-206.430.3726
707 S. Grady Way f-206.430.3420
Renton, WA 98055 matt.thompson@mzi.com
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to:
- Follow-Ups:
- Re: bash
- From: joost@rulcmc.leidenuniv.nl (joost witteveen)