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?

brandstaetter
  • 229
  • 1
  • 5
  • 13

1 Answers1

5

Install and use gcc44 and related packages.

Ignacio Vazquez-Abrams
  • 45,019
  • 5
  • 78
  • 84