[snip]
Of those 54:
+ 47 require nothing "extra" (just --prefix, CC & friends, and CFLAGS & friends for non-default ABIs)
[snip]
I found 5 more, making a total of 52 out of 59 configs that PASS with no "extra" steps or configure options. These new configs are my MacOS machines configured for their non-default ABI:
MacOS 10.5/x86-64 configured w/ -m64
MacOS 10.5/ppc configured w/ -m64
MacOS 10.6/x86-64 configured w/ -m32
MacOS 10.7/x86-64 gcc configured w/ -m32
MacOS 10.7/x86-64 clang configured w/ -m32
-Paul
--