[ROOT] standalone use

From: Wolfgang Waltenberger (wolfgang.waltenberger@cern.ch)
Date: Thu Dec 18 2003 - 12:20:27 MET


Dear root team,

I am trying to use some root libraries (basically TTree and TFile) in a
tiny standalone project.  So I would like to link against root, like:
g++ -o myprogram main.o -lCint -lCore ....  But it seems that a few
fundamental classes, like TObject and TFile are not available as shared
objects; rather they are compiled into the root binary. Is there away to
still compile and use root as external libraries without the ".L
bla.cc+" way? How can I access the TObject and TFile definitions from
outside?

Cheers

Wolfgang



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:17 MET