[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash build
From: |
Greg Wooledge |
Subject: |
Re: bash build |
Date: |
Mon, 4 Jun 2012 08:28:28 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Fri, Jun 01, 2012 at 04:39:08PM -0700, rac8006 wrote:
>
> What is the proper way to add popd pushd dirs etc to bash. When I currently
> build bash these
> 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.
You'll need to give details about your build platform and which
./configure options you used, if any. Both of these things that you
mention should work by default using ./configure on any reasonable
Unix-like platform.