Error when compiling test examples

Dear Rooters

On my new Notebook I have now also installed FC4, downloaded root from CVS and
compiled it successfully:

gmake
gmake cintdlls
gmake install

The command “gmake cintdlls” seems to be new. What is the reason for this, and
do I also need it from now on to compile root on Mac OS X?

Now I wanted to compile an example from me but failed. Interestingly, trying to
compile the examples from the test directory gave me the same error message:

[Rabbitus@localhost test]$ make -f Makefile
g++ -O -Wall -fPIC -pthread -I/home/Rabbitus/ROOT/root/include -c Event.cxx
Generating dictionary EventDict.cxx...
rootcint: error while loading shared libraries: libCint.so: cannot open shared object file: No such file or directory
make: *** [EventDict.cxx] Error 127

Can anybody tell me what I may be missing?

PS: I did export PATH and export LD_LIBRARY_PATH

Best regards
Christian

Dear Rooters

Please forget my former question: Moving export PATH from .bash_profile to .bashrc solved the problem.

Best regards
Christian