Opened 7 years ago
Last modified 7 years ago
#1172 closed How to
Delphes 3.4.1 installation — at Initial Version
Reported by: | huayangs | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Installation, ROOT 6.10/08, Imt | Cc: | huayangs |
Description
Hi,
I'm attempting to install Delphes, but whenever I use the make command, I get the following response:
/usr/bin/ld: cannot find -lImt
collect2: error: ld returned 1 exit status
Makefile:2158: recipe for target 'libDelphesNoFastJet.so' failed
make: * [libDelphesNoFastJet.so] Error 1
make: * Waiting for unfinished jobs....
/usr/bin/ld: cannot find -lImt
/usr/bin/ld: cannot find -lImt
collect2: error: ld returned 1 exit status
Makefile:2320: recipe for target 'hepmc2pileup' failed
make: * [hepmc2pileup] Error 1
collect2: error: ld returned 1 exit status
Makefile:2185: recipe for target 'libDelphes.so' failed
make: * [libDelphes.so] Error 1
/usr/bin/ld: cannot find -lImt
collect2: error: ld returned 1 exit status
Makefile:2320: recipe for target 'lhco2root' failed
make: * [lhco2root] Error 1
/usr/bin/ld: cannot find -lImt
/usr/bin/ld: cannot find -lImt
collect2: error: ld returned 1 exit status
Makefile:2320: recipe for target 'pileup2root' failed
make: * [pileup2root] Error 1
collect2: error: ld returned 1 exit status
Makefile:2320: recipe for target 'root2lhco' failed
make: * [root2lhco] Error 1
/usr/bin/ld: cannot find -lImt
collect2: error: ld returned 1 exit status
Makefile:2320: recipe for target 'root2pileup' failed
make: * [root2pileup] Error 1
I have ROOT 6.10/08 installed. I know that the structure of ROOT has been made some changes since version 6.08. However, I don't understand what causes this problem since the makefile uses root-config to get the path of ROOT's libraries. I'd really appreciate any help at all