On Thu, 31 Oct 2019, 03:54 Samuel Lelièvre, <[email protected]> wrote:
> Thanks Dima for your suggestions. Following them, > I installed more cygwin packages, then ran > > git pull origin develop > make distclean > make configure > ./configure --with-python=3 > make -j4 > > The build, now aiming to build Sage 9.0.beta3, > failed on ecm and glpk. Did you install libglpk-devel and libgmp-devel? I believe with this at least installing Sage's glpk will be not needed. For ecm, try export ECM_CONFIGURE="-disable-static --enable-shared" and then ./sage -i ecm See log files: > > - > https://www.math.u-psud.fr/~lelievre/sagelogs/cyg64/sage-9.0.beta3-py3/config.log.txt > - > https://www.math.u-psud.fr/~lelievre/sagelogs/cyg64/sage-9.0.beta3-py3/ecm-7.0.4.p1.log.txt > - > https://www.math.u-psud.fr/~lelievre/sagelogs/cyg64/sage-9.0.beta3-py3/glpk-4.65.p0.log.txt > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/CAEcArF3OQgEcz92EWcnZTh%2B-1zkXsBEisYAT5AnQ9E-N287%2Bgw%40mail.gmail.com > . > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq3_%3Dhricdz3yofp%2BCGFWA%3DNHO-3Dudu1RE-ua6jOvaRtQ%40mail.gmail.com.
