You need to install the compile dependancies of your program first. It looks like it needs a c compiler, and probably the make command too.
I believe you can use yum on your aspire one: type that in the terminal (as root):
Code:
yum install gcc make
By the way, what are you trying to install?
Do you know about the package manager?
You should use the package manager when possible instead of downloading and installing software all by yourself.