gSystem->Load() TCTAnalyse

Hi
i am starting using ROOT 6 and i am having trouble running my old root 5 macros. In particular, i used to run gSystem->Load(“TCTAnalyse.sl” ); I tried to switch to the library made with ROOT6 as reported here: http://www.particulars.si/TCTAnalyse/TCTAnalyse-Downloads.html but i have this error:

Error in TCling::RegisterModule: cannot find dictionary module AnalyseDictUX_rdict.pcm

thanks a lot for the help!

solved… thanks a lot anyway !

1 Like

My answer would have been: make sure the _rdict.pcm file is right next to the shared library. I bet that’s what you found out, too :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.