----- Original Message ----- From: "David Cleaver"

I wanted to let you know that, when using msys/mingw64, 'make check' gets through almost all tests successfully until misc/t-printf. It fails here due to the fact that mingw64 does not print posix modifiers by default. A special define needs to be used in order to get this to succeed. Here is the error message:
PASS: t-locale.exe
FAIL: t-printf.exe
PASS: t-scanf.exe

No such failure for me using the same tools.

I've a notion that configure checks to see which modifiers are permitted unless it thinks it's doing a cross-compilation. (Or was that mpfr ? ... not sure now.)
What was your configure command ?

I used:

./configure --prefix=C:/_64/mpir --disable-shared --enable-static --enable-gmpcompat LDFLAGS=-L/c/_64/mpir/lib CPPFLAGS=-I/c/_64/mpir/include CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ AR=x86_64-w64-mingw32-ar LD=x86_64-w64-mingw32-ld NM=x86_64-w64-mingw32-nm RANLIB=x86_64-w64-mingw32-ranlib OBJDUMP=x86_64-w64-mingw32-objdump STRIP=x86_64-w64-mingw32-strip

(I think there's a few switches in there that aren't really necessary.)

Cheers,
Rob
--
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to