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