On 6/10/2010 01:41, Chris Saunders wrote:
> I think that I installed MSYS correctly for my Windows 7 64-bit system.  I
> downloaded and attempted to run configure on GMP-5.0.1 and got some output
> that made me think I have a problem:
>
> $ ./configure --disable-shared --enable-alloca=no
> checking build system type... i686-pc-mingw32
> checking host system type... i686-pc-mingw32
>
> In the post-install part I set the location to the directory where I
> extracted the 64-bit version of MinGW(on my computer it is C:\MinGW_64).
> What made me wonder is that I am seeing "i686-pc-mingw32" and think that I
> should be seeing 64 at the end of this.  I'm wondering if I likely did
> something wrong or should I expect to see this?
>

you forgot to set --build and --host, msys usually means mingw.org gcc, 
which you are not trying to use.

you need to set host to x86_64-w64-mingw32. Build can stay i686-pc-mingw32.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to