Re: Segfaults on some libtool invocations due to sbrk() assumptions

2011-04-27 Thread Chet Ramey
> On 04/26/2011 09:38 PM, Chet Ramey wrote: > >> The attached patch fixes the crashes by simply removing the > >> caching, which is useless anyway since libc already avoids calling the > >> kernel system call when sbrk is given 0. > > Thanks for the patch. It's dangerous to assume the whole world

Bash

2011-04-27 Thread David Barnet
I am new to Ubuntu and Linux. I am trying to install Bash Shell and I get this error and cannot find a solution. When I type make install I get this error. If you can give a direction to head in to correct this, i would appreciate it. thanks Dave mkdir -p -- /usr/local/share/man/man1 mkdir: canno

Re: Bash

2011-04-27 Thread Bob Proulx
David Barnet wrote: > I am new to Ubuntu and Linux. I am trying to install Bash Shell If you are new then the easiest way is to use the package manager to install the software distribution's bash package. Something like the following will invoke sudo to get the access privilege and then APT to in