ROOT 6.0 does not compile on OS X 10.9.3

Hello,

Something is not working correctly it looks like:

-lz -lpthread -ledit -lcurses -lm -lm -Wl,-rpath,@loader_path/…/lib -ldl
clang: error: no such file or directory: 'core/metautils/src/RConversionRuleParser.o’
clang: error: no such file or directory: ‘core/metautils/src/TClassEdit.o’

I’m not sure why these classes were not compiled - I can see the cxx files in the above directory and also the *.o files for all the other cxx files.

To compile all I did was:

./configure
make

Cheers,

Mark

Thanks! make -j 2 is working so far…

Cheers,

Mark