Changes between Version 157 and Version 158 of CygwinPort
- Timestamp:
- 07/27/12 14:52:16 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v157 v158 45 45 Be aware that exactly what tickets/spkgs are needed depends on which alpha or release you use; read carefully to make sure the spkgs coincide. 46 46 47 === Win 7 only === 48 * Issue with Python 2.6.4 building. Relevant comments: 47 * #12115: Upgraded MPIR fails to build 48 * #12089: Singular has some static libs causing failure 49 50 === Things without tickets === 51 * in some cases, untarring the Sage source needs to be done with options xopf, not just xf (observed on Win7) 52 * Issue with Python 2.6.4 building on Win7 reported. Relevant comments: 49 53 * Comment 0 - Original report, from March 2010, at [http://groups.google.com/group/sage-windows/browse_thread/thread/88499b995a22ecc1] - but note the fix should be `__CYGWIN__`, not `CYGWIN` 50 54 * Comment 1 - I had no problems with that thus far in Vista Premium 32-bit - Alec Mihailovs … … 65 69 }}} 66 70 67 === Win XP only or both ===68 * in some cases, untarring the Sage source needs to be done with options xopf, not just xf (observed on Win7)69 * #12115: Upgraded MPIR fails to build70 * #12089: Singular has some static libs causing failure71 71 72 72 == Getting Sage to start == … … 162 162 * the libntl.a hack in flint spkg-install is not needed anymore since #9050 (which is not a really good solution, gcc should be told to generate a proper .dll.a file) 163 163 * polybori from #13124 is needed 164 * singular fails with ld not finding -lkernel and -lhtmlhelp, see http://wstein.org/home/wstein/www/home/keshav/irclogs/%23sagemath.2011-11-26.log, this can be fixed by modifying LDFLAGS in Singular/Makefile.in to include -L../kernel even on Windows (and not -L/bin which seems useless) 164 * singular fails with ld not finding -lkernel and -lhtmlhelp, see http://wstein.org/home/wstein/www/home/keshav/irclogs/%23sagemath.2011-11-26.log, this can be fixed by modifying LDFLAGS in Singular/Makefile.in to include -L../kernel even on Windows (and not -L/bin which seems useless) (this is #12089) 165 165 * libpari.dll should be moved to libpari.dll.a to be linked with (rather than libpari.a, which anyway looks dysfunctional) so that the Sage library can be built 166 166 * gmp should be added as a dependency to ecl.pyx in modules_list to avoid undefined references