We have had the following logic in earlier builds, it may have been not added in new builds, will be good to use gcc44 for rhel5 again.
# Use modern gcc for rhel5. if test "x$REDHAT_VERSION" == "xrhel5" then export CC=gcc44 CXX=g++44 fi
We have had the following logic in earlier builds, it may have been not added in new builds, will be good to use gcc44 for rhel5 again.
# Use modern gcc for rhel5.
if test "x$REDHAT_VERSION" == "xrhel5"
then
export CC=gcc44 CXX=g++44
fi