[Rivet] Rivetgun and Sherpa 1.1.1

Hendrik Hoeth hendrik.hoeth at cern.ch
Mon Jun 23 15:56:32 BST 2008


Thus spake Holger Schulz (holger.schulz at physik.hu-berlin.de):

>         rivetgun: symbol lookup error: 
> /home/holger/generators/sherpa/1.1.1/lib/SHERPA-MC/libAnalysisTools.so.0: 
> undefined symbol: 
> _ZN6ATOOLS15Getter_FunctionIN8ANALYSIS15Analysis_ObjectENS1_15Argument_MatrixESt4lessISsEED2Ev
> 
> If in addition any other generator is installed too, the 'error message' 
> is just 'segmentation fault'.
> 
> Any hints?

Not really, except that a useful tool for looking up the meaning of such
symbols is c++filt:

[16:53] hoeth at rigel:~ $ c++filt _ZN6ATOOLS15Getter_FunctionIN8ANALYSIS15Analysis_ObjectENS1_15Argument_MatrixESt4lessISsEED2Ev
ATOOLS::Getter_Function<ANALYSIS::Analysis_Object, ANALYSIS::Argument_Matrix, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~Getter_Function()
[16:53] hoeth at rigel:~ $ 

So it's missing something from ATOOLS.

-- 
Those who give up essential liberties for temporary safety
deserve neither liberty nor safety.   -- Benjamin Franklin


More information about the Rivet mailing list