Dictionary Generation for Interactive Access Without I/O and RTTI

From: Paul M. Eugenio (eugenio@ernest.phys.cmu.edu)
Date: Tue Jan 19 1999 - 20:18:41 MET


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



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:28 MET