ROOT installation fail becasue of lib/libRIO.so

Hello,

I tried to install root v5.24 on Fedora 11 using gcc version 4.4.1.2 and I got that
result when compiling :

lib/libRIO.so: undefined reference to `int TStreamerInfo::ReadBuffer<char**>(TBuffer&, char** const&, int, int, int, int)'
collect2: ld returned 1 exit status
make: *** [bin/hadd] Error 1
rm core/utils/src/RStl_tmp.cxx core/utils/src/rootcint_tmp.cxx

What is the origin of the problem and how can it be fixed.

Thanks a lot !

This was due to a bug in gcc4.4.1
Install version 5.25/02 where we implemented a workaround

Rene

Will do thanks for the VERY fast answer !

I just experienced the same on Ubuntu 9.10 beta with gcc 4.4.1. If this is a bug in the compiler, I would like to file a bug report. Thus, is there any information on the bug itself?

see the roottalk digest
root.cern.ch/root/roottalk/roottalk09/0831.html

Rene