On Tue, 3 Sep 2024, [email protected] wrote:

I try the command: "make factorize.exe" and it works with adding ".exe". I don't know that I have to specify the executable extension...

Ah, it is great that you found the solution. It makes sense that the right invocation is `make factorize.exe` since that's the file that we want to build. What is more confusing is where the broken `factorize` target comes from. My best guess is a builtin make rule (should we recommend `make -r`?), if so it is too bad that automake doesn't (cannot?) disable them by default.

--
Marc Glisse
_______________________________________________
gmp-bugs mailing list
[email protected]
https://gmplib.org/mailman/listinfo/gmp-bugs

Reply via email to