Changes between Initial Version and Version 1 of Ticket #1172
- Timestamp:
- Dec 14, 2017, 8:42:43 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1172 – Description
initial v1 2 2 3 3 I'm attempting to install Delphes, but whenever I use the make command, I get the following response: 4 4 {{{ 5 5 /usr/bin/ld: cannot find -lImt 6 6 collect2: error: ld returned 1 exit status … … 32 32 Makefile:2320: recipe for target 'root2pileup' failed 33 33 make: *** [root2pileup] Error 1 34 34 }}} 35 35 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