Changes between Version 146 and Version 147 of CygwinPort
- Timestamp:
- 07/13/12 23:17:39 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v146 v147 163 163 * polybori from #13124 is needed 164 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) 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 * gmp should be added as a dependency to ecl.pyx in modules_list to avoid undefined references