This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 64-bit configure hell
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Stan Shebs <shebs at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 24 Nov 2004 18:24:11 -0500
- Subject: Re: 64-bit configure hell
- References: <41A51487.7070006@apple.com>
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