Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1172


Ignore:
Timestamp:
Dec 14, 2017, 8:42:43 PM (7 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1172 – Description

    initial v1  
    22
    33I'm attempting to install Delphes, but whenever I use the make command, I get the following response:
    4 
     4{{{
    55/usr/bin/ld: cannot find -lImt
    66collect2: error: ld returned 1 exit status
     
    3232Makefile:2320: recipe for target 'root2pileup' failed
    3333make: *** [root2pileup] Error 1
    34 
     34}}}
    3535I 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