Fedora 12 and ROOT

Does anyone have any experince with compiling the source of the ROOT on Fedora 12 ? I have all the time complilng errors.

Hi,

Which version of ROOT are you using? (You will need ROOT v5.24 or higher).
What are the errors? What is the version of gcc installed?

Cheers,
Philippe.

Hello,

I’ve tried both 5.24 and 5.25 with no success. Later I tried some old versions, 5.18 I think. After that I installed GEANT4. So, I don’t remember what exactly I did (and I did many things), but when I tried 5.24 again it advanced more in compilation than the first time. Nevertheless, it still has a problems. The last one is the following:

[quote]g++ -m32 -O2 -o bin/hadd main/src/hadd.o
-Llib -lCore -lCint -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree -lMatrix -lMathCore -lThread -lm -ldl -pthread -rdynamic
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[/quote]

My gcc version is 4.4.2

By,
Pedja

Hi,

For this, you will need 5.24/00b or 5.25/02 (or higher).

Cheers,
Philippe.

Hi,

Version 5.24/00b works just fine.

Thanks a lot!