Installing bash on AIX 6.1

Hi,
I am trying to install " bash 4.1 " on AIX 6.1 OS and with this gcc compiler file " gcc-4.2.0-3.aix5.3.ppc.rpm ".

could help someone with below links if needed for future use..just in case

Downloaded -----bash-4.1.tar.gz -------- file from below link
ftp://ftp.gnu.org/pub/gnu/bash/bash-4.1.tar.gz

Downloaded -------gcc-4.2.0-3.aix5.3.ppc.rpm---------file from below link

When I ran " make " command I am getting this error

[ make: 1254-004 The error code from the last command is 1.

Stop. ]

Can anyone please help on this issue.

I have this doubt of using the above gcc file which has may be files of 5.3 and I am running 6.1 OS right now.

Thanks !

Extract the file on /tmp/bash

cd /tmp/bash

then use

smitty install
Install and Update Software
Install Software
.
Then continue in the instillation by using smitty menu ..

The page you linked from IBM has downloads for bash and gcc for 6.1; any reason you're heading in the direction you are?

make -d 

may give you a better idea what failed.