Changes between Version 231 and Version 232 of CygwinPort
- Timestamp:
- 12/19/12 14:23:35 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v231 v232 338 338 * So following http://www.sagemath.org/doc/installation/source.html, I installed gcc4-core, m4, perl (make was installed above and tar came by default, ranlib came with some of these). 339 339 * The patch spkg complained I had to have patch installed, so I modified it to try to install itself (and for this I installed the Cygwin nano and emacs packages). See #13844. 340 * Now the iconv spkg fails because gcc cannot find /usr/lib/libiconv.la although libiconv was just installed. This is mentioned (without solution) here: http://cygwin.com/ml/cygwin/2012-08/msg00597.html 340 * Now the iconv spkg fails because gcc cannot find /usr/lib/libiconv.la although libiconv was just installed. This is mentioned (without solution) here: http://cygwin.com/ml/cygwin/2012-08/msg00597.html . I think its a libdir problem.