Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-05 Thread Torbjorn Granlund
JonY writes: GMP is misusing the --host option for detecting CPU optimization levels I don't think it is doing that. It used -O2 for all CPUs, I think. (Why not just use --with-arch=XXX?). Can anybody explain why is it doing something like that? I am not sure I follow you. GMP detects

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-05 Thread Torbjorn Granlund
"Sisyphus" writes: During make check: libtool: link: x86_64-w64-mingw32-gcc -O2 -pedantic -m64 -std=gnu99 -mtune=k8 -march=k8 -o t-locale.exe t-locale.o ../../tests/.libs/libtests.a /c/_64/comp/gmp-5.0.90-20110704/.libs/libgmp.a ../../.libs/libgmp.a

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-04 Thread Torbjorn Granlund
David Cleaver writes: Mingw64 provides ar,as,gcc,cpp,ranlib,gdb,ld and several other executables, all the *.h and lib*.a files. You need to have an MSYS shell to run configure and make. Good. I think the development sources were broken until yesterday, though. I am not sure how well w