gcc Installation Problems

Hi,

I am trying to install ATAT, but have some problems. It seems that it cannot find some libraries.

The error message is as follow:

g++ -O3 -c -o headers.o headers.cc
/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.8.1/cc1plus: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
make[1]: *** [headers.o] Error 1
make[1]: Leaving directory `/vol7/home/rafaelfreire/tools/atat/src’
make: *** [all] Error 2

Thanks in advance for your help.