Changes between Version 118 and Version 119 of CygwinPort
- Timestamp:
- 08/23/11 17:46:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v118 v119 31 31 * This may require doing `C:\cygwin\bin\ash.exe` or something similar instead of just `ash`. 32 32 * For ash to actually find any commands, you may need to follow the tips at [http://thehacklist.blogspot.com/2009/04/cygwin-ls-command-not-found.html this blog post] for setting the `CYGWIN_HOME` variable and prepending the Cygwin binary directory (usually `C:\cygwin\bin`) to the `Path` variable. 33 * You may also have problems with permissions (getting a message about "is not writable"). [http://code.google.com/p/cyg-apt/issues/detail?id=8 This cyg-apt thread] seems to have several solutions for this. 33 34 34 35 === Porting! === … … 47 48 * Comment 3 (from somebody) "obsolete, as Cygwin now has Python 2.6.5 as the standard" - true, but apparently still a problem for us 48 49 * Comment 4 - Python spkg builds fine on XP - kcrisman 49 * Comment 5 - Rebasing everything in $SAGE_ROOT seemed to fix it on Windows 7. 50 * Comment 5 - Rebasing everything in $SAGE_ROOT seemed to fix it on Windows 7. See the section about rebasing above. 50 51 * Comment 6 - Sometimes sage-gdb does not work. install.log reports that Python failed to find necessary bits to build 51 52 * `_bsddb` and `bsddb185`