Hi, I was just trying build a GMP for MinGW on a Debian unstable box. 'make check' fails for tests/misc/t-scanf.exe.
$ tests/misc/t-scanf.log t-scanf.c:1477: GNU MP assertion failed: ret == (-1) FAIL t-scanf.exe (exit status: 3) The 'ret' value in fact is 0. Package libc6 is 2.24-14, compiler version is: x86_64-w64-mingw32-gcc (GCC) 6.3.0 20170516. How to reproduce with latest HG repo: .bootstrap PREFIX=x86_64-w64-mingw32 export CC=$PREFIX-gcc export CXX=$PREFIX-g++ export CPP=$PREFIX-cpp export RANLIB=$PREFIX-ranlib export PATH="/usr/$PREFIX/bin:$PATH" export CFLAGS="-O0 -g" ./configure --build=x86_64-pc-linux-gnu --host=$PREFIX make clean make make check Q: Is this issue really a blocker or may I proceed (goal is a MinGW GnuTLS build). With Best Regards, Tim
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
