Dictionary Generation for Interactive Access Without I/O and RTTI

Paul M. Eugenio (eugenio@ernest.phys.cmu.edu)
Tue, 19 Jan 1999 14:18:41 -0500 (EST)


Hi,
I trying to follow the myclass example at http://root.cern.ch/root/CintGenerator.html and I'm having soem problems linking.

The Makefile of the example has:
LIBS = $(ROOTSYS)/lib/*.sl -lXm -lXt -lX11 -lm -lPW -ldld

which seems outdated. I have changed this reference of LIB to:
ROOTLIBS = -L$(ROOTSYS)/lib -lNew -lBase -lCint -lClib -lCont -lFunc \
-lGraf -lGraf3d -lHist -lHtml -lMatrix -lMeta -lMinuit -lNet \
-lPostscript -lProof -lTree -lUnix -lZip -lRint -lGui
LIBS = $(ROOTLIBS) -lXm -lXt -lX11 -lm -lPW -lcurses

The program will make, but when I try to run it I get a slew to loader errors.

I have LD_LIBRARY_PATH=$ROOTSYS/lib. Could there be some other env variable that I need to set?

Thanks for any help.

-- 
Paul M. Eugenio
Dept. of Physics
Carnegie Mellon University
(412) 268 6949
eugenio@ernest.phys.cmu.edu