UVFS in Cent OS

Hi,

Trying to install Interwoven Teamsite in CentOs 5.4. Found issue in the first step while installing the uvfs .

[root@raj uvfs_2.0.3]# gmake
/usr/bin/gcc -g -O3 -Wall   -I.   -c -o uvfs_signal.o uvfs_signal.cc
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gmake: *** [uvfs_signal.o] Error 1
[root@raj uvfs_2.0.3]#

My gcc is updated .
Need some help.

Try using g++

g++ <c++ source file>

Also this error can be caused by differing versions of gcc and g++. Check using

gcc --version 
g++ --version

I tried to update

[root@raj /]# yum install gcc-c++
[root@raj /]# yum install gcc