On Sat, Jun 2, 2012 at 7:39 AM, rac8006 <rac8...@aol.com> wrote: > > What is the proper way to add popd pushd dirs etc to bash. When I currently > build bash these
By default those commands should be enabled. I never added special options when buidling Bash. Not sure if it's system dependent. But from the "configure --help" output I found this: --enable-directory-stack enable builtins pushd/popd/dirs You can try if that helps. :) > are missing. I also get an error libintl_ngettext undefined reference. I > can get around this error > by adding -lintl to the link. Just don't know how to get the Makefile to > add -lintl. > > Thanks for your help > > RAC > -- > View this message in context: > http://old.nabble.com/bash-build-tp33947830p33947830.html > Sent from the Gnu - Bash mailing list archive at Nabble.com. > >