Rootcint v5.19 2 on mac os x

I have installed the following root version on my mac : MacOS X Intel 10.4.8 and gcc 4.0.1, version 5.19/02

… and I got this :

rootcint -f build/vector_dict.o.cpp -c include/vectorLinkDef.h
dyld: Library not loaded: /Users/bellenot/ROOT/osx104_ia32_gcc401/root/lib/libCint.dylib
Referenced from: /Users/crepe/Library/root/root_v5.19-02/bin/rootcint
Reason: image not found
Trace/BPT trap

What user bellenot is doing here ?

Thanks,
Sabine.

Hi,

Did you properly set the LD_LIBRARY_PATH AND DYLD_LIBRARY_PATH?

Cheers,
Philippe

LD_LIBRARY_PATH yes but DYLD_LIBRARY_PATH is not defined, where is it suppose to point to ?

They need to point to the library directory of ROOT. In your case it seems to be /Users/crepe/Library/root/root_v5.19-02/lib

See root.cern.ch/root/Install.html for details.

Cheers,
Philippe.

Thanks, it seems to work now, sorry to have missed this variable …
Sabine.