after running
./configure --enable-aix64
successfully, I looked at my typical object files (pre "make install") and find:
$file dllist.o
dllist.o: executable (RISC System/6000) or object module not stripped
And I think this means it's still a 32-bit file, no?
--Ross