Compile ROOT in Mac OS X 10.7 Lion

Hello NonNormalizable !

I run OSX Lion (11A2063) I just built root v5-30-00 with success using XCode 4.1.1 compilers (updated a few days ago…)
i686-apple-darwin11-llvm-gcc-4.2
i686-apple-darwin11-llvm-g+±4.2

Once I forget to install gfortran and put the PATH into the .profile

My configuration command for build was the usual :
./configure
–with-pythia6-uscore=SINGLE
–with-alien-incdir=$GSHELL_ROOT/include
–with-alien-libdir=$GSHELL_ROOT/lib
–with-monalisa-incdir=“$GSHELL_ROOT/include”
–with-monalisa-libdir=“$GSHELL_ROOT/lib”
–with-xrootd=$GSHELL_ROOT
–with-f77=gfortran
–enable-minuit2
–enable-roofit
–enable-soversion
–disable-bonjour

Im not sure it will help you… But it simply worked for me so …
Anyway it seems there is a lot of problems with this version of Apple’s Compiler…

Let me now if you manage to do it …!
Good Luck ! … B.