Re: Bash build issues in `devel' branch due to -Werror compiler flag

2018-12-19 Thread Eduardo Bustamante
On Mon, Dec 17, 2018 at 6:31 AM Chet Ramey wrote: (...) > Good. This is the kind of feedback I want from enabling this option during > the pre-release period. Thanks for taking the time. Thank you! Bash `devel' builds fine for me now.

Re: Bash build issues in `devel' branch due to -Werror compiler flag

2018-12-17 Thread Chet Ramey
On 12/16/18 2:35 AM, Eduardo A. Bustamante López wrote: > Commit 9d80be9ab5cc17011c634e0348c64c15fcba95bf adds the following compiler > flag: > > dualbus@debian:~/src/gnu/bash$ cat -n configure.ac | grep Werror -C3 > 1159 CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security" >

Re: bash build

2012-06-04 Thread rac8006
I've found out How to build bash without errors. I needed to compile ncurses and make the library available. My system is a dns-323 NAS. Thanks for the response. RAC Greg Wooledge wrote: > > On Fri, Jun 01, 2012 at 04:39:08PM -0700, rac8006 wrote: >> >> What is the proper way to add popd

Re: bash build

2012-06-04 Thread Greg Wooledge
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. Jus

Re: bash build

2012-06-02 Thread Clark WANG
On Sat, Jun 2, 2012 at 7:39 AM, rac8006 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 "config