Opened 7 years ago
Last modified 7 years ago
#1160 new Bug
Current Delphes Compiling Problem
Reported by: | Ozer Ozdal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Dear Delphes Team,
The current Delphes-3.4.1 does not compile on my Ubuntu. Here is the end of my error message:
external/tcl/tclVar.c:2748:13: note: in expansion of macro ‘TclGetStringFromObj’ name = TclGetStringFromObj(objv[1], &nameBytes); ^ >> Building libDelphesNoFastJet.so /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
Thanks,
Ozer
Note:
See TracTickets
for help on using tickets.
I've just tested Delphes-3.4.1 with Ubuntu 16.04 and ROOT binaries downloaded from https://root.cern.ch/content/release-61008. The compilation works without any problem.
I'd say that the
cannot find -lImt
error message indicates a problem with the ROOT installation.