bash: /dev/null: Permission denied
then you should (as root) delete the /dev/null with:
rm /dev/null
and recreate it (as root) again with:
mknod -m 0666 /dev/null c 1 3
yum install gcc
yum install make
yum install gcc-c++
yum install tcl-devel
yum install tk-devel
