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
I think I fixed my problem. I compiled the ncurses library from the source
code for the DNS-323 NAS.
I used it to link bash.
RAC
Pierre Gaston wrote:
>
> On Sat, Jun 2, 2012 at 8:55 PM, rac8006 wrote:
>>
>> Why can't I get a clean compile of bash4.1? I was
Why can't I get a clean compile of bash4.1? I was building until I did a
configure --enable_progcomp
Now it fails with the three missing symbols tgoto , BC and UP. I've
searched this site with no answers.
Searched the web found references to -ltinfo. But I don't have that
library.
What do I ne
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.
Thanks for your