Legend:
- Unmodified
- Added
- Removed
-
trunk/FAQ
r340 r348 1 1 Frequently Asked Questions 2 2 3 -- Latest revision : 18/03/2009 --3 -- Latest revision : 04/05/2009 -- 4 4 -- See also Delphes website: 5 5 -- http://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/faq.html … … 106 106 me@mylaptop:~$ cd Utilities/FROG 107 107 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.