Install Root v5.34.34

  1. I did try make clean, or remove and then git clone, nothing changed.

  2. I tried:

module load gcc/7.5.0
make distclean
./configure --disable-unuran --disable-vc --enable-soversion --build=debug
make cintdlls 

this shows: gmake: *** No rule to make target ‘cintdlls’. Stop.
Then I did: make distclean & make install.
Same error.

  1. I changed from Clang to XL, and then cmake, this did go a bit further until this:
CMake Error at cint/cint/CMakeLists.txt:142 (add_library):
  Cannot find source file:

    /ccs/home/wshi/ROOT/v5-34-00-patches/cint/cint/src/dict/longif3.cxx

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx

Log attached.
cmake_XL.txt (10.7 KB)