Changes between Version 202 and Version 203 of CygwinPort
- Timestamp:
- 08/05/12 21:44:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v202 v203 212 212 * Now running "make test". 213 213 214 It should be noted that some libraries were only build in static version although building a shared version should not be a problem, but just a matter of adding -no-undefined to LDFLAGS so that libtool does not complain. 214 It should be noted that some libraries were only build in static version although building a shared version should not be a problem, but just a matter of adding -no-undefined to LDFLAGS so that libtool does not complain: 215 * cddlib, 216 * eclib, 217 * ecm, 218 * givaro, 219 * glpk, 220 * gsl, 221 * iml, 222 * libfplll, 223 * linbox, 224 * lrcalc, 225 * mpfi, 226 * ntl (from #11635 using libtool).