Hello,
After upgrading to OS X mavericks I had some problems running ROOT. So I did a make clean, and then reran the ./configure script and found it gets stuck at:
mark-hodgkinsons-macbook:root markhodgkinson$ ./configure
Checking for source directory … /Users/markhodgkinson/root
Configuring for macosx64
Checking for Fink/MacPorts directory … /opt/local
Checking for GNU Make version >= 3.80 … ok
Checking for C compiler … clang
Checking for C++ compiler … clang++
Checking for linker (LD) … clang++
Checking for F77 compiler … no F77 compiler gfortran found
Checking whether libc++ is supported … yes
Checking for libX11 …
after 12 hours I killed it. Then in case something is messed up I checked out into a new fresh area:
mark-hodgkinsons-macbook:~ markhodgkinson$ git clone root.cern.ch/git/root.git
Cloning into ‘root’…
remote: Counting objects: 404728, done.
remote: Compressing objects: 100% (101688/101688), done.
remote: Total 404728 (delta 299256), reused 403587 (delta 298474)
Receiving objects: 100% (404728/404728), 412.01 MiB | 4.95 MiB/s, done.
Resolving deltas: 100% (299256/299256), done.
Checking out files: 100% (14611/14611), done.
cd root
git checkout -b v5-34-13 v5-34-13
and see the same problem:
mark-hodgkinsons-macbook:root markhodgkinson$ ./configure
Checking for source directory … /Users/markhodgkinson/root
Configuring for macosx64
Checking for Fink/MacPorts directory … /opt/local
Checking for GNU Make version >= 3.80 … ok
Checking for C compiler … clang
Checking for C++ compiler … clang++
Checking for linker (LD) … clang++
Checking for F77 compiler … no F77 compiler gfortran found
Checking whether libc++ is supported … yes
Checking for libX11 …
and no more output. Does anyone have an idea what is wrong?
Thanks,
Mark