TMVA compilation failed with root

Dear expert,

please send me to the right forum if it is not the good one to ask this question:
I have root 6.00/00 and download TMVA-v4.2.0. Then in TMVA-v4.2.0 I did “make”, but the compilation failed with the error message [1]. echo $PATH gave me [2] and echo $LD_LIBRARY_PATH gave me [3]. Do you see what is wrong?
Regards

[3]
/exper-sw/sw/sl5/x86_64/gcc48/root/6.00.00/lib64:/exper-sw/sw/sl5/x86_64/gcc48/root/6.00.00/lib:/exper-sw/sw/sl6/x86_64/gcc48/gcc/4.8.3/lib64:/exper-sw/sw/sl6/x86_64/gcc48/gcc/4.8.3/lib:/exper-sw/sw/sl6/x86_64/gcc48/gcc/4.8.3/libexec/gcc/x86_64-unknown-linux-gnu/4.8.3

[2]
/exper-sw/sw/sl5/x86_64/gcc48/root/6.00.00/bin:/exper-sw/sw/sl6/x86_64/gcc48/gcc/4.8.3/bin:/cvmfs/cms.cern.ch/common:/cvmfs/cms.cern.ch/bin:/usr/lib64/qt-3.3/bin:/bin:/opt/lcg/bin:/opt/sge/bin/lx-amd64:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/cvmfs/cms.cern.ch/crab3/slc6_amd64_gcc493/cms/crabclient/3.3.1608/bin:/home/t3cms/calpas/bin

[1]
see logmake file in cc
logmake.txt (9.09 KB)

Hi,

tmva is built as part of ROOT, so you should not build as a standalone package. This is currently not supported with the new version

Cheers

Lorenzo

Dear Lorentzo,

ok, thank you for your answer. But I still do not understand why I do not see any tmva directory when I do “l $ROOTSYS/tmva/”?
But I can use root so it means that root is setup properly right?

Regards

Hi,
It depends how you install Root. You can check if the library ROOTSYS/lib/libTMVA.so exists

Lorenzo