Factoring fails randomly on MinGW in the 2.10 branch:
The following tests FAILED:
1302 - fmpz_factor-test-t-factor_smooth (Exit code 0xc0000374
)
Error: Process completed with exit code 8.
This seems to be a consequence of #1201 and the subsequent fix d8fc2fd.
On trunk, MinGW currently fails completely, presumably due to missing FLINT_DLL declarations.
Factoring fails randomly on MinGW in the 2.10 branch:
This seems to be a consequence of #1201 and the subsequent fix d8fc2fd.
On trunk, MinGW currently fails completely, presumably due to missing
FLINT_DLLdeclarations.