Fork me on GitHub

Changeset 348 in svn


Ignore:
Timestamp:
May 4, 2009, 11:34:28 PM (15 years ago)
Author:
Xavier Rouby
Message:

update _hepevt_ error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FAQ

    r340 r348  
    11Frequently Asked Questions
    22
    3 -- Latest revision : 18/03/2009 --
     3-- Latest revision : 04/05/2009 --
    44-- See also Delphes website:
    55--  http://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/faq.html
     
    106106        me@mylaptop:~$ cd Utilities/FROG
    107107        me@mylaptop:~$ make
     108
     109(Q) At run time, _hepevet_ symbol is not found:
     110    dyld: Symbol not found: _hepevt_
     111    Referenced from: /usr/local/root/lib/libEG.dylib
     112    Expected in: dynamic lookup
     113 (or something similar)
     114(A) Your ROOT installation probably uses libEGPythia, which is not a default from ROOT.
     115    Just modify the definition of LIBS in the file genMakefile.tcl, by adding "-lEGPythia6" at the end
     116       LIBS = $(ROOTLIBS) -lEG $(SYSLIBS) -lEGPythia6
     117    then recompile Delphes :
     118       me@mylaptop:~$ make clean
     119       me@mylaptop:~$ make
     120   
Note: See TracChangeset for help on using the changeset viewer.