Building demos

Marc Glisse marc.glisse at inria.fr
Wed Sep 4 11:24:55 CEST 2024


On Tue, 3 Sep 2024, julien.livet at free.fr 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


More information about the gmp-bugs mailing list