Hey all-
In keeping with trying to get everything gnu to work with MacOS X, bash version 2.04 works with OSX. Here's how to build it:
go to ftp.gnu.org and grab the tar sources of bash-2.04 (bash-204.tar.gz). do the standard unzipping and tarring
in the directory it creates, run:
./configure --host=ppc-netbsd --without-gnu-malloc
this will run the configuration script and configure the sources. then run:
make
wait for it to compile (takes about 5 minutes on a single g4 450)
then run
make install
this will copy bash to /usr/local/bin. If you want to make this your default shell, go to netinfomanager and navigate to users/<username> and change the shell to /usr/local/bin/bash
That's it!
In keeping with trying to get everything gnu to work with MacOS X, bash version 2.04 works with OSX. Here's how to build it:
go to ftp.gnu.org and grab the tar sources of bash-2.04 (bash-204.tar.gz). do the standard unzipping and tarring
in the directory it creates, run:
./configure --host=ppc-netbsd --without-gnu-malloc
this will run the configuration script and configure the sources. then run:
make
wait for it to compile (takes about 5 minutes on a single g4 450)
then run
make install
this will copy bash to /usr/local/bin. If you want to make this your default shell, go to netinfomanager and navigate to users/<username> and change the shell to /usr/local/bin/bash
That's it!