Changes between Initial Version and Version 2 of Ticket #258
- Timestamp:
- Dec 20, 2014, 12:13:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #258 – Description
initial v2 2 2 Hello, 3 3 4 I'm trying to compile Delphes 3.13 on ScientificLinux 6.3 (64 bit) using the ProMC plugin. My environment is set correctly:5 4 I'm trying to compile Delphes 3.13 on !ScientificLinux 6.3 (64 bit) using the ProMC plugin. My environment is set correctly: 5 {{{ 6 6 export PROMC=/share/sl6//promc 7 7 export LD_LIBRARY_PATH=$PROMC/lib:$LD_LIBRARY_PATH 8 8 export PATH=$PROMC/bin:$PATH 9 9 }}} 10 10 Then I compile Delphes, (configure; make), it compiles correctly, but it cannot link the object zipios file: 11 11 {{{ 12 12 >> Compiling external/ProMC/ProMCHeader.pb.cc 13 13 >> Compiling external/ProMC/ProMCBook.cc … … 20 20 collect2: ld returned 1 exit status 21 21 make: *** [libDelphes.so] Error 1 22 22 }}} 23 23 I think Delphes 3.10 was fine before when used on SL5. 24 24 Can you please look at this?