It detects that your processor is an i7, which is 64 bit, thus it tries to build a 64 bit binary.
If you want to force it to build a 32 bit binary, you have to pass ABI=32 to configure. Bill. On 11 July 2010 19:00, Tomasz Melcer <[email protected]> wrote: > On 11 Lip, 17:00, Bill Hart <[email protected]> wrote: >> The 486 is a 32 bit chip, but the i7 is not. This is a confusion >> between 32 and 64 bits. >> >> It looks like your gcc is not set up to build 64 bit binaries for this >> machine maybe? > Yes, it is not. And this is what I wanted--the system is x86, so > default gcc target is x86 too. Why does MPIR try to do x64? > > Tomasz Melcer > > -- > You received this message because you are subscribed to the Google Groups > "mpir-devel" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/mpir-devel?hl=en. > > -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
