Installation process

…/…/.dictgen//dictgenCMakeFiles//CMakeFilesDictgen.dir//Dictgen.dirsrc//srcrootcling_impl.cxx.o/:rootcling_impl.cxx.o :file filenot notrecognized :recognized :File Filetruncated
truncated
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
core/metacling/src/CMakeFiles/Cling.dir/build.make:183: recipe for target ‘lib/libCling.so’ failed
make[2]: *** [lib/libCling.so] Error 1
core/rootcling_stage1/CMakeFiles/rootcling_stage1.dir/build.make:212: recipe for target ‘core/rootcling_stage1/src/rootcling_stage1’ failed
make[2]: *** [core/rootcling_stage1/src/rootcling_stage1] Error 1
CMakeFiles/Makefile2:15904: recipe for target ‘core/metacling/src/CMakeFiles/Cling.dir/all’ failed
make[1]: *** [core/metacling/src/CMakeFiles/Cling.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs…
CMakeFiles/Makefile2:17164: recipe for target ‘core/rootcling_stage1/CMakeFiles/rootcling_stage1.dir/all’ failed
make[1]: *** [core/rootcling_stage1/CMakeFiles/rootcling_stage1.dir/all] Error 2
Makefile:151: recipe for target ‘all’ failed
make: *** [all] Error 2

i am facing this type of error during building .i do not know what should i do .
sir please help me out

This is likely because some process got killed due to being out of memory. Please try make -j1 if you see this sort of error. Cheers,

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.