On Friday, December 29, 2017 at 8:20:51 AM UTC+1, Dima Pasechnik wrote: > This is not supported. You essentially are trying to build a native Windows version of Sage, and several Sage components, e.g. GAP, Singular, do not support this.
This is a somewhat inaccurate and misleading response. They're not trying to build a "native Windows version of Sage" if they're running make in a Cygwin terminal. The only problem is trying to somehow include Anaconda's Python in the mix, which definitely doesn't make sense. Sage's build process needs some pre-existing Python to bootstrap the build--while it might sort of work to use Python from Anaconda for that, there's no advantage to that over using the Cygwin Python. Sage then builds its own Python interpreter which is the only one that should be used by Sage. The most up-to-date instructions for building Sage on Cygwin (note: it must be the 64-bit Cygwin; Sage will not work on 32-bit Cygwin) are at: https://trac.sagemath.org/wiki/Cygwin64Port Best, E -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
