Fork me on GitHub

Changes between Initial Version and Version 2 of Ticket #258


Ignore:
Timestamp:
Dec 20, 2014, 12:13:51 AM (10 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #258 – Description

    initial v2  
    22 Hello,
    33
    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{{{
    66export PROMC=/share/sl6//promc
    77export LD_LIBRARY_PATH=$PROMC/lib:$LD_LIBRARY_PATH
    88export PATH=$PROMC/bin:$PATH
    9 
     9}}}
    1010Then I compile Delphes, (configure; make), it compiles correctly, but it cannot link the object zipios file:
    11 
     11{{{
    1212>> Compiling external/ProMC/ProMCHeader.pb.cc
    1313>> Compiling external/ProMC/ProMCBook.cc
     
    2020collect2: ld returned 1 exit status
    2121make: *** [libDelphes.so] Error 1
    22 
     22}}}
    2323I think Delphes 3.10 was fine before  when used on SL5.
    2424Can you please look at this?