Opened 9 years ago
Last modified 9 years ago
#871 new Bug
ROOT6
Reported by: | mawatari | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Similar to #774, I have a problem with ROOT6(6.06/00) on OSX 10.11.3:
dyld: Library not loaded: @rpath/libCore.so
Referenced from: /Users/mawatari/work/tools/mg5/MG5_aMC_v2_3_3/Delphes/DelphesSTDHEP
Reason: image not found
although libCore.so exists and the PATHs are correct. Do you have any idea how we can solve it?
thanks in advance,
Kentarou
Note:
See TracTickets
for help on using tickets.
The modification suggested by #774:
DELPHES_LIBS = $(shell $(RC) --libs) -lEG $(SYSLIBS) -Wl,-rpath,$ROOTSYS/lib/
solved in MadAnalysis5, but not in MG5aMC_v2.3.3. However, once I installed Delphes
in MG5aMC with ROOT5, I can run MG5aMC-Delphes with ROOT6. So, the issue was solved.
Kentarou