Welcome to the same hell that I encounter on AIX. GCC will not configure correctly on 32-bit AIX systems. Some solutions that I have found so far: 1) Disable 64-bit multilib when configuring on G4s. 2) Hardcode the configure values when building on 32-bit system. In some ways, GCC considers the configuration to be a cross-compiler. David