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
"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
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