Problems with rootcint

Hi,
I have problems to use rootcint.
I compiled root v5.14.00 on Linux Fedora 3 (gcc 3.4.4) machine.
When I try to use rootcint I read the nexte message:

./rootcint: symbol lookup error: ./rootcint: undefined symbol: _ZN4Cint14G__ShadowMaker15NeedShadowClassERNS_12G__ClassInfoE

Best Regards,
Gabriele Bigongiari

Hi,

I suspect that there’s a problem with your LD_LIBRARY_PATH and PATH. Check with “ldd rootcint”

Cheers, Axel.