Problem at gmake after updating from CVS

Hi,

I’ve got a problem at gmaking after having updated from CVS.

I wanted to update ROOT from CVS, therefore I did

i deleted some dependencies which were not found

and i started

but after compiling a while it stops giving the following error message:

... ==> lib/libProofx.so done Copying xrootd/src/xrootd/bin/xrootd executables ... Copying xrootd/src/xrootd/bin/olbd executables ... Copying xrootd/src/xrootd/bin/xrdcp executables ... Copying xrootd/src/xrootd/bin/xrdpwdadmin executables ... Copying xrootd/src/xrootd/bin/xrdgsiproxy executables ... g++ -O -o bin/root.exe main/src/rmain.o \ -Llib -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lMatrix -lRint -lm -ldl -pthread -rdynamic lib/libTree.so: undefined reference to `TBranch::AddBasket(TBasket&, bool)' collect2: ld returned 1 exit status make: *** [bin/root.exe] Error 1

If someone has a hint of what I could do to get it running… please tell me.
Thanks a lot,
Peter

You seem to have a partial recompilation only. I suggest
make distclean
make

Rene

‘make distclean’ solved the problem

thanks,
Peter