On Mar 26, 2010, at 2:26 PM, Dieter Best wrote:
I did a "yum install gcc44"
Is it confirmed that this doesn't lead to inconsistencies with the existing gcc?
I have the following now. Suggestions?
[root@centos2 Misc]# gcc mytest.cc /tmp/ccilP3UL.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status [root@centos2 Misc]# [root@centos2 Misc]# [root@centos2 Misc]# gcc44 mytest.cc gcc44: error trying to exec 'cc1plus': execvp: No such file or directory
On Fri, Mar 26, 2010 at 5:48 AM, Rex Dieter rdieter@math.unl.edu wrote:
Dieter Best wrote:
I need a newer version of gcc (gcc 4.4.3), with yum install I got 4.1.2. Has anyone figured out how to configure for the gcc 4.4.3 build to go through?
yum install gcc44
-- Rex
use
rpm -ql
to see how the binaries and library locations.
The compiler is called gcc44
Tony