--- a/src/Pure/Admin/component_polyml.scala Thu Apr 10 20:39:06 2025 +0200
+++ b/src/Pure/Admin/component_polyml.scala Thu Apr 10 20:54:02 2025 +0200
@@ -81,7 +81,8 @@
progress.echo("Building GMP library ...")
platform_context.execute(root,
"[ -f Makefile ] && make distclean",
- "./configure --enable-cxx --build=" + platform_arch + "-" + platform_os +
+ "./configure --disable-static --enable-shared --enable-cxx" +
+ " --build=" + platform_arch + "-" + platform_os +
" --prefix=" + Bash.string(platform_context.standard_path(target_dir)) +
if_proper(options, " " + Bash.strings(options)),
"make",