Seg fault while compiling ROOT6

A clean git clone of 6-00-00, using ./configure --disable-fink did not change the results.

I tried installing the new root6 port from MacPorts (which is 6.00.00), and actually it installed seemingly without errors, but when I try to run it, that’s when I get a seg fault which looks similar to the seg fault from when I tried to ./configure && make myself:

 *** Break *** segmentation violation
 Generating stack trace...
 0x0000000105b7e962 in TROOT::LoadClass(char const*, char const*, bool) (in libCore.6.so) + 194
 0x0000000105b7b960 in TROOT::TROOT(char const*, char const*, void (**)()) (in libCore.6.so) + 4848
 0x0000000105b79ed9 in ROOT::GetROOT1() (in libCore.6.so) + 89
 0x0000000105b8077b in _GLOBAL__I_a (in libCore.6.so) + 27
 0x00007fff6c355c2e in <unknown function>
 0x00007fff6c355dba in <unknown function>
 0x00007fff6c352a62 in <unknown function>
 0x00007fff6c3529eb in <unknown function>
 0x00007fff6c3528f6 in <unknown function>
 0x00007fff6c3461da in <unknown function>
 0x00007fff6c349560 in <unknown function>
 0x00007fff6c34527b in <unknown function>
 0x00007fff6c34505e in <unknown function>
 0x0000000000000002 in <unknown function>

I will email the maintainers listed for this MacPorts port. Perhaps they have some more information about OSX problems.

Jean-François