Hi Marcus,
The installation of h2root and g2root is not yet part of the distributed
makefiles. You will find below an example of installation script
for Linux egcs.
Rene Brun
#/bin/sh
cd $ROOTSYS/src
g77 -c UTILS_hntvar2.f
g++ -fno-rtti -fno-exceptions -fPIC -I$ROOTSYS/include -c
UTILS_h2root.cxx
g++ -fno-rtti -fno-exceptions -o $ROOTSYS/bin/h2root \
UTILS_h2root.o UTILS_hntvar2.o $CERNLIB/libpacklib.a \
-L$ROOTSYS/lib -lNew -lBase -lCint -lClib -lCont -lFunc -lGraf -lGraf3d
\
-lHist -lHtml -lMatrix -lMeta -lMinuit -lNet -lPhysics -lPostscript \
-lProof -lRint -lTree -lUnix -lZip -lm -ldl -lg2c -rdynamic