Error compiling ROOT 5.34.05 on Mac OS X 10.7.5

Dear All,

By searching ROOT support I realized that in order to compile ROOT with clang I need at least clang version 3.1, see:
[url]Compilation error for 5.34/00 on OS X 10.7.4

However, I still want to compile ROOT with gcc, too, so I did:

./configure macosx64 --with-cc="/usr/bin/gcc-4.2" --with-cxx="/usr/bin/g++-4.2" --with-ld="/usr/bin/ld" --with-f77="/usr/bin/gfortran-4.2"

However, this resulted in following error:

Making cint/cint/inc/configcint.h
bin/rmkdepend -R -fcint/cint/src/g__cfunc.d -Y -w 1000 -- -m64 -pipe -W -Wall -fsigned-char -fno-common -Iinclude   -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL -DG__STD_EXCEPTION  -DG__HAVE_CONFIG -DG__NOMAKEINFO -DG__CINTBODY  -I/Volumes/MitziData/ROOT/root/cint/cint/inc -I/Volumes/MitziData/ROOT/root/cint/cint/src -I/Volumes/MitziData/ROOT/root/cint/cint/src/dict -pthread -I. -- /Volumes/MitziData/ROOT/root/cint/cint/src/g__cfunc.c
make: bin/rmkdepend: No such file or directory
make: *** [cint/cint/src/g__cfunc.o] Error 1

Searching ROOT Support gave:
[url]MacOSX install problem
[url]Bin/rmkdepend: Command not found
But this did not help, since e.g. ‘make distclean’ did not help.

Please can anyone tell me how to compile root_v5.34.05 with gcc on may Mac?

FYI, this is the first version of ROOT which I cannot compile on my Mac, I had never any problems to compile root_v5.32.03 or earlier versions.

Best regards,
Christian