On Thu, Jan 26, 2017 at 5:04 AM, Frank Garvan <
fga...@gmail.com> wrote:
> As suggested I did the following:
>
> cd sage
> export SAGE_ATLAS_ARCH=base
> ./configure --with-blas=atlas
> make
>
> Go the following error:
>
> Error building Sage.
>
> The following package(s) may have failed to build (not necessarily
> during this run of 'make all'):
>
> * package: libfplll-5.0.3rc0
> log file: /home/Owner/sage/logs/pkgs/libfplll-5.0.3rc0.log
> build directory:
> /home/Owner/sage/local/var/tmp/sage/build/libfplll-5.0.3rc0
Hi Frank,
There are many known issues currently preventing the main branch of
Sage from building on Cygwin. As Jean-Pierre pointed out this one is
already known and has a ticket for it. But if you got past this issue
there would be several more problems, some of which I've resolved and
some of which still need work (for example, I haven't finished the
fixes for Singular yet; see
https://github.com/Singular/Sources/pull/808
I have been working on Cygwin support for Sage, and the only version
of Sage currently working on Cygwin that I know of is my personal
branch based on Sage 7.4 (before the Singular upgrade) along with a
number of other fixes I've merged in that aren't in the main branch
yet:
https://git.sagemath.org/sage.git/?h=u%2Fembray%2Fcygwin%2Fsagemath-7.4
I also have some build tools I've bee working on that make it easier
to build Sage in Cygwin, but they aren't posted yet. I'm of course
happy to have help with this work, and if you said something about why
you're trying to run Sage in Cygwin I might be able to help more
directly. For now though I'm just trying to save you and others time
by pointing out that what you're trying to do won't work *right now*.
Best,
Erik