Changes between Version 145 and Version 146 of CygwinPort
- Timestamp:
- 07/13/12 18:59:46 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v145 v146 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 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)