Maybe you could try this: [code]# note: make sure the destination directory is empty
rm -rf /opt/ROOT
cd ~/TMP/root
note: before configuring it again, make sure the build directory is “clean”
make distclean
unset ROOTSYS
./configure --prefix=/opt/ROOT --etcdir=/opt/ROOT/etc/root --enable-explicitlink --enable-soversion --all > configure.out.txt 2>&1
note: use only 1 cpu to build it …
make > make.out.txt 2>&1[/code] and if it fails, post the “configure.out.txt” and “make.out.txt” here (I assume Philippe will need to have a look at them).
BTW. I assume you use the current ROOT 5.34 version (i.e. v5-34-07 or the head of v5-34-00-patches branch).