Changes between Version 248 and Version 249 of CygwinPort
- Timestamp:
- 12/21/12 10:49:31 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v248 v249 356 356 * About libpng, I'm a little confused by the copying and removing at the end of spkg-install, this looks very very fishy, I'll remove it for now. See #11696. 357 357 * gd seems to have trouble detecting libpng now and is missing symbols/functions and gdmodule fails because of that. Indeed the libpng import library is almost empty (and so broken) whence the hack of #9146. See http://old.nabble.com/Fwd%3A---libpng-Bugs-2981656---Import-library-definitions-missing-in-Windows-td28130513.html, this is fixed in libpng 1.5. The SYMBOL_PREFIX hack there seems to work (and less hackish than our previous one). But prefer solution although is to properly reenable dllexport as was done for 1.5. 358 * ecl fails to build with Sage's GCC 4.6.3, same error as http://sourceforge.net/mailarchive/message.php?msg_id=28468685 .358 * ecl fails to build with Sage's GCC 4.6.3, same error as http://sourceforge.net/mailarchive/message.php?msg_id=28468685, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52061. 359 359 * The libncurses-devel Cygwin package is indeed needed by Singular (but I don't think its Windows 7 specific).