Skip to content

add virtual destructor for IClassIDSvc

gcc 6.2 dbg complains that it can't find the typeinfo for IClassIDSvc. need to define virtual destructor. Also need to add ROOT/libTreePlayer.so to linker for GaudiExamples (needed by MIReadAlg.cpp, and picked up via RootCnv/RootAddress.h)

Merge request reports