0

What would be the optimal way to do that? Are there any precompiled RPMs available somewhere?

I read this question here, but the answer was not really satisfactory.

The cause for wanting to upgrade: we discovered that the gcc 4.1.2 seems to have issues with some code we need to compile (specifically template stuff) which does not occur with Ubuntu and their newer gcc. We can not simply move to Ubuntu either, because some of the used software depends on CentOS or RedHat.

Any ideas anyone? Should I simply compile it from source into the /opt directory?

1 Answer 1

5

Install and use gcc44 and related packages.

1
  • Oops. Why didn't that show up in yum search gcc... damn. Thanks for the answer! Commented Jan 21, 2011 at 9:34

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .