Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-29 Thread Dieter Best
Thanks for your email. Would you have the configuration? I was having some trouble. On Sun, Mar 28, 2010 at 8:55 PM, James A. Peltier jpelt...@fas.sfu.ca wrote: On Thu, 25 Mar 2010, Dieter Best wrote: Hello, I need a newer version of gcc (gcc 4.4.3), with yum install I got 4.1.2. Has anyone

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-28 Thread James A. Peltier
On Thu, 25 Mar 2010, Dieter Best wrote: Hello, 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? Thanks. Yes, I built it from sources -- James A. Peltier Systems Analyst (FASNet),

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Rex Dieter
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 ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Dieter Best
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? [r...@centos2 Misc]# gcc mytest.cc /tmp/ccilP3UL.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Tony Schreiner
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? [r...@centos2 Misc]# gcc mytest.cc /tmp/ccilP3UL.o:(.eh_frame+0x12): undefined reference to

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Peter Kjellstrom
On Friday 26 March 2010, Dieter Best wrote: I did a yum install gcc44 ... I have the following now. Suggestions? ... [r...@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

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Dieter Best
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 c...@nsc.liu.se wrote: On Friday 26 March 2010, Dieter Best wrote: I did a yum install gcc44 ... I have the following now. Suggestions? ...

[CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-25 Thread Dieter Best
Hello, 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? Thanks. ___ CentOS mailing list CentOS@centos.org