I was working on the building process for Root from listed here : https://root.cern/install/build_from_source/
However after use ¨cmake --build . --target install¨
or ¨cmake -j1¨
i reach a 93% and then get this error:
usr/lib/libgif.so: error adding symbols: File in wrong format collect2:
error: ld returned 1 exit status
gmake[2]: *** [lib/libASImage.so] Error 1
gmake[1]: *** [graf2d/asimage/CMakeFiles/ASImage.dir/all] Error 2
gmake: *** [all] Error 2
I think the problems could be due to some wrong location of libgif
, but i don’t know how figure out.
Have you guys faced this issue before?
Any suggestion would be appreciate…