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.
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
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
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
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
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
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
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 jpeltier@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 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), VIVARIUM Technical Director HPC Coordinator Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpeltier@sfu.ca Website : http://www.fas.sfu.ca | http://vivarium.cs.sfu.ca http://blogs.sfu.ca/people/jpeltier MSN : subatomic_spam@hotmail.com
TEAMWORK There's power in numbers. Learn to work together. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos