> > > - SAGE_CONF_OPTS="--enable-shared --disable-static" > > > + # Also build the static library to be used by e.g. ECM: > > > + # SAGE_CONF_OPTS="--enable-shared --disable-static" > > > + SAGE_CONF_OPTS="--enable-shared --enable-static" > > > + # (Further options to 'configure' are added below.) > > > > I'm cc:ing this to sage-devel in case the folks who added this have > > > any ideas of how to fix it. I assume that going back to the --disable- > > > static is not possible. > > To be fair, I don't actually *know* that we need both libraries; I > just see that this has been changed, and apparently the error only > shows up on Cygwin.
See http://trac.sagemath.org/sage_trac/ticket/12115. Does anyone know whether we actually need the enable-static? I'm particularly asking GMP-ECM experts, because that is the justification given on #8664 where this was added. Otherwise we should revert this, if it's not actually needed. - kcrisman -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
