Yes, I found out in the meanwhile that was just the c compiler, I did what you suggested, thanks.
On Fri, Mar 26, 2010 at 6:21 PM, Peter Kjellstrom cap@nsc.liu.se wrote:
On Friday 26 March 2010, Dieter Best wrote:
I did a "yum install gcc44"
...
I have the following now. Suggestions?
...
[root@centos2 Misc]# gcc44 mytest.cc gcc44: error trying to exec 'cc1plus': execvp: No such file or directory
gcc44 contains the c-compiler, you'll want the gcc44-c++ package too.
/Peter