Version 13 (modified by 11 years ago) (diff) | ,
---|
Here is a list (in-progress) of the things needs to get Sage to build (and pass most tests) on Cygwin:
- #8257: gd needs a better version of expr
- #7319: gdmodule fails
- #7321: numpy fails to build on cygwin due to not using the correct fortran compiler
- #8780: Add cephes spkg for Cygwin (provides complex.h amongst other things)
- #8782: pari does not work under Cygwin
- Python should be build with enable-shared
- #8542: Pynac needs to use a function pointer table.
- libflint.dll needs to be libflint.so, or polynomial_integer_dense_flint.pyx needs to know to use the .dll
- NTL get the Sage library to link to libntl.dll instead of libntl.a
- #8642: port detection for the notebook does not work in Cygwin
Possible issue with Python 2.6:
http://groups.google.com/group/sage-windows/browse_thread/thread/88499b995a22ecc1
(I had no problems with that thus far in Vista Premium 32-bit -Alec Mihailovs)